Skip to content

Data logger with the Arduino Uno connected to a temperature and humidity sensor. UI in Python.

Notifications You must be signed in to change notification settings

malgo0102/Arduino-data-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Data logger with the Arduino Uno

  • Collects data with a sensor
  • Stores data in an array
  • Communicates with PC over serial port
  • Saves data to a file

I used:

  • Python for UI
  • DHT22 sensor to read temperature and humidity data.

Data is saved with a timestamp to:

  • root/data_temperature.csv
  • root/data_humidity.csv

Example of a single data reading: 2020-06-03 23:58:51.973248,23.10,23.20,

Getting started:

  1. Install Pandas:

  2. Upload sensor/sensor.ino to Arduino connected to DHT22

  3. Download the DHT sensor library to Arduino libraries

  4. Run the program in the root directory:

    • python sensor.py

//malg0102

About

Data logger with the Arduino Uno connected to a temperature and humidity sensor. UI in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published