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

BLE data transfer

Hello everyone. I'm working to a project with nRF52840. I'm developing the code in SDK in SES ide. The task i want to perform is transfer data from the memory of nRF52840 to an other device via BLE. Anyone can show some code example.
P.S. Is there some way to recive that data on Windows? Thankyou for your time

Parents Reply Children
  • Awneil thanks for your answer. The SDK examples have a lot of stuff, I woud like something slighter to send some data, ( I don't know maybe a code example that works directly on the register set).
    About the nRF desktop for windows, I know that, it works when I connect the nRF52840 by USB, it recognizes the serial port, and then launching the BLE app it scans the avaiable device. Instead I want that the PC find my device (without any "wire connection").
    Do you know any solution, howevere thansk a lot.

  • I woud like something slighter

    The trouble is, BLE is not "slight".

    If you want something "slighter", then you need to look as some other radio standard (or something proprietary).

    I want that the PC find my device (without any "wire connection")

    See the links I posted previously:  Windows 10 supports BLE natively; otherwise, you will need something proprietary.

Related