Learn to control Arduino and other boards using JavaScript with the Johnny Five library
Johnny Five is a powerful JavaScript library that lets you control Arduino and other electronic boards using Node.js. Learn how to use the Firmata protocol to interact with electronics using JavaScript, making it easy to integrate hardware projects with web technologies.
Lessons in this unit:
| 0: | ▶︎ Introduction |
| 1: | Tutorial |
| 2: | How to use a REPL |
| 3: | How to light a LED |
| 4: | How to work with an LCD Screen |
| 5: | Receiving input from the device |
| 6: | Control a browser game with Arduino and a joystick |