This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf51822 to PC via usb ble adapter

Hi, I need use the nrf51822 to connect to PC via usb ble adapter (virtual com port). The PC side has the USB BLE dongle (adapter). http://www.amazon.co.uk/Plugable-Bluetooth-Adapter-Windows-Compatible/dp/B009ZIILLI

I used the ble_app_uart source code example, but it just can connect to the Nordic Uart APP, I can't connect or pairing to PC.

How can I do implement the function to communication with PC via virtual com port.

Is it has example code of nrf51822 already?

Thank you for your time. KevinLiao

Parents
  • So, if I understand you correctly you want to connect to the computer over BLE (instead of USB which is explained in the tutorial), and the ble_app_uart is functioning and you are able to connect to your mobile device.

    To connect to your computer you need hardware that supports it and software. If you have the nRF51 Dongle, you can flash this with the master emulator firmware, so it acts as a master, and then you can connect to your device running ble_app_uart using the computer version of Master Control Panel.

Reply
  • So, if I understand you correctly you want to connect to the computer over BLE (instead of USB which is explained in the tutorial), and the ble_app_uart is functioning and you are able to connect to your mobile device.

    To connect to your computer you need hardware that supports it and software. If you have the nRF51 Dongle, you can flash this with the master emulator firmware, so it acts as a master, and then you can connect to your device running ble_app_uart using the computer version of Master Control Panel.

Children
No Data
Related