Imagine if a citizen science data logger solution was so inexpensive and easy-to-assemble that you could build five of them for under $180 and in less than 3 hours. What if it was so accessible and flexible that a child could use it for their first Arduino project and a citizen scientists could also deploy it underwater for over a year to monitor temperature changes?
This Arduino Pro Mini data logger shield uses a DS3231 RTC module and a micro SD card reader module. 6 analog and 7 digital pins of the Arduino Pro Mini are available for input/output customization. This data logger shield is heavily influenced by the data logger builds shared freely by others online.
This shield is my first PCB build so I am actively looking for feedback.
I received the Datalogger v1.0 boards from OSH Park last night. Soldering took less than 30 minutes for this first board. Everything is operational. This is very encouraging for my first PCB design.
The data logging script sequence:
Arduino goes to sleep to minimize power consumption
RTC module wakes Arduino up after a user specified amount of time
Arduino logs a timestamp and whatever other sensor information is being collected to a .csv file on the SD card
Go back to step 1
Then the user can pull the .csv data file from the SD card as needed and plot the data.
May I get the gerber files for this PCB? I am doing a datalogger to record when clouds form in huge underground cave rooms in China.
Thanks!