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

connecting procedure for nrf51822 with android via bluetooth

i am troubling in connection with nrf51822 with android via bluetooth.can you please tell me the procedure of how to connect nrf51822 bluetooth with android phone. i have tried various examples but i am faling to do the connection.

  • FormerMember
    0 FormerMember

    For getting started, I would recommend you to have look at the following pages:

  • hello sir, i have reffered the user guide and information from infocentre.i am using BLE400 development board and according to the infocentres documents i had flashed nrf51822 with \examples\ble_peripheral\ble_app_uart this code.and done the testing aspects which infocentre document has described but i am failing to connect my device to the androd app via bluetooth i am not getting actually whats wrong with this.my android version is 5.1 and i am using app nRF connect.i want to ask that is i am flashing wrong code.code i have mentioned above.or is there extra settings required for mobile app to make it connectable with my device.my device not blinking any led which document has described.i am using keil mdk and my programmer is ulink2.i have done RF communication ,uart and blinky example from C:\Users\avisoft08\Downloads\nRF5_SDK_12.2.0_f012efa\examples\peripheral folder and C:\Users\avisoft08\Downloads\nRF5_SDK_12.2.0_f012efa\examples\proprietary_rf folder.but i am failing to do the code of bluetooth.sir can you please help me .....

  • FormerMember
    0 FormerMember in reply to FormerMember

    For ble_app_uart, did you remember to flash the softdevice before flashing ble_app_uart?

  • for flashing ble 400 board i am using sdk 12.2.0 and keil compiler,i am using ulink2 programmer to upload the program on my board.using this programmer i am flashing my device on keil platform.sorry sir but i am not getting what is mean by flash the softdevice before flashing ble_app_uart?.what does it mean? i have just flashed my board with ulink2 programmer and using the code from sdk 12.2.0.

  • FormerMember
    0 FormerMember in reply to FormerMember

    By " flash the softdevice before flashing ble_app_uart", I mean program the softdevice before the ble_app_uart.

Related