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 ?
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
Hi
Okay, then you might want some more sophisticated and dedicated peripheral/central devices. You can for example check out the Central UART and Peripheral UART sample projects, which come with more in-depth documentation on how they work. The peripheral UART sample demonstrates how to use the Nordic UART Service, and you can use the advertiser set up with advertising its service and name as a template for the functionality you want.
The Central UART does the same for the central side, where it scans for peripherals with the Nordic UART service by default, you can modify it to scan for I.E. a specific device name or service that you want.
Best regards,
Simon