An open API service indexing awesome lists of open source software.

https://github.com/eiffelpeter/esp32_plug_ntp

esp32 relay which sync time by ntp and configable on its web page
https://github.com/eiffelpeter/esp32_plug_ntp

arduino esp32 ntp webpage

Last synced: about 2 months ago
JSON representation

esp32 relay which sync time by ntp and configable on its web page

Awesome Lists containing this project

README

          

## Install Arduino IDE 2.3.6
[link](https://www.arduino.cc/en/software/)

## Add esp32 Board
1. File -> Preferences -> Additional boards manager URLs -> `https://espressif.github.io/arduino-esp32/package_esp32_index.json`
2. Boards manager -> search `esp32` by espressif systems -> install
3. Select board `DOIT ESP32 DEVKIT V1`
4. Verify then Upload
5. win10 connect to esp32 wifi AP `PLUG_XXXXXXXXXXXX`, then open `192.168.4.1` by chrome. (esp32 AP mode).
6. on esp32 webpage, enter ssid to connect another wifi AP. Esp32 will auto reboot and show new ip `192.168.2.167`. (esp32 STA mode).

## web page to config relay time, ssid, fw update
![IMAGE ALT TEXT HERE](./img/fw_update.png)