This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android app UART 2.0 source code?

I created an Android app based on your Nrf UART app ver 1.0, which works fine on Android 4.4 and 5.0, but not 6.0. On 6.0, it cannot find the ble device. But I downloaded nRF UART v2.0 app from google play store recently, and it does find the BLE device on Android 6.0 device, so I am wondering if I get the source code for UART 2.0 app and check what is the difference causing the problem? thanks

Parents Reply Children
  • Hello,

    I am currently working on a project with the nRF52832. I need to get the data being provided by the Bluetooth sensor to be stored as a file in my Android device.

    The Android-nRF-UART  has several problems with the source code.  Major being it does not support the current graddle build libraries. The project has been discontinued.

    I need to store data in the form of sessions. The nRF-Connect available in playstore is able to connect with my device. But the process of accruing data and the storing it is very tedious.

    I would be very helpful if you could guide me to some resource or code repository that would help me with creating an APP for the storage of data.

    Thank You

Related