
Central/ Peripheral example: Central Device connects to a Peripheral called "LED" and a characteristic is toggled automatically with a random sleep interval (10-100ms) -> BLE_LED_PERIPHERAL needed With a external uC the latency Time of a round trip is measured via pin interrupts.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_LED_CENTRAL_TIME_AUTO by
History
Updated software in a way that the latency time is measured via pin interrupts with a external uC. Also the connectionParameters can be adjusted.
2017-12-01, by Alexgerni [Fri, 01 Dec 2017 17:15:02 +0000] rev 1
Updated software in a way that the latency time is measured via pin interrupts with a external uC. Also the connectionParameters can be adjusted.
Central/ Peripheral example: Central Device connects to a Peripheral called "LED", additionally a led is toggled with a random interval -> BLE_LED_PERIPHERAL needed.; Furthermore latency time is measured from toggle command until update of the service
2017-10-24, by Alexgerni [Tue, 24 Oct 2017 18:13:18 +0000] rev 0
Central/ Peripheral example: Central Device connects to a Peripheral called "LED", additionally a led is toggled with a random interval -> BLE_LED_PERIPHERAL needed.; Furthermore latency time is measured from toggle command until update of the service