Hi,
I would like to use my arduino IOT nano with the possibility of chose the SSID wifi (and key) dinamically and not using the thingProperies.h generated from the Web Editor.
SSID and key wrote in the code is big limitation for my project.
I used a WiFiManager_NINA_Lite library to create an Access Point in my Arduino NANO IOT so that i can chose the SSID and put the key everywhere i will be.
But i have a problem I must use also ArduinoIoTCloud.h and Arduino_ConnectionHandler.h to send data on Arduino Cloud, but there are many duplicate class among these class and WiFiManager_NINA_Lite.
Have you an idea to using full potentiallity of Arduino IOT (send sensor data on cloud, see these data on dashboard, using Alexa, ecc) but having a possibility of choose ssid and password dinamically and not wrote in the code of sketch?
Thanks a lot.
Alessandro