Android source code to communicate via BLE to modify for my application

Hi I have a product that uses an Nrf52810 in a Raytec slave module. I am able to successfully send and receive packets of data using  your UART app in the nrf Toolbox

I would like to develop a custom Android phone app using a Windows 10 PC, as a cross compiler.. What source code should I download from Github and what platform does it run on(Android Studio or VS?)

Basically I need a driver for the communications in order send and receive data. ,

Thanks

Jerry

  • Unless you change the versionCode so that it does not rely on Git, you need to keep the Android-nRF-Blinky in its Git repository. to do so, simply clone it via Git instead of downloading a zip.

    To do so, first ensure you have git installed on your computer. Then, navigate to the folder where you want to have the repository and type this in your terminal:

    git clone https://github.com/NordicSemiconductor/Android-nRF-Blinky.git

Related