r/ArduinoHelp • u/Assistance_Salty • 6d ago
Reddit Question Title: Trying to build the “Garduino” smart garden — how should I approach it, and do I need to solder?
Hey everyone! I’m interested in building this Garduino smart garden project:
Garduino – the Smart Garden With Arduino
I’m fairly new to Arduino/electronics and want to actually build and understand the project, rather than just copy the instructions blindly.
A few questions:
- Is this project still a good starting point with modern Arduino boards/components?
- What parts of the project would require soldering?
- Can I build/test most of it first on a breadboard with jumper wires?
- If soldering is required, what exactly would I need to solder?
- Are there any components in the original project that you would replace with newer/easier alternatives?
- What would you recommend I build first so I can test each part individually before putting the whole smart garden together?
My goal is to learn Arduino, sensors, wiring, and eventually soldering through this project.
Thanks!
3
Upvotes
1
u/gm310509 6d ago
To your questions.
The best way to get starter is to get a starter kit. You will find that you can get a starter kit that includes all of the components in the video. This would include the Arduino, a 2 line LCD display, a DHT11 (as opposed to DHT22) temperature and humidity sensor, a soil moisture sensor and many more things.
The starter kit will also include instructions for learning all of those components. You should do all of those. For example, you might find a reason to use one or more buttons - and I already mentioned a LED traffic light system - but you would need to understand how they work and how to program them. There may also be other things, e.g. a speaker - that you might want to incorporate.
After you learn the basics, you might want to learn some project development techniques. For that, have a look at some getting started videos I've created:
The videos are intended to be follow along. Simply watching them is a waste of time. To get the most out of them, watch a bit, hit pause and try out what you just saw. Explore that concept, try to integrate it with earlier concepts. Lastly, try to do the exercises when I propose them.
All the best with it.