←back to thread

236 points montycompostco | 2 comments | | HN request time: 1.327s | 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!

Show context
9dev ◴[] No.42202172[source]
Ohh, interesting. I’ve long wanted to do an adjacent project, that is, creating a monitoring system for plants. Like, a single spike in the pot that measures soil composition, nutrient levels, moisture, wind speed, light exposure, humidity, etc. to give both plant care recommendations and optimise growth. Never got around doing it tho…

Do you have recommendations for buying sensors?

replies(2): >>42203446 #>>42210283 #
1. greenie_beans ◴[] No.42203446[source]
i did a hobby project like this for soil moisture. here's a messy repo that i made when i could barely code. it points to some capacitive sensor guides. https://github.com/smcalilly/sensor
replies(1): >>42211374 #
2. 9dev ◴[] No.42211374[source]
Neat. Thank you for sharing!