Node server with attached Arduino Uno controlling WS2812 (NeoPixels).
- Install node-pixel firmata (https://github.com/ajfisher/node-pixel/tree/master/firmware/build/node_pixel_firmata)
npm install
- Connect arduino to computer with WS2812 lights on pin 8
node app
Use color picker on http://localhost:8888
to change the colors on the lights.
- Developed and tested on Windows x64
- Uses custom Firmata on Arduino Uno https://github.com/ajfisher/node-pixel/tree/master/firmware/build/node_pixel_firmata
Very basics demonstration of node server getting messages from web client using websockets. Server talks to an arduino to change the color of