-
I’m excited about this project! I’ll begin by outlining my plans and providing some context for the project. Project Details:
Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Nej4218 That looks like an interesting project. It's not trivial at this scale. If you allow for some unsolicited advice: I would definitely start way smaller, specially since you mentioned not having a lot of experience. I would also simplify things a bit. For example, having one sensor per row or groups of similar plants. If it's a research project, make sure to read What to expect from the sensor -- it's going to be challenging to precisely compare values of two different boards anyway unless you at least calibrate each of them individually. Battery management alone at that scale is tricky, and so is handling with inevitable sensor failures and software updates. Tiny battery + wireless is great for spaced out sensors around the house. For 100+ sensors close together in a custom built setup, I would start to consider going wired + shared power.
I have never used anywhere near that many sensors in such close proximity, so I can't say how reliable they would be. I would guess not very, but some of those transmit infrequently enough that there may be very few active at any given time. There are also many parameters to tweak in each of those scenarios, such as transmission interval, power
The fabrication files are available in the
See #131 and #79 (comment).
Yes, the hardware is released under https://creativecommons.org/licenses/by-sa/4.0/. |
Beta Was this translation helpful? Give feedback.
Hey @Nej4218
That looks like an interesting project. It's not trivial at this scale.
If you allow for some unsolicited advice: I would definitely start way smaller, specially since you mentioned not having a lot of experience. I would also simplify things a bit. For example, having one sensor per row or groups of similar plants. If it's a research project, make sure to read What to expect from the sensor -- it's going to be challenging to precisely compare values of two different boards anyway unless you at least calibrate each of them individually. Battery management alone at that scale is tricky, and so is handling with inevitable sensor failures and software updates. Tiny battery + wir…