Hey @Sarfaraz295094, welcome to the forums!
Fantastic to hear that you’re eager to learn, and that you’re doing the project with your kids! Very exciting.
Regarding expanding the project for multiple plants; It is very doable, but it might be intimidating for someone with zero experience. I’ll outline what parts the kit comes with, and which parts would need to be additionally required for the expansion. I’ll additionally go into what kind of modifications you’ll need to make for the program.
Plant_io Kit
- Peristaltic Pump
- Moisture Probe
- Pico
- Plant_io SHIM
- Power Timer
Some of these items are expandable and would not require additional components.
Basic Setup
The Pico (which acts like a small computer) wakes up every 20 minutes and checks the soil moisture on one of its input pins. If the soil is dry, it sends an output to turn on the pump. Both of these things are handled by the Plant_io SHIM. That means, to expand it, you’ll need:
- 3 Extra Pumps
- 3 Extra Moisture Probes
- To remove the SHIM and connect the pumps and sensors up yourself (not super hard, but might be confusing at first. Invovles input and output pins, and some extra wiring to get the pumps powered correctly.)
Modifying the Program
The programming won’t need much modification, you’ll really just program the input and output for the other 3 in the same way the first pump was programmed. (Not difficult, there are many experienced Python programmers on the forums that can help!)
Regardless, the steps needed to convert the kit to serve 4 plants are not particularly hard, once you’re familiar with Python. I think the best thing to do (do ensure the project goes smoothly) would be to start with the standard kit, so you and your kids can become familiar with how microcontrollers and setups like this work.
Once you have the setup working, you could follow some of the basic Python courses such as the Raspberry Pi Pico Setup and Thonny Guide, which will get you familiar with coding in Python.
Then, the above steps won’t be nearly as daunting, and you can puzzle out the new pumps!
Hope this helps give you some direction, let us know if you have other questions!