Local temperature measurement system with Raspberry Pi
- Rapsberry pi
- DHT11 temp & humidity sensor (or equivalent)
- Bluetooth 4.0 Dongle
- Standard LCD 16x2 Screen (optional)
- Android (>= 5.1.0 / API 22)
- https://github.com/adafruit/Adafruit_Python_DHT
- https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code
- Wire LCD with following the tutorial
- Wire temperature sensor with following the tutorial
- Setup bluetooth with following the tutorial
- Run the script
sudo /home/pi/examples/Adafruit_Python_DHT/examples/broadcastTempData.py
- Install android app which is located '/TempSystem' folder