
With this example the latency time of a simple toggle command can be measured. Central device is looking for a peripheral called LED, connects with it and toggles the LED periodically. The time until the service of the peripheral is updated, is measured as latency time
Dependencies: BLE_API mbed nRF51822
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