Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 594 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 594 Bytes

motorhome

Motorhome infotainment project

Hardware

Processor card: Raspberry Pi 3B+

Sensors

  • Bluetooth valve cap TPMS sensors
  • Ruuvi Bluetooth LE temperature, pressure and humidity sensor
  • Garmin Virb XE action camera
  • Adafruit Ultimate GPS module

Setup

Install Python Qt libraries PyQt5 from

pip install PyQt5==5.15.5

simplejson requests paho-mqtt python-nmap netifaces opencv-python gps3 ruuvitag_sensor qwebengine

Ruuvitag sensor uses Bleson bluetooth library from

https://github.com/TheCellule/python-bleson

For MQTT install pip install paho-mqtt