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

bluetooth questions

heelo every one ,

i want to use bluetooth to connect my nrf51822 to my smartphone can anyone help me because i don't have any idea there is any example ready to use plz

Parents
  • Hi Fares Elec!

    You can use one of the examples in one of our SDK's.
    The latest supported SDK for the nRF51822 is SDK v12.3.0.
    There are precompiles hex-files you can flash to your board that will allow you to connect your smartphone.
    Remember that you will not be able to connect to most BLE devices directly from your phone's bluetooth settings. You will most likely need a mobile app to connect to your device.

    For example;
    You can flash the ble_app_uart example to your device, and use the nRF Toolbox app (available on Android, iOS and Windows phone) to connect to the device.
    You can read more on the infocenter-page of the UART-example about how to test it with your device.

    Best regards,
    Joakim.

Reply
  • Hi Fares Elec!

    You can use one of the examples in one of our SDK's.
    The latest supported SDK for the nRF51822 is SDK v12.3.0.
    There are precompiles hex-files you can flash to your board that will allow you to connect your smartphone.
    Remember that you will not be able to connect to most BLE devices directly from your phone's bluetooth settings. You will most likely need a mobile app to connect to your device.

    For example;
    You can flash the ble_app_uart example to your device, and use the nRF Toolbox app (available on Android, iOS and Windows phone) to connect to the device.
    You can read more on the infocenter-page of the UART-example about how to test it with your device.

    Best regards,
    Joakim.

Children
Related