Graphing the stored data in SD card Module

Hello! I am now wondering how to graph the data stored in the SD Card module. After hours of reading inputs, I want it keeps and graphed on the SD card module. I'm not sure how to create a file on the module where the graph will be placed.

Your topic has been moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.


I do not quite understand the question.

Do you want to create a graph and store it on SD?
Or do you want to read back what was stored on the SD and graph it on a TFT that is connected to your Arduino.
Or do you want to read back what was stored on the SD and graph it on a PC.

Which Arduino are you using?

if you have data on an SD card in a suitable format move the card to a PC and

  1. plot it using gnoplot
  2. plot it using excel
  3. write a program C#, java, python, etc to read the file and plot it

I store the data in CSV format. I then import it into Libre Office Calc to graph it.

Excel, any version, is an obvious choice. You can also plot directly to it. Another option for live graphs is to send the data via Bluetooth to Android, using Bluetooth Graphics Terminal.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.