Temperature sensing with a DHT11

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
rhubarbdog
Posts: 168
Joined: Tue Nov 07, 2017 11:45 pm

Temperature sensing with a DHT11

Post by rhubarbdog » Sat Dec 01, 2018 12:54 am

I've completed a class for the DHT11 temperature and humidity sensor.
code can be found at https://github.com/rhubarbdog/microbit-dht11
Some of it is written in assembler. It has to run fast to collect the data over 1 wire

Post Reply