Android Question [B4A] BLE2 intercept the keys of a page turner

Aldo's

Active Member
Licensed User
Following the example included in the BLE2 presentation, I connected a Bluetooth page turner to my app.
Now how can I intercept the bluetooth signals emitted by the two buttons of the page turner and turn them into a routine?
Thank you
 

f0raster0

Well-Known Member
Licensed User
Longtime User
If you've connected the device to your phone, you're likely reading the status of these two buttons. If that's the case, trigger your routine whenever the status changes to perform the desired action

You could start by sharing what your logs show
 
Upvote 0

Aldo's

Active Member
Licensed User
Ecco il risultato:
Screenshot_20250114_114136.jpg
 
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
better if you show the logs in b4x..

can you install the nRF App? will be easer to see what you can read from your device
like my case:
btn2-nRF Connect.jpg
 
Upvote 0
Top