In this talk, we will be getting our hands dirty the Raspberry Pi and Node.js. Together, we will be writing a program to visualize sound levels on the web in real time. With Node on a Raspberry Pi, we will listen to a sound sensor and then send that data to a webpage so we can visualize the data live! Sounds cool right? In this talk, we will cover
- How to setup Node.js on a Raspberry Pi
- Connecting sensors to a Raspberry Pi and reading the inputs with Node.