# Speed & Cadence Sensor Connection

**URL:** https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086
**Category:** BLE / BlueTooth
**Created:** [May 25, 2022, 2:04pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086 "2022-05-25T14:04:06Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![roykfv](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/roykfv/32/132120_2.png) [@roykfv](https://community.thunkable.com/u/roykfv)
#### Post date: [May 25, 2022, 2:04pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/1 "2022-05-25T14:04:06Z")

</div>

Hi All, I try to connect a Speed & Cadence Sensor with UUID “00002A5B-0000-1000-8000-00805F9B34FB” all I get is a “Operation Rejected”

I can connect to the sensor and try to receive byte array but get “Operation Rejected” do I something wrong or is this not possible with Thunkable? I have this working in Unity3D but like to build it with Thunkable.

Thx! Roy

 ![BluetoothLowEnergy1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/8/78e1e18b8a340db8f5d673792d2beb1208ec822a.jpeg)

 ![Sensor](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/d/1d18e2e462d6a7831d237e97cdf8c5e04d80475b.jpeg)

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 25, 2022, 2:59pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/2 "2022-05-25T14:59:34Z")

</div>

are you connecting to the device first? The image below is how I connect. to one of my own BLE devices.

![Screen Shot 2022-05-25 at 10.59.17 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/4/04fe9aa3297517fc13aeaca76fe99413f3e56757.png)

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 25, 2022, 3:26pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/3 "2022-05-25T15:26:10Z")

</div>

This will not work. Your device has only **NOTIFY** property in this UUID and you are trying to do a **READ** operation. So `Operation Failed` is a logical response. You need the **READ** property to do this.

Currently Thunkable does not listen to **NOTIFY** channels.

---

<div class="post-metadata">

### Author: ![roykfv](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/roykfv/32/132120_2.png) [@roykfv](https://community.thunkable.com/u/roykfv)
#### Post date: [May 27, 2022, 7:22am UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/4 "2022-05-27T07:22:30Z")

</div>

Hi Muneer, Thanks for your answer. Notification doesn’t need to be acknowledged, so they are faster and an efficient way to read data continuously, Hope this will be supported but think this will be a long wait.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [May 27, 2022, 7:38am UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/5 "2022-05-27T07:38:28Z")

</div>

> [@roykfv](#):
>
> Hope this will be supported

I hope so.

In the classic `Bluetooth` connection, `Read & Write` can only take place after connecting (pairing) with the Bluetooth device. But this has a downside because Bluetooth devices allow only one single `pairing` at any one time.

The answer was with **BLE** notification which does not require `pairing` but rather `Subscribing` to the service.

Let’s hope Thunkable will introduce `subscription` to **BLE** devices (services).

---

<div class="post-metadata">

### Author: ![yurgen](https://avatars.discourse-cdn.com/v4/letter/y/5daacb/32.png) [@yurgen](https://community.thunkable.com/u/yurgen)
#### Post date: [December 1, 2022, 10:38pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/6 "2022-12-01T22:38:59Z")

</div>

Does anyone know about update of this?  
Its a highly requested functionality.  
I dont understand why in Thunkable BLE only can work with Read Characteristic but it can not Subscribe to Notify Characteristic.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:13pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/7 "2024-11-08T13:13:14Z")

</div>



---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [December 19, 2024, 5:00pm UTC](https://community.thunkable.com/t/speed-cadence-sensor-connection/1895086/8 "2024-12-19T17:00:12Z")

</div>


