I made quick serial data logger/plotter

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
wandertech
 
Posts: 1
Joined: Sun Jul 15, 2012 6:47 pm

I made quick serial data logger/plotter

Post by wandertech »

It's not really ground breaking or anything, but was a fun little project to get better with python and pyqt. All of the source code and a standalone windows installer are posted on my site, so feel free to use and/or modify it.

Basically it does the exact same thing as the serial monitor in the Arduino IDE, but will also save all of the read in data to file. If the data is of a certain format (CSV with the first column being time in ms), you can also plot slower data in real time. Much faster than 1 or 2 Hz leads to alot of lag. Pun intended. Any plotted data can be saved as an image, or FFT-ed pretty easily, as an added little bonus.

http://www.wandertechnologies.com/serial-reader/

User avatar
adafruit_support_bill
 
Posts: 88089
Joined: Sat Feb 07, 2009 10:11 am

Re: I made quick serial data logger/plotter

Post by adafruit_support_bill »

Nice work! Thanks for posting. :D

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”