- BMP180 Pressure and Temperature Sensor
- BH1750 Ambient Light Sensor
(slightly modified by me)
- sensor input reading functional with occasional minor errors
- Pressure (Pa)
- Temperature (C) (not broadcasted in latest version)
- Ambient light (lux)
- Moving median function for eliminating sensor noise
- BLE output of sensor reading values
- LIFO queue for BLE output
- RTOS multithreaded sensor read and broadcast functionality
- note: will take some time : )