futechiot / Configuration-webpage-esp32

A webpage hosted on wifi Accesspoint of 32 bit microcontroller to provide each configuration details to micro-controller required for data sending to server. From connection of ROUTER (DHCP and STATIC modes) to SERVER (HTTP, TCP, MQTT). Give detaills through webpage and connect your esp32 board to your wifi and with your server to send data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A webpage hosted on wifi Accesspoint of 32 bit microcontroller to provide each configuration details to micro-controller required for data sending to server. From connection of ROUTER (DHCP and STATIC modes) to SERVER (HTTP, TCP, MQTT). Give detaills through webpage and connect your esp32 board to your wifi and with your server to send data.

License:GNU General Public License v3.0


Languages

Language:HTML 64.1%Language:CSS 16.7%Language:C++ 14.4%Language:JavaScript 4.8%