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.
- Upload Configuration_Webpage.ino code to your ESp32
- Uplad Data folder using Esp32 sketch data upload
- Connect mobile with hotspot : ESP32_PAGE_2
- Go to web browser and hit 192.168.4.1
- ESp32_arduino :- https://github.com/espressif/arduino-esp32
- ESPAsyncWebServer:- https://github.com/me-no-dev/ESPAsyncWebServer
- AsyncTCP:- https://github.com/me-no-dev/AsyncTCP
- esp32 SPIFF File system :- https://github.com/me-no-dev/arduino-esp32fs-plugin




