EEP fORK

Dependencies:   BLE_API mbed nRF51822

Fork of MCS_LRF by Farshad N

Changes

RevisionDateWhoCommit message
21:c19355cc5e79 2018-03-06 bmentink Added following:; 1. ACA modules that control VBUS and ID pins; 2. Turned off laser after powerup default tip
20:fa5dfaf624a9 2018-03-05 Farshad commit before publish
19:b576835175e2 2018-01-25 Farshad Added bonding.
18:08184949ab30 2017-07-18 Farshad Version 1.5- Some modifications to save power. After each measurement go to redDot only to reduce current consumption from about 250mA to 50mA. Also the connectionLed now blinks every 2 seconds for 20ms to reduce the 4-5mA proportionally.
17:229d78f063fb 2017-06-16 Farshad Added notification for when Laser power goes off due to inactivity. Also added command for setting the inactivity timeout.
16:dc9956bac1a3 2017-03-01 Farshad Serial Interrupt version- Similar problem of occasionally reporting distance with 1 or more decimal points wrong as version 15 in repository.- Revision 15 is polling and been tested more thoroughly and is the preferred version.
15:bc4f8c597c26 2017-02-27 Farshad Firmware version 1.3. Added option for number of samples needed to do a measurement.
14:9f07a54a6f85 2016-10-20 root@developer-sjc-cyan-compiler.local.mbed.org Added tag Version1.1 for changeset a051da83a849
13:a051da83a849 2016-10-20 Farshad Check voltage every minute. Also drive tx and rx to GND when turning laser module power off. Version1.1
12:cf8af0b4e0d2 2016-10-17 Farshad Added low battery check and power save after i minute of inactivity. Also added function to reset the laser module.
11:0dafbbb3a686 2015-12-22 Farshad Commented out unused code.
10:d37cd13dd529 2015-12-22 Farshad Added command to turn the red dot on and off. Also use the button to push and hold to turn the red dot off.
9:afd6bd6e88bd 2015-12-17 Farshad Added more comments.
8:ed66e7ef8243 2015-12-17 Farshad Added hardware trigger and tidied up unused code.
7:8a23a257b66a 2015-12-09 Farshad First cut. Testing works with single measurement averaging 10 readings.
6:09cdafc3ffeb 2015-11-09 Farshad Added multi-packet BLE transmission. This app only uses it for sending debug data using BLE
5:207d4b6dface 2015-10-16 Farshad use BLE to intialise and soft-trigger the RFID reader. This removes the need for the Edge device base.
4:76bd50c41d39 2015-10-11 Farshad Added trigger command
3:de77a4ebbf21 2015-10-09 Farshad Removed unused parsing code.
2:79a9dad8bc5e 2015-10-08 Farshad Implemented and tested functionality. Program successfully receives RFID data from the reader through serial port and parses the data to discover ID. It then notifies the connected BLE central of the received ID.
1:e18634cb382a 2015-08-07 Farshad Some tidy up of code.
0:d58d1cdf43a9 2015-08-07 Farshad Initial check in. Able to connect with Edison and cellphone and change all colors. Both UART and Device Information Service are running correctly.