Hi folks,
I’d like you opinion on the feasibility of using a Arduino to do some environmental monitoring.
The project I have in mind is for monitoring and reporting environmental conditions and utility usage in my business.
In particular I want to monitor water, and electric usage, and temperatures (inside and outside, and refrigeration).
I would like to start by monitoring the temps inside a walk-in cooler.
I need 5 temp sensors and want to record the temp from all sensors every 1 minute.
I want to be able to download the data periodically on demand – not automatically – to my laptop.
I would like the download to be done wirelessly.
I might download as frequently as every few minutes or as infrequently as 31 days.
After downloading I want to import the data to Excel and manipulate it there.
At 31 days, there are 44,640 samples. Multiplied by 5 sensors, that’s 223,200 samples, each with a timestamp and temp measurement.
My concerns are memory for data, memory for code, nonvolatility for data memory, processing speed, ability to connect and download wirelessly.
So my question is: is this something that’s possible on an Arduino, or do I need a more robust platform?
If another platform would be better, I’d rather find out now and not waste my learning curve on a dead end.
And if you think Arduino is a good choice, what other hardware for the Arduino is needed? (talking about shields, not sensors, etc)
Thanks for your consideration
Ken