https://github.com/srenner/compostbuddy
[IoT]
https://github.com/srenner/compostbuddy
Last synced: 3 months ago
JSON representation
[IoT]
- Host: GitHub
- URL: https://github.com/srenner/compostbuddy
- Owner: srenner
- License: mit
- Created: 2023-02-07T22:36:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T22:21:21.000Z (about 3 years ago)
- Last Synced: 2025-10-10T15:33:34.494Z (8 months ago)
- Language: Vue
- Homepage:
- Size: 833 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CompostBuddy

IoT project to assist with home composting. Uses a ESP32 microcontroller and a minimal self-hosted companion app.
## Description
This is a WiFi connected IoT project that monitors a home compost tumbler. The system monitors compost temperature and tumbling frequency. The system knows when the compost has been turned based on gyroscope data. The temperature probes indicate if the compost is actively decomposing.
## Tech in Use
- CircuitPython
- Express
- MongoDB
- Vue 3
- Bootstrap 5
## Hardware
- ESP32 based microcontroller
- Gyroscope
- Thermistor probes
- Solar power system (solar cells, lipo battery, controller board, etc.)
- Local machine as web host
## Possible future enhancements
- Push notifications and data visibility powered by Home Assistant
## Useful links
- [Compost info from Cornell University](https://compost.css.cornell.edu/microorg.html)