Sending Sensor Data via Bluetooth

Pages
Contributors: [redacted], Gior Dior
Favorited Favorite 9

Different Ways to Display the Data

The focus of this project was to get you started with sending sensor data over Bluetooth. The next step would be to get past seeing the data on a serial monitor and display the data in more helpful options. Check out the tutorial below to see how to display the sensor data on an OLED, a Python graph or on a mobile device.

Displaying Sensor Data with Bluetooth

March 28, 2023

In our previous Bluetooth tutorial called Sending Sensor Data Via Bluetooth, we showed how to display data from a triple axis accelerometer over the Arduino IDE’s serial monitor. Continuing off of the first tutorial, we are going to expand this project to include more capabilities for visualizing and interacting with your accelerometer data.