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.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.