Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 709 Bytes

pihome

Environmental monitoring using Raspberry Pi B, Raspberry Pi Pico W, TI SensorTags and BLE ThermoBeacons.

See './MicroPython/Heating' for a MicroPython-based solution which uses only BLE Beacon sensors (i.e. which radiate all important data directly in their Advertsising data). This was featured in MagPi #136 p26.

See blescan.py for a MicroPython based BLE Characteristic discovery.

See './INSTALL' and 'sensortag*.py' for a Bluez/pexpect-based solution using Raspberry Pi B and TI SensorTags.

See './Test/ble_discover.py' for a Bluez/pexpect-based BLE Characteristic discovery.