Firmware and JavaScript library for the Movuino.
Tested with electron and Node.js, should work with NW.js as well.
You'll need permission to access the serial device. Add yourself to the right group then relog.
$ gpasswd -a $USER uucp
$ usermod -a -G dialout $USER
Install CP210x USB to UART Bridge VCP Drivers driver.
Install CP210x USB to UART Bridge VCP Drivers driver.
-
Install the ESP8266 board
-
Select the
Adafruit HUZZAH ESP8266
board in Arduino IDE -
Copy the content of Arduino/libraries into your Arduino libraries folder. See Where to Install your Libraries
Once you selected the right port, you should be able to compile and upload the firmware.