Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 437 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 437 Bytes

AM2302

I have great respect for the work of AdaFruit, but I do not want to be dependent on their ecosystem (libraries). So I always write my own code to communicate with devices.

Here is a very simple Python code for the Raspberry Pi that communicates with the AM2302 sensor, which measures temperature and relative humidity. It only uses the pigpio library.

If there is interest, I can also write a simple C code for Arduino.