Tiny BLE-Connection-Listener
Some changes have been made to the previous script. .lua -- Tiny BLE-Connection-Listener for TI-Nspire -- Tap the right half of the screen to start scanning to connect. -- Tap the left half of the screen to disconnect. -- You can view UUID…
Some changes have been made to the previous script. .lua -- Tiny BLE-Connection-Listener for TI-Nspire -- Tap the right half of the screen to start scanning to connect. -- Tap the left half of the screen to disconnect. -- You can view UUID…
The connection flow is as follows: The ble.addStateListener() function registers a listener-callback. The bleCentral.startScanning() function gets a scanner-callback to scan peripherals. The connect() function gets a connector-callback to …