🚀 Feedback Wanted: My Greenhouse Automation System Project (BerryBloom) #687
Replies: 1 comment
-
|
Hi, thanks for sharing BerryBloom Smart Greenhouse Automation System—this is a really solid project, especially for a first-year team. The combination of sensors, automation, and real-time feedback is well executed. 👍 What stands out
Right now the behavior is described generally. It would help to define it more precisely, for example: When exactly does each component turn ON/OFF? 👉 Adding a small logic table or pseudo-code would make the system easier to understand and reproduce.
In real-world setups: Soil moisture sensors can be noisy You could improve robustness by mentioning: Averaging readings You’ve added configurable thresholds (which is great), but: 👉 Consider explaining: How did you choose soilThreshold = 500? This makes the project more practical for others.
If not already detailed, you could improve by: Breaking logic into functions (e.g., readSensors(), controlActuators()) This helps others extend the system.
You mention it's expandable—nice touch. You could strengthen this by briefly suggesting: Adding light/CO₂ sensors This is a strong and practical embedded systems project with real-world relevance. With a bit more clarity around control logic, calibration, and system robustness, it can feel much closer to a production-ready prototype. Great work by the team 👏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋
I recently completed a project called BerryBloom – Smart Greenhouse Automation System and would really appreciate your feedback, suggestions, or support.
🔗 Repo Link:
https://github.com/pathumzcode/BerryBloom-Greenhouse-Automation-System
🌱 What the project does:
Monitors soil moisture, temperature, humidity, and light
Automatically controls watering and cooling systems
Sends alerts and real-time data
Helps maintain an efficient greenhouse environment
💬 How you can help:
Check the repository
Give suggestions for improvements
⭐ Star the repo if you find it useful
Share ideas for new features
I’m actively improving the project, so your input means a lot!
Thanks in advance! 🙌
Beta Was this translation helpful? Give feedback.
All reactions