Library to communicate with LDC1101

Dependents:   Inductive_Sensor Inductive_Sensor_Jasper Inductive_Sensor_3

Fork of LDC1000 by First Last

Revisions of LDC1101.cpp

Revision Date Message Actions
27:05dd145c7997 2016-04-12 Good working version; Cleaned up some code File  Diff  Annotate
26:1ef9172cd355 2016-03-30 In this improved version:; - Solved the timing issue (error with converting floats to int in sleep); - Shutdown when Vbatt < 3,10 V; - Arrays instead of vectors; File  Diff  Annotate
25:ae111662ee03 2016-02-16 Included more features from the LDC1101 (status, etc.) File  Diff  Annotate
24:6bf98c909dfb 2016-01-25 Fixed error in ldc->is_New_LHR_data(): instead of "~" there should have been a "!". Now the function seems to work. File  Diff  Annotate
23:8faeabb395db 2016-01-18 correction of small error: no need to put CS low before shutdown File  Diff  Annotate
22:8da965ce5af3 2016-01-16 Small changes to the sleep function, little bit of waiting File  Diff  Annotate
21:7c9e04e7d34f 2016-01-05 Fixed clock overflow (2^32 = 4294.96726 s = 71 min):; - buffer added to count the times it overflows.; Fixed filename overwrite; - file is created with a new name; Fixed sleep options; - LDC in standby modus, SD card off File  Diff  Annotate
20:8e1b1efdbb49 2015-12-18 Tweaking internal sensor settings. Found optimal settings for RCount, FREQ_MIN and ResponseTime. Cleaned up a lot of mess File  Diff  Annotate
19:e205ab9142d8 2015-12-16 Tweaking the internal settings (RP_Min, Responsetime, divider, etc.) to find the optimal configuration (= highest resolution, highest accuracy, linearity, etc.). File  Diff  Annotate
18:fc9bb81a631f 2015-12-16 First working code with realistic outcome values. Removed a lot of double coding and corrected an error in reading LHR_data. Some tweaking is still possible (necessary) to increase resolution, stability and accuracy.; File  Diff  Annotate
17:a5cf2b4bec13 2015-12-12 Including SD File system File  Diff  Annotate
16:07d0e43c2d12 2015-12-10 Started new library for LDC1101, forked from LDC1000 File  Diff  Annotate