Skip to content

Modifying the OTA WiFi network

Karl Koscher edited this page Aug 10, 2018 · 6 revisions

If you have better WiFi than us and a computer, you can change which network the badge connects to for OTA updates. The badge has a USB port that acts as a serial console with a Python REPL. Simply enter these commands at the prompt:

import network

network.connect("ssid", "password")

(replace ssid and password with your own WiFi credentials)

Clone this wiki locally