Post topics, source code that relate to the Arduino Platform

User avatar
By chandra2sekhar2000
#65800 Hello,
i have gone through lots of posts and lots of example codes, finally landed here with Confusion. I am building a device, which should do following things
1. on boot up, it should work in AP mode, so i want to connect to the device via smart phone , admin panel should come just like routers, and i have to dynamically configure the SSID,Password, internally change the admin username & password etc
2. after SSID configured, it should work in STA+AP mode, and the device should connect to existing router with provided SSID..
3. at the same time, it should have AP mode also
4. in my application i have > 100 variable values on single screen. i will send the HTML file to the PC/phone, user modifies > 100vlaues in >100 text fields, on submit i have to catch all the values and store it on to the onchip flash EEPROM.


here's the help i am looking for.
1. How to achieve the abouve explained after boot process. i have seen many Libraries for ESP.but confused.and No DOC or API reference found.
2.How to receive so many bytes from HTML on device side after submit.what is the good method.

Any body please kindly explain and provide some help.Thank u