-
Dave H posted an update in the group Data Logger Developers 7 years ago
Hi everyone.
I’ve been doing some work of a general purpose datalogger software framework that can be applied to the Mayfly. The code handles all the common tasks such as interfacing to the SD card, time-stamping and event timing. There is a corresponding laptop application (written in Python) that handles tasks such as file download and manual triggering of log events. The code, as it is, is located at https://github.com/Coweeta/datalogger_tools. By using this framework, a researcher should only need to write code specific to their application. For an example of this see https://github.com/Coweeta/datalogger_tools/blob/master/sketches/mayfly_example/mayfly_example.ino
Cheers,
Dave