DHT22 sensor connected directly to the local server

Hi.
I have blynk local server on a Raspberry Pi3. I want to connect a DHT22 directly to RPI’s GPIO. Can I integrate the reading in the blynk app ? I know how to connect a esp8266 to blynk, but I didn’t find any documentation o how to connect ther RPI to the app.
Thank you.

You most certainly can. I’ve ran a similar setup. You can start here:

1 Like

Thank you!

And let us know if it doesn’t work. I have a similar sensor hooked up to my Pi, so I know a thing or two about it. Have some Python scripts for reading/testing the sensor too :slight_smile: