Skip to content

RPi Python smbus procedure to read AM23020 temperature and humidity sensor

License

Notifications You must be signed in to change notification settings

ansobczak/AM23020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AM23020

RPi Python smbus procedure to read AM23020 temperature and humidity sensor

This is just a prove of concept, so the code is not fault tolerant and the CRC check is missing. You can find CRC verification algorithm in AM2320 documentation. The SM2320 return list of bytes. You can take r[:-2] bytes for CRC verification.

The procedure utilise {smbus} module, can be installed on Rpi by .

About

RPi Python smbus procedure to read AM23020 temperature and humidity sensor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages