Help with BluetoothLE.EnableNotifications block

I am using Arduino Nano 33 BLE and sending pressure values to the app I created in the MIT app inventor. I would like to use 'BluetoothLE.EnableNotifications' block but I do not see it in the list of options when I open the BluetoothLE1 block.
I have updated the BLE extension to version 20240822 from this link 'MIT App Inventor Extensions'. But I still cannot find the EnableNotification block. Could you please help me in this regards.
Thank you,
Ahmed

How do you know such a block should exist?

Hello Ahmed

It is built into the BLE smart receive blocks: RegisterForXXX

3 Likes

I have been trying to fix a delay problem potentially caused by the Timer.BLE block. When I seek a solution from AI, it advises to delete the Timer.BLE block and add EnableNotification blocks instead.


I have attached my BLE drawer, do you mean Register for floats will work?

(added to AI Blooper Reel)

The BluetoothLE.EnableNotifications block is used to receive updates from a Bluetooth device when the value of a characteristic changes. It lets your app listen for data without repeatedly reading it.

Really? Show us a downloaded png of that block?