Hi, I'm new to the Arduino scene. Hell, I've never even used Linux! I've been putting that in my Maybe Later pile for the last 8-10 years. But I do have C/C++ and MATLAB basic competency - My spring project was a wall-following Mindstorm NXT robot. I want to start a new hobby this summer and don't know what kind of Arduino things to buy.
We have a townhome garden that gets plenty of light in the summer - actually, too much light, and heat. Mostly heat, there is no breeze that runs back there and no good way to install fans to that effect.
What I'd like to consider instead is I can build a simple sun-screen mesh supported by strings and pulleys that can be extended or retracted based on outdoor conditions. It will limit the amount of sun plants get so I don't want it up all the time. Misting plants as some people knew before I did, caused the leaves to boil. Yay.
For this I assume I will need at least access to sensors for light, and heat. I'd also like to incorporate barometric pressure and moisture later, so I can prevent plants from getting watered during inclement rain via weatherscraping or other methods. I would also consider an algorithm that uses a denser mesh that simply mists the plants under heavy shade to prevent the boil effect, then retract after the plants have time to cool (~30 min). I also would need some kind of motor/actuator/server/widget to extend/retract the shade, which I can imagine doing with either a single or pair of motors, either tied to a fixed number of rotations, or to a touch sensor at either end of the line so it knows when to stop?
With that in mind, I don't know which of the many Arduino boards/shields I would need for this project. I don't want to go overkill buying a top of line kit for something that may be incredibly basic, but I also don't want to be so minimalist that if I discover that I need extra ports later that I'm screwed, unless it is as simple as a bigger shield or something.
tl;dr - I would like help with a shopping list for the various boards cords and bits I will need to get a project like this off the ground.
To start:
-Arduino Board, uncertain type
-Shield, if any
-Light sensor
-Thermistor
-Servo(s)/Actuators?
-Touch Sensors?
Also it seems a no brainer to make this concept solar powered, but I am a Mech-E student and my electrical expertise is limited: I wouldn't know what size panel to get or how to supply an Arduino the right current or voltage from one.
Advanced:
-Weatherscraping requirements
-or Barometric Sensor
-Irrigation control expansion
Thank you!