kbiggs / final-project-assignment-kbiggs

Repo for hosting final project schedule/issues
0 stars 0 forks source link

wire circuit for interaction with moisture sensor #8

Closed mamo6538 closed 6 months ago

mamo6538 commented 7 months ago

Wire up the I2C connection for the AHT20 temp and humidity sensor to the rpi4B. Use i2c help wiki to get help ensuring i2c connectivity.

DoD: hardware is connected and can be identified with i2cdetect.

Completed: commit

Blockers: None

mamo6538 commented 6 months ago

As the image below shows, I was able to prove that my wiring for the i2c sensor and addition to buildroot worked on the rpi. The address for the AHT20 is indeed 0x38.

Image