PDA

View Full Version : Qt4 gui Dht22



Go
9th January 2016, 20:41
Hi

Im A newbie in qt4, an have only uset Python.
I have a Raspberry pi, and om looking for A gui example for using/Reading A dht22 temperature/humidity.
Im planning building A incubator.

Hopping for some inspiration.

Br
Kenn

ChrisW67
10th January 2016, 03:32
You can find information on using that sensor here:
https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/software-install-updated

You should be able to use the python stuff above with PyQt or PySide to get a Qt GUI. If you want to use C++ then then option is also available. What a GUI might look like is entirely up to you.

kloopa
10th January 2016, 04:35
For Qt python projects i recommend to use Eric6 ide http://eric-ide.python-projects.org/.
It's easy as 1 2 3.
About sensor and python https://www.raspberrypi.org/forums/viewtopic.php?f=37&t=71336
I haven't this sensor to test.