bringing IoT into your garden (kind of)
- What do I want to achive? ✔️
- Block diagram ✔️
- Decide on components ✔️
- Desing PCB ✔️
- Gather all necessary parts ✔️
- Start CODING (fun part) ✔️
- Wait 4ever till they finally arrive ✔️
- Assemble thing ✔️
- Realise that I've made mistakes...
- FIX IT
- If You are still reading this list, I appreciate it,
- Testing code on living organism
- Enjoy... :)
My family has a house in the country. We also have garden, quite big garden even with two (at least right now) greenhouses. Waterring all plants, making sure that they won't boil inside of greenhouse or tunnel is a bit time consuming and boring saying the least. As an automation engeener (XD) I would like to automate some stuff to make it easier for my parents to grow croops.
All in all I want to make my garden SMART - (kind of)
So the main idea behind this project component-wisely is as shown below.
Sorry for multilingualism but I deleted my draw.io diagram and was lazy and lef It as it is (in Polski język). For all You non Polish people (If anybody is even reading this XD):
- ESP32 as brain of the system,
- few digital inputs,
- analog inputs,
- OneWire input,
- onboard humidity, temperature and pressure sensor,
- powered by 24V,
- hermetic enclosure.
As mentioned beefore - I used ESP32, for onboard conditions sensor I want to use BMP280, becouse I want to use analog measuring of ground humidity - I need to have classic analog input, for temperature measuring I want to use DS18B20 - cheap and easy to use sensor. Digital outupts will be done by electromagnetic relays, digital inputs will be done by octocouplers. Additionally step down converter for changing 24V power supply volatage to something like 5VDC.
I started designing this project quite long ago and went through few iterations. This is how last iteration is going to look like:
Their trip took only 8 days - nice. Now I have to get them to my place from my parents house :)
I think that there is not much broken :D For now everything works as it supposed to.





