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

How to send Nordic data to computer wirelessly (Not by UART).

Hello,

We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible with wired connection, Can we get values to PC without UART connection??

Could you please kindly help me with some reference code.

Thankyou so much sir in advance.

  • FormerMember
    0 FormerMember

    To transfer data wirelessly from the nRF52 to a PC, I would recommend you to use Bluetooth Low Energy (BLE). To get started with being able to transfer data over BLE, I would recommend you to have a look at the following:

    • nRF52-DK and how to set it up.
    • This getting started tutorial.
    • This video tutorial: Introduction to Bluetooth Low Energy and BLE development (video tutorial)
    • Our examples in the SDK. The documentation for the examples can be found here.
Related