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 .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.
- Scan for your wifi network, write password hit apply.
- Press Reboot.
- esp32 is now connected with your wifi network.
- Go to service section give necessary server credential for MQTT or HTTP or TCP to connect.
- press reboot.
- esp32 will connect with your server and send your data to your server.
- 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