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

driver to connect nrf52840 with our APP

Hi Dev Team,

I am developing the weight scale product using nrf52840 development board. We connected the nrf52840 using the nrf connect app ( Provided by nordic).

Now we want to send the data to our APP instead of nrf connect. can you guide me for this ? what kind of driver we need to connect to app.

Thank you in advance.

Rahul Kidecha

Parents Reply
  • Hi Amanda,

    Let me explain you in more detail regarding the project so you can suggest better solution.

    Using SPI and ble_app_uart example code we successfully sending the weight scale data that i.e. 192.4 (2 byte data) over Nordic UART service and keep displaying on nrf connect app (android phone).

    In ble_app_uart they used "uart_event_handle()"function to detect the input on serial monitor. so i am calling that function and keep sending weight scale data to app.

    I want to implement same feature in my app. so could you suggest me how to do that ? 

    Thank you

    Rahul 

Children
Related