An IoT project using the Adafruit Feather RP2040 to monitor and display sauna conditions like temperature, humidity, and light.
- Adafruit Feather RP2040
- AHT20 Temperature & Humidity Sensor
- APDS9960 Light & Proximity Sensor
- Quad Alphanumeric Display (I2C)
- Breadboard + Wires
- Real-time sensor monitoring
- Ambient display brightness adjustment
- Visual feedback via display
- Clone the repo:
git clone git@github.com:FabC2001/SaunaSense.git
- Open in VS Code or your preferred editor
- Upload code.py to the RP2040 (if using CircuitPython)
- Upload libs to the RP2040