Data log for logging enviornmental, process and system state to FRAM or EPROM chips that do not have support for a file system. Includes support for multiple record types, evolving record types, automatic date and time stamp and copying contents to serial. Will soon support journaling to micro SD file system. We always log to fram first for speed and power conserfaction then copy in bulk to SD cards when we have charging power available.

Dependencies:   data_log mbed

Flexible Data Logger Example Use and Test Code

Detailed Documentation

See home page for data log library https://developer.mbed.org/users/joeata2wh/code/data_log/

License

By Joseph Ellsworth CTO of A2WH Take a look at A2WH.com Producing Water from Air using Solar Energy March-2016 License: https://developer.mbed.org/handbook/MIT-Licence Please contact us http://a2wh.com for help with custom design projects.

History

This version works with STM Nucleo F303K8 but SB16,SB18 must be removed to allow I2C and SPI to work simultaneously on that board default tip

2016-09-15, by joeata2wh [Thu, 15 Sep 2016 18:33:56 +0000] rev 7

This version works with STM Nucleo F303K8 but SB16,SB18 must be removed to allow I2C and SPI to work simultaneously on that board


update comments for minor api change

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 22:15:35 +0000] rev 6

update comments for minor api change


adding command listener support to data_log

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 22:05:19 +0000] rev 5

adding command listener support to data_log


adding serial-command-listener

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 19:20:08 +0000] rev 4

adding serial-command-listener


adding serial-command-listener

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 19:17:17 +0000] rev 3

adding serial-command-listener


both read and write log seems to be working

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 16:18:09 +0000] rev 2

both read and write log seems to be working


write functions basically working still working on testing the read chunk-ed version.

2016-03-31, by joeata2wh [Thu, 31 Mar 2016 05:02:57 +0000] rev 1

write functions basically working still working on testing the read chunk-ed version.


data log test and sample use code

2016-03-30, by joeata2wh [Wed, 30 Mar 2016 21:44:52 +0000] rev 0

data log test and sample use code