RBotFirmware
RBotFirmware copied to clipboard
WIFI connection
Hi,
When you set up the SandBot, you have to configure the Wifi with the command w/SSID/PASSWORD/HOSTNAME
So the netword SSID and Pasword are hard coded in the feather board. Is it possible to add an file "CONFIG.INF" to the SD card with the following information:
CONFIG.INF
WIFI-SETTINGS:
SSID: my_networkname
Password: xxxx
And every time the SandBot starts up, he checks the data in the config.ini file and make connection with the wright password? This way, it is easier if your network changes or you're taking your table to somewhere else...