Skip to content

koen-schouten/Arduino-AM2320-Temperature-Humidity-Sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino-AM2320-Temperature-Humidity-Sensor

Program to read temperature and humidity data from a AM2320 sensor using an Arduino UNO. Program uses the Adafruit_Sensor and Adafruit_AM2320 libraries (Imported using platformIO in Visual studio).

AM2320 Pin 1 should be connected to 5V.

AM2320 Pin 2 should be connected to Analog 4 on Arduino.

AM2320 Pin 3 should be connected to GND.

AM2320 Pin 4 should be connected to Analog 5 on Arduino.

Reading data

The data is send by serial over USB to a PC. The data can be read using the following command in linux:

sudo cat /dev/ttyACM0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages