Configuring WIFI Connection - miswired/glitchy GitHub Wiki

Changing the network settings

  • There are two options for connecting to the Glitchy over WiFi. You can have it host it's own AP (default) or you can tell it to connect to an existing network.
  • While there isn't an inherent security risk letting others connect to the board with the default SSID and password. You might want to change it. You can do this by editing the sketch for the board. See the guide to building the Arduino environment here Arduino-Setup

AP Setup

  • To switch to connecting to an existing network, edit the file named "Rename Me To wifi_credentials.h" and place your SSID and password in there. Then rename to file to wifi_credentials.h.
  • Next you need to tell the chip to boot in client mode by commenting out this define.

image

  • We are currently working on making all these settings accessible from a configuration file on the SD card so no coding and programming will be needed.