
Send Wi-Fi credentials to ESP32 with Flutter
Learn how to develop a SmartConfig mobile app using Flutter and ESP32. The video covers desiging a user-friendly interface, integrating the esp_smartconfig package, and implementing Wi-Fi provisioning for ESP32 devices. Watch a live demo of the app in action and discover efficient ways to handle device communication. Ideal for developers looking to enhance their IoT project skills.
Code from the video:
gist.github.com/abobija/501161ea39d781dfd22beb3d08…
Code flashed into the ESP32 is the basic example of smartconfig that comes with the esp-idf framework:
github.com/espressif/esp-idf/blob/d4cd437ede613fff…
esp_smartconfig package:
pub.dev/packages/esp_smartconfig
esp_smartconfig package repository:
github.com/abobija/esp-smartconfig-dart
Timestamps:
00:00 - Demo
01:30 - A bit about esp_smartconfig package
02:27 - Creating new Flutter project
03:17 - Coding the app
06:16 - Testing the app
07:20 - Outro - bye
#flutter #esp32 #smartconfig
コメント