- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 3 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 3 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 5 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 7 months ago
- Building a 3D Digital Clock with ArduinoPosted 12 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
DIY an Affordable $20 Arduino Telemetry System
William Osman set out to prove that unlike expensive commercial data logging rigs, he could get the same results for under twenty bucks. He wanted to build a wireless three-axis accelerometer for a race car project, allowing engineers to make modifications to the suspension based on the data collected.
He decided to use a Pro Mini, a three-axis accelerometer, and an nRF24L01 module to implement his vehicular telemetry system. Power is supplied by the race car’s 12 V, changed to 5 V by a linear regulator with the Pro Mini in turn supplying 3.3 V. A second Arduino and 2.4GHz transceiver make up the base station, which is connected to his computer via USB.
While getting the raw data is interesting, he’s able to take the project to the next level using an open source software package called COSMOS from Bell Aerospace. Although not initially user-friendly, it does allow those willing to conquer its learning curve to visualize data in real-time without spending thousands on software. COSMOS consists of fifteen separate applications depending on how you want to view and manage your telemetry.
You can download William’s COSMOS config files and Arduino sketch on Google Docs.