Bluetooth Connect

Hi all,
I’m currently playing around with a battery with built-in bluetooth monitoring, I’ve had it talking to a raspberry Pi before but am trying to use just a Knot to get rid of an extra device. So far though I’ve only been able to retrieve the name as a scan-rsp. Is there any way I can issue connect and subscribe to the device? or is it only able to listen for advertisements


Hope someone can shed some light on this

If we are talking about specifically/strictly the Bluetooth interface - the main idea is to “listen” for advertising reports.
The reports that are stored under the “Advertising reports” tab (under the Bluetooth interface) can then be structured into a message (or specific “octets” of the message can be “taken out” and saved as variables) and sent via MQTT, HTTP POST or EMAIL.