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

Best way to send raw data to computer

Hi,

I'm looking for an easy way to send raw data measured by NRF51822 (as single bytes) to a host computer, without using Nordic dongle. The example project ble_app_uart would be perfect if there was a way to send the data to a computer running windows and not Android/IOS. Does such option exist?

Thanks

Parents Reply
  • Describe how you imagine this to work then. Max UART baudrate on nRF51 is 1Mbps which is much more than your data rate through BLE. Why would that be too slow? You can of course use some BLE-capable USB dongle and receive the BLE data directly on PC, but that would not increase your speed and will be much harder to implement on windows. However, that would be more elegant. You can also use some BLE-USB bridge that would introduce itself as HID device on windows. Although, that would be much harder too. You asked for easy solution.

Children
No Data
Related