This is used for sending Data to receiving mDot
Dependencies: libmDot-dev-mbed5-deprecated ISL29011
Fork of mdot-examples by
History
SD card functionality isn't working as wanted. Was working before.; Add method to send longitude and latitude floats.
2018-04-14, by SDesign2018 [Sat, 14 Apr 2018 18:20:55 +0000] rev 31
SD card functionality isn't working as wanted. Was working before.; Add method to send longitude and latitude floats.
updated mdot and mbed versions
2018-04-14, by SDesign2018 [Sat, 14 Apr 2018 18:09:54 +0000] rev 30
updated mdot and mbed versions
SD stopped working, GPS not working, others work. Update
2018-04-13, by SDesign2018 [Fri, 13 Apr 2018 00:08:44 +0000] rev 29
SD stopped working, GPS not working, others work. Update
axis offsets work.; Need to work on sd card shit cuz it sucks
2018-04-10, by SDesign2018 [Tue, 10 Apr 2018 23:51:44 +0000] rev 28
axis offsets work.; Need to work on sd card shit cuz it sucks
dot->sleep replaces the ticker class from mbed; It works
2018-04-01, by SDesign2018 [Sun, 01 Apr 2018 21:32:06 +0000] rev 27
dot->sleep replaces the ticker class from mbed; It works
Sending package with flags works
2018-04-01, by SDesign2018 [Sun, 01 Apr 2018 21:21:29 +0000] rev 26
Sending package with flags works
Welp, ticker and interrupt works now. I messed up and used accelerometer trigger in my if statement instead of the temperature.
2018-01-10, by SDesign2018 [Wed, 10 Jan 2018 17:42:23 +0000] rev 25
Welp, ticker and interrupt works now. I messed up and used accelerometer trigger in my if statement instead of the temperature.
Periodic readings trigger if statement now occurs by calling periodicReading function taking a tx_data with type vector<uint8_t>
2018-01-10, by SDesign2018 [Wed, 10 Jan 2018 17:13:12 +0000] rev 24
Periodic readings trigger if statement now occurs by calling periodicReading function taking a tx_data with type vector<uint8_t>
Ticker now works, performing periodic readings based on a single trigger variable-periodicReadingTrigger;
2018-01-10, by SDesign2018 [Wed, 10 Jan 2018 17:05:29 +0000] rev 23
Ticker now works, performing periodic readings based on a single trigger variable-periodicReadingTrigger;
Changed to do periodic reading from trigger
2018-01-10, by SDesign2018 [Wed, 10 Jan 2018 16:57:41 +0000] rev 22
Changed to do periodic reading from trigger