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
  • I've already implemanted BLE transmitter-receiver system which do exactly that, perfectly, using the PCA10031 dongle. Now im looking for more elegant way to do the same without the dongle. My needs are quit modest - 1kByte per second. For now im using the HID-Mouse example from the SDK with slight changes. The code works but the refresh rate is too slow. I will try to change the connection parameters and get back to you.

Children
No Data
Related