clausbroch / node-red-contrib-noble-bluetooth

A Node-RED module based on noble for interaction with Bluetooth Low Energy (BLE) devices.
MIT License
8 stars 15 forks source link

Unable to write to peripheral #4

Closed hbull1 closed 4 years ago

hbull1 commented 4 years ago

I've been able to scan for peripherals, select one, and even subscribe to a characteristic. However, I have not been able to write to any of the characteristics using BLE out. Do you have any more details or examples for writing to a peripheral? Do the peripheral and payload messages need to be in specific formats?

hbull1 commented 4 years ago

Nevermind. Got it working. I was trying to take the peripheral output from the BLE Scanner instead of the connected BLE Device.