Skip to content

A low cost multi channel data logging system using Python and Arduino UNO board that will log and save data to a CSV (Comma Separated Values) file on the disk.The system can monitor temperature data from 4 independent sources at the same time and log the data to the disk.

License

Notifications You must be signed in to change notification settings

xanthium-enterprises/Arduino-Python-Cross-platform-Data-logging-to-CSV-file-

Repository files navigation

Arduino Python Cross platform Data logging to CSV file

Build your own Data Acquisition System (.csv file) using Python and Arduino

  • Learn to build a low cost data logging system using Python and Arduino UNO board that will log and save data to a CSV (Comma Separated Values) file on the disk.

  • The system will use an Arduino and an analog front end based on LM324 opamp to measure temperature from 4 LM35 temperature sensors.

  • The analog values are digitized by the Arduino UNO's (ATmega328P) 10 bit ADC and transmitted to a PC or MAC using Virtual Serial Port communication.

  • A Python 3.x.x script running on the PC will receive the data and log the time stamped data into a CSV file on the disk.


CSV Logging

  • Python Data Logging Software
  • Excel Generated Graph

Youtube Tutorial


Online Tutorial


Hardware Setup


About

A low cost multi channel data logging system using Python and Arduino UNO board that will log and save data to a CSV (Comma Separated Values) file on the disk.The system can monitor temperature data from 4 independent sources at the same time and log the data to the disk.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published