RBotFirmware icon indicating copy to clipboard operation
RBotFirmware copied to clipboard

WIFI connection

Open BramWerbrouck opened this issue 2 years ago • 0 comments

Hi,

When you set up the SandBot, you have to configure the Wifi with the command w/SSID/PASSWORD/HOSTNAME WIFI CONFIGURATION

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...

BramWerbrouck avatar Oct 29 '22 10:10 BramWerbrouck