←back to thread

95 points montycompostco | 2 comments | | HN request time: 0.416s | source
Show context
montycompostco ◴[] No.42200100[source]
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!

replies(2): >>42200374 #>>42201799 #
1. fodkodrasz ◴[] No.42201799[source]
Hi!

Which manufacturer/model sensors are you using? I have made some environmental monitoring with very cheap sensors for some hobby projects, but have very bad experience on repeatability of the sensor reading, or for CO2 sensors even noise tolerance (was also dicussed on HN, that discussion made me realize that noise is the cause of the problems, and have managed to verify that).

I have some project ideas beyond my at-home breadboard prototyping but to go beyond I'd rather build on reliable components as the software/infra side is maturing now.

replies(1): >>42201869 #
2. montycompostco ◴[] No.42201869[source]
For Monty’s system, we use sensors from Bosch and Sensirion. During our initial prototyping phase, we tested around 20 different types of sensors and found they had the most workable results across a range of composting environments.

Feel free to share more about your project ideas— happy to dive deeper if it helps!