Hello,
we want to communicate the BLE to BLE without connection how to communicate?
One BLE is continious on scaning mode and another one is advertising mode on event
so any example code aviliable for this ?
Hello,
we want to communicate the BLE to BLE without connection how to communicate?
One BLE is continious on scaning mode and another one is advertising mode on event
so any example code aviliable for this ?
Hi
I think the easiest here would be to use the Bluetooth Scan & Advertise sample application in Zephyr. This application demonstrates a combined BLE broadcaster & observer role. If you flash it onto two devices both should be able to scan the others advertisements for example. You can also use a beacon on one end and turn of the advertiser to only have a scanner.
Best regards,
Simon
Hi
I think the easiest here would be to use the Bluetooth Scan & Advertise sample application in Zephyr. This application demonstrates a combined BLE broadcaster & observer role. If you flash it onto two devices both should be able to scan the others advertisements for example. You can also use a beacon on one end and turn of the advertiser to only have a scanner.
Best regards,
Simon