1 (edited by revaprerana 2021-08-24 14:00:59)

Topic: ESP_WiFiSetupUsingAP in multiple connection

It will be very useful and greatful if one can also add  Cloud_token in "PROGMEM RemoteXY_CONF_WiFiSettings [] "
how is it possible?
I have been using it by applying "#include <WiFiManager.h> ", but program becomes complex although it works fine.
It is not working with latest RemoteXY library version 3.1.6.

RJC

2

Re: ESP_WiFiSetupUsingAP in multiple connection

What problem do you want to solve? Do you want the setting to be stored in EEPROM memory?
See an example from the library ESP_WiFiSetupUsingAP

3

Re: ESP_WiFiSetupUsingAP in multiple connection

I want to store SSID, PASSWORD AND CLOUD_TOKEN

RJC

4

Re: ESP_WiFiSetupUsingAP in multiple connection

We need more help.
I changed button address from 3 to 5 (from Rx to D1) but that means nothing, I think.
Pin has also resistor to GND and button will set Vcc to the pin.
I made new Wi-Fi point in mobile RemoteXY application.
AP SSID and Password process for my local wifi network went fine.
Now what to do next?
iF the mobile is connected to AP-wifi RemoteXY the main program will not start.
I changed my mobile wifi setting to my local wifi network but RemoteXy application is still in AP-mode i.e. SSID/Password mode.
Button in pin doesn't help.
So how to now.?

Next question is how to use that app in cloud server, not only in AP-mode?