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

Merging of SPI code and ble_app_uart for nrf52840

HI,

I am developing weight scale with Bluetooth feature. I have already developed the code to get weight scale reading using SPI example.

Also tested ble_app_uart code individually and working fine.  Now i want to merge this code so that can send weight scale reading to nrf connect app using Bluetooth.

can you suggest me the step for how to merge both code and which file need to change?

Thank you,

Rahul Kidecha

Parents Reply
  • Hi,

    I referred to the example shared by you and successfully merged the code. Also, i able to display the weight scale data on display and see the ble uart on nrf connect app.

    I wanted to keep displaying the weight value under declared device name. I was trying to make changes in 
    advertising_start(); function but was not able to display the value. 

    The value i wanted to display is dynamic and i did not find where exactly i need to pass the value.

    can you just tell me where exactly I need to make changes to display the weight scale value?

    Thank You

    Rahul Kidecha

Children
Related