Tiny BLE-Connection-Listener

TI-Nspire & BLE / Tiny BLE-Connection-Listener / LaunchPad と Grove BLE

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…

TI-Nspire & BLE / Tiny BLE-Connection-Listener / Genuino 101 と SensorTag

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…

TI-Nspire & BLE / Tiny BLE-Connection-Listener / SensorTag

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 …