Hello all,
Im currently going through my options for a project in which I want to use the following to create essentially a cost effective ecosystem controller.
Digital pin use (12/12)
-7 relays to control
Light source
Heater
Water pump
3x Solenoid valve
PC fan
-1 rgb led
-nRF24L01+
Analog pin use (3/8)
-temperature sensor
-humidity sensor
-water level sensor
A few questions.
- From my rough estimate of pinusage I seem to have enough just using the arduino nano which is what I want. I have plenty of analog pins left and im a bit confused as to why it says there are 14 digital pins but really only 12 when I count them, do TX and RX count as usable digital pins?
2.While you normally see Arduino unos or megas being used for this sort of thing, im wondering if there is some sort of limitation im overlooking if I was to use an Arduino nano.
- If you can see some huge reason why the nano is underpowered to basically poll a few sensors and activate relays please point it out.
Still in the early stages of planning but would appreciate any input from the battle hardened people here.