First post, getting acquainted with Arduino. Thank you advance for any guidance.
I've started a project for a series of planter boxes in my backyard. I would like to position an Arduino Uno as my master, and a series of 3-4 Arduino Mini's as slaves. Now, those Mini's would each have a couple temp sensors and a moisture sensor connected. I currently have the sketches necessary to communicate between the Uno and one Mini, but want to switch to I2C and add multiples of the same Mini setup w/ identical or similar sensors.
I have the hardware hooked up correctly, using the countless tutorials and videos uploaded by so many wonderful contributors, but as for altering my current sketches, I am at a bit of a loss. Is there a template anyone can recommend for what I'm trying to build? Any direct help, or a point in the right direction, would be greatly appreciated.