I'm from a compost tech startup (Monty Compost Co.) focused on making composting more efficient for households and industrial facilities. But our tech isn’t just for composting— it’s a versatile system that can be repurposed for a wide range of applications. So, we’ve made it open source for anyone to experiment with!
One of the exciting things about our open-source compost monitoring tech is its flexibility. You can connect it to platforms like Raspberry Pi, Arduino, or other single-board computers to expand its capabilities or integrate it into your own projects.
Our system includes sensors for:
* Gas composition
* Temperature
* Moisture levels
* Air pressure
All data can be exported as CSV files for analysis. While it’s originally built for monitoring compost, the hardware and data capabilities are versatile and could be repurposed for other applications (IoT, environmental monitoring, etc.)
Hacker’s Guide to Monty Tech: https://github.com/gtls64/MontyHome-Hackers-Guide
If you’re into data, sensors, or creative tech hacks, we’d love for you to check it out and let us know what you build!
It would be interesting to monitor the temperature to see how active it still is, since I can tell that it's not completely broken down yet. I actually have an ESP8266-based temperature sensor around here that I was using to track ambient temp for another fermentation project.
Now I'm thinking of encapsulating its thermistor and putting the 8266 in an IP67 enclosure along with a solar cell and just planting the whole lot on top of the compost pile. It already serves a web page on a .local domain so there would be minimal work required on my part.
I might actually get to that this weekend!