NordicSemiconductor / Android-BLE-Library

A library that makes working with Bluetooth LE on Android a pleasure. Seriously.
BSD 3-Clause "New" or "Revised" License
2k stars 414 forks source link

Is there a demo for connecting and sending messages? #446

Closed WangShiJieAOTM closed 1 year ago

WangShiJieAOTM commented 1 year ago

Is there a demo for connecting and sending messages?

philips77 commented 1 year ago

Have a look at the nRF Blinky app. The connection is handled in BlinkyManager class.

We also have 3 example apps in this repository, some of them may not be up to date. The Blinky app was published few days ago.

There is also documentation on the main project page here.

Do you have any questions?

WangShiJieAOTM commented 1 year ago

No, thank you very much