Basic output of force sensor data to serial, in form "value1/n"
Dependencies: mbed BLE_API nRF51822
History
Updated code with non-blocking sensor reading, fixed bluetooth, added "sleep when not connected to BLE" feature; ; Serial output format: "132" where 1 is sensor number, 32 is value from 0 - 99 of force sensor 1
2014-11-25, by jstroud [Tue, 25 Nov 2014 04:57:36 +0000] rev 6
Updated code with non-blocking sensor reading, fixed bluetooth, added "sleep when not connected to BLE" feature; ; Serial output format: "132" where 1 is sensor number, 32 is value from 0 - 99 of force sensor 1
Fixed serial issue, added support for six sensors
2014-11-25, by jstroud [Tue, 25 Nov 2014 03:28:30 +0000] rev 5
Fixed serial issue, added support for six sensors
force sensor testing, all six sensors
2014-11-25, by jstroud [Tue, 25 Nov 2014 01:35:56 +0000] rev 4
force sensor testing, all six sensors
ble implementation
2014-11-17, by pgao [Mon, 17 Nov 2014 04:55:34 +0000] rev 3
ble implementation
force sensor code for processing sketch; floats printed via serial as "val1,val2,val3,val4\n"
2014-11-11, by jstroud [Tue, 11 Nov 2014 01:43:24 +0000] rev 2
force sensor code for processing sketch; floats printed via serial as "val1,val2,val3,val4\n"
force sensor test code
2014-11-11, by jstroud [Tue, 11 Nov 2014 01:09:06 +0000] rev 1
force sensor test code
Basic code to output force sensor data to serial, in format "value1/n"
2014-11-03, by jstroud [Mon, 03 Nov 2014 05:33:36 +0000] rev 0
Basic code to output force sensor data to serial, in format "value1/n"