Easy Arduino Data Logging and Telemetry

Описание к видео Easy Arduino Data Logging and Telemetry

Here's a program that I wrote to make it easy to visualize data from an Arduino or other microcontroller. The microcontroller sends data to the PC as CSV text. The software can visualize that data in the form of line charts, histograms, Fourier transforms and statistical calculations.

The video starts with two demos: first an STM32-based balancing robot that streams out accelerometer, gyro and magnetometer sensor readings. Then a demo with an Arduino that has a CdS light sensor, a potentiometer and a thermistor.

I cover how to write the Arduino sketch, and then show how to use the Telemetry Viewer program.

The rest of the video is an explanation of how the Java source code is laid out. A model-view-controller methodology is used.

To use the program you will need to have Java 8 installed.

Download the program and source code here:
http://www.farrellf.com/TelemetryViewer/
https://github.com/farrellf/Telemetry...

Telemetry Viewer is free and open source. If you find it useful and want to "buy me a coffee" that would be awesome: https://paypal.me/farrellfarahbod

Edit: There's a new version available, check out the updated video:
   • GPU-Accelerated Arduino Data Logging ...  

Комментарии

Информация по комментариям в разработке