Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.77 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.77 KB

Configuration-webpage-esp32

A web page hosted on wifi accesspoint of 32 bit micro-controller to provide each configuration details to micro-controller required for data sending to server, details includes connection of Router(dhcp and static modes) To Server(HTTP, TCP, MQTT). Give details through web page and connect your esp32 board to your wifi connection and with your server to send data.

login_page_2_50 main_page_status_50 wifi_settings_50 service_50 rebootreset_52

Configuration Process

  1. Upload .ino code to your ESP32.
  2. Uplad Data folder using Esp32 sketch data upload.
  3. Connect mobile with hotspot : ESP32_PAGE_2.
  4. Go to web browser and hit 192.168.4.1.
  5. Scan for your wifi network, write password hit apply.
  6. Press Reboot.
  7. esp32 is now connected with your wifi network.
  8. Go to service section give necessary server credential for MQTT or HTTP or TCP to connect.
  9. press reboot.
  10. esp32 will connect with your server and send your data to your server.
Library Used