djpetti / grobot

Software for the GroBot project.
MIT License
3 stars 1 forks source link

Make DHT11 Work #3

Open djpetti opened 7 years ago

djpetti commented 7 years ago

We need to be able to talk to the DHT11. The relevant code should be in the "psoc" branch.

DHT11 Datasheet

lucasnot commented 7 years ago

So to make the DHT11 work, the first step is to get the sensor working. To do this, first we need to get the input from the sensor. Then we can interpret the the input so that the data can be used to adjust different parts of the machine accordingly.