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

Receiving signals via BLE without using nRF connect

Hi every one!


I have nRF52840 dongle and BMD-300 Series Evaluation kit featuring the nRF52832.


I`d like to transmit continuous signals from nRF52832 to dongle(Desktop, Windows) without using any DFU controller(e.g. nRF Connect).
The reason is I have to display the graph of signals and process the signals for a real time.
I read several documents about DFU controller and DFU bootloader. But I`m beginner of ble and nRF52..... So, I really need your help!
My questions are here(2) :
1. Is it possible to add a function of DFU controller in firmware of nRF52832?

2. If it is, Give me some advices how can I.

P.S. : I read this document for coding firmware. but I can`t get the feel of DFU controller.
infocenter.nordicsemi.com/index.jsp

I am looking forward to receive a reply......Please give me help!!!!

Parents
  • Hello,

    It seems you are a bit confused regarding the DFU part on the dongle.

    The dongle does not have a programming chip like the DK has (that is the large chip with the white sticker). Therefore, the dongle comes pre-programmed with a bootloader, which is used to update the firmware on the dongle, as said.

    If you want to use the dongle, I suggest you look into the usbd_ble_uart example, found in the folder:

    SDK15.2.0\examples\peripheral\usbd_ble_uart 

    You can check the description of the example here.

    Best regards,

    Edvin

  • Thanks for reply!

    I looked into the description recommended example.

    But It seems that nRF52 communicate without BLE..

    Is there any solution about I can receive the data without nRF connect or display the data on nRF connect in a form of graph ?

Reply Children
Related