Single Phase Motor WiFi Control - How to store SSID,PWD,BOT ID at User End

Опубликовано: 10 Август 2024
на канале: Saravanan AL
423
28

This video explains how to feed in WIFI,TELEGRAM APP credentials at the user/customer end.
Usually these credentials are preloaded while coding.But here we explain a product prototype where SSID,PASSWORD,BOT TOKEN,ID all are fed through a web page and stored in EEPROM (Flash mem) of ESP32.
While reboot these data are retreived from EEPROM and utilized.

Code Download :TelegramApp_storeData_userend
https://99ba69f9-3a9c-49a1-8c2a-52df0...

Telegram App Motor control : 1st video : DOL starter connection with Relay Board
   • Single Phase Motor Control over Wi-Fi...  

Note :
ESP32 does not have an internal EEPROM. However, the EEPROM library for ESP32 is actually using the NVS (FLASH Memory) of ESP32 under the hood to emulate the EEPROM functionality.

512bytes or even 4kB of Flash Memory (4MB) can be used by EEPROM library.
The EEPROM Library is currently deprecated and replaced by the Preferences library.
Use the new Preferences library that’s guaranteed to give you up to 20kB of FLASH space for EEPROM.


Смотрите видео Single Phase Motor WiFi Control - How to store SSID,PWD,BOT ID at User End онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Saravanan AL 10 Август 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 42 раз и оно понравилось 2 людям.