I have an nrf52832 DK, which when on, constantly obtains and sends accelerometer data from an IMU to whatever BT device it is connected to. I also have an nrf52840 Bluetooth dongle.
I want to run the ble_app_uart app on my PC and get the data from the nrf52832 DK (using the bluetooth dongle to connect PC to DK instead of a USB connection)
I have researched extensively and have found examples on :-
- How to connect the nrf52832 DK to my PC using a USB cable, and then run ble_app_uart.
- How to configure only the BT dongle (code blinky example to turn dongles light on or off)
However, none of these two examples are useful to me because
- One of my restrictions is that I cant use a USB cable to program my nrf52832 DK, so all examples that use a USB cable are automatically voided.
- I need to use the BT Dongle as just a means to connect to my nrf52832 DK, thus all examples that use the dongle to program on it are also voided.