DHT12 + AM2320

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
User avatar
mcauser
Posts: 507
Joined: Mon Jun 15, 2015 8:03 am

DHT12 + AM2320

Post by mcauser » Fri Feb 16, 2018 11:11 am

Ported my DHT12 and AM2320 I2C temperature and humidity sensor libraries to the micro:bit.
Only minor differences with the I2C read/write methods.

micro:bit:
https://github.com/mcauser/microbit-dht12
https://github.com/mcauser/microbit-am2320

ESP8266, Pyboard:
https://github.com/mcauser/micropython-dht12
https://github.com/mcauser/micropython-am2320

Post Reply