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
Please check out our BLE advertising tutorial for information on what the BLE advertisement data can include (note that this one was made for the nRF5 SDK, but the advertising concepts are still the same). This is mainly device name, UUIDs, service data, and perhaps some custom data.
What exactly do you want do advertise, and are you having issues picking it up on the scanning (central) side?
Best regards,
Simon
Hello,
Basically My requirement is one BLE communicate (Advertiser) is another fixed BLE (Observer).
Example:
Advertiser: Here We can advertise the another BLE (device name or UUID ) and communicate this device.
Scaner (Observer) : Here we can define fixed Device name and match the device name as per we can do some event .
Regards
Yash Shah
Hello,
Basically My requirement is one BLE communicate (Advertiser) is another fixed BLE (Observer).
Example:
Advertiser: Here We can advertise the another BLE (device name or UUID ) and communicate this device.
Scaner (Observer) : Here we can define fixed Device name and match the device name as per we can do some event .
Regards
Yash Shah