772 B
772 B
Bedside table
An esp8266 powered IKEA Tvärfot with a Neopixel ring and a proximity sensor.
Writing a configuration
Open a Serial Monitor at baudrate 9600 and paste the following json configuration adapted to your needs. Before sending press the on board button "flash" or connect a button to D0. You will now have 10s to send the configuration. The onboard LED will light up as long as the board reads Serial input. If successful the new configuration should be shown in the terminal.
{
"hostname": "your_hostname",
"ssid": "your_ssid",
"pass": "[48..."
}