Hi all,
I'm relatively new to Arduino projects, and would like to ask for advice and recommendations regarding what board/shields/units to get for a project I am starting to build.
What I want my project to do is:
- Read data from several (probably 4) sensors. The sensors will probably be 1 meter away from the Arduino
- Store the readings on SD card
- Send the readings over WiFi
- Display the readings on an LCD screen.
All this for a month or two.
The simplistic idea would be to have an Arduino (Uno?) stacked with SD/WiFi/LCD shields, and connected to an external 9V battery.
However, from the little I already know, I reckon I will most likely encounter some issues with that regarding power consumption and/or pin requirements. Plus, it will become rather bulky.
So am I going in the right direction here or is there a better implementation?
Should I use a board stronger than an Uno?
Should I opt to use specific, minimalistic parts for the different components or should I prefer using shields? Are there any shields that combine all/most of the functionality I'm looking for?
Is a 9V battery source enough for such a project?
Can I use standard wire cable (24 AWG) to connect the sensors or are there any special considerations when I need the signal to travel 1 meter? At what distance is does it become a consideration for the signal received?
Thanks in advance,
Maor