workshop

View the Project on GitHub

Sensor Bridge

This is the ‘get started’ guide for the Sensor Bridge hardware and software that is used in the Sensor Lab workshop. This guide will explain what it is, how it should be connected and what you can do with it.

What is the Sensor Bridge?

The Sensor Bridge is some Arduino based hardware and some macOS/Windows software that makes it easy to connect a selected set sensors to your computer and use the data from those sensors.

The Arduino board reads the values of the connected sensors and sends those values continuously over the USB/serial connection to the computer. The Sensor Bridge client application listens on the USB/serial port for incoming data, can optionally smooth the data for a cleaner signal and can then either record the incoming data to CSV files, JSON files or pass the data on to another (web) application through a WebSocket.

Capturing data with the Sensor Bridge

Available sensors

We use a number of biometric sensors to capture the activity of people; see the sensors page for specific information and example data

Examples of visualizing sensor data

Processing examples

References

Inspiration for visualizations