Hi all,
Got my dht 22 sennsor working. How to add bmp 180 to the same program?
Any help will do!
Regards, Kes
Hi all,
Got my dht 22 sennsor working. How to add bmp 180 to the same program?
Any help will do!
Regards, Kes
Check out >here< for the instructions and library from Adafruit… get it all working as a normal Arduino program, then instead of printing the event.pressure
data in the void loop(), send it to a Display widget, using Blynk.virtualWrite(vPin, event.pressure)
and Simple Timer. Just like with the DHT22 or any other sensor.