-
-
Notifications
You must be signed in to change notification settings - Fork 12
Connect to a WiFi Network
Lucas Morgan edited this page Dec 29, 2018
·
1 revision
The first thing the PxlNode will want to do is connect to a wifi network. These two steps are what the nodeMCU tries to do when powered on:
- Attempt to connect to the ssid/password stored in memory.
- If it can't connect after a short period of time, it will go into "configuration" mode broadcasting it's own SSID named Enviral
- You can also trigger "configuration" mode by double pressing the reset button if using the esp8266. (left of the usb port, as shown above)
If you're running this for the first time, you'll probably be greeted with the ssid Enviral either way:
Once configured and saved, your nodeMCU will reset on its own, and "Enviral" will disappear, and you can now start sending commands or pixel data to your nodeMCU.
-
UDP ( Esp8266 / Esp32 )
-
Setup:
-
Communication:
-
Protocol Description:
-
-
SERIAL ( Teensy 3.2/3.6 )
-
Setup:
-
Communication:
-
Protocol Description:
-