Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.07 KB

Setup

This is just a quick example of how to work with firebase, react, and the johnny-five library

Objectives

  • Communicate to and from the arduino board
  • Hve a 3 way data-bind
  • Learn/expand skills

Installation

Install the dependencies and devDependencies and start the proccess for your arduino once you've hooked up the board to your computer. For the LED example, you just need to attach an RGB led to any |pwm| digital pins

$ cd arduino-led-picker/led
$ npm install 
$ node led

During the install, you may get errors regarding specific packages, you may have to install them independently The above will then connect to firebase and update values of whatever data you define

Open a new terminal for the second part (running the server)

$ cd arduino-led-picker/app
$ npm install 
$ yarn start

This will start a server at localhost:3000 and if all is working you'll be recieving the data that you defined in led.js

License

MIT