I am tidying and fixing up flaws in my model that informs plant maintenance.
Before I destroy 2-3 hours, does anyone here own a plant and would like an Arduino powered box that helps you keep your plant healthy?

Here is the old design (Top off) with flaws. I am currently going through my docs to see what went wrong.
Model name is GHG/GX-E38: GHG is project name (GreenHouseGas) GX-E38 is HEXA encoded model name.
Cheers!
9 Comments
Keepitpushin@lemmy.world · 5 pts · 2y
What does keep you plant healthy imply? What does the box do exactly?
Spider89@lemmy.world · 1 pts · 2y
The box monitors temp/humidity and soil moisture and Beeps/Flashes to inform that the plant needs maintenance.
r_thndr@lemmy.dbzer0.com · 2 pts · 2y
How does it differentiate low water demand succulents from high water plants?
FuglyDuck@lemmy.world · 2 pts · 2y
Settings in the firmware. If OP was smart they would call a config file that they can then update as they go along, but if it’s a simple interface that may not be necessary
Spider89@lemmy.world · 2 pts · 2y
A seperate config file wasn't used, but there is a controller able to change the config.
IMALlama@lemmy.world · 1 pts · 2y
It's probably a soil moisture sensor. I suspect for succulents you would probably want to add a timer to the sensor, but it seems like something you could automate.
Spider89@lemmy.world · 2 pts · 2y
Yes.
A custom soil moisture sensor was used.
emuspawn@orbiting.observer · 1 pts · 2y
I like the concept, here's a few questions!
I've been looking at setting up soil monitors for my garden, although I'm wanting them to report to Home Assistant. I'd prefer a Zigbee or Z-Wave monitor, but it seems bluetooth or rolling your own seems to be the way to go right now.
Spider89@lemmy.world · 1 pts · 2y
I don't exacly know what you mean, but the (generic) Form Factor of this device is:
The device is rain-resistant, but nothing fancy.
It's wall powered.
It doesn't use LAN/PAM. Instead, a local config and IR controller is used to modify paramaters. However, you could code this in.
Sould there be anything to change for the device?