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

smart beacon reference design nrf51822 sw combination

I am new to smart beacon. We have to make a demonstration of our product i a short time. But I could'nt make it run. There are so many sosftdevice, bootloader and application. Can you tell me the correct combination of softdevice+bootloader+application and their links so that I find a starting point

Parents
  • I need two applications. The first one will be used for detecting nrf51822 based bluetooth devices around and sent detected devices' id to a server over a communication media (eg. UART, GPRS etc. ). the second one will be used for advertising itself to be detected. In other words my applications wiil be two sides of bluetooth based locationing.

    I know I have to costumize application to support GPRS or communicating via UART with AT commands etc.

    I have costumized "nRF51822_Dev_Kit\Software\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_beacon" per softdevice V7 migration pdf. Then I ran the software. After debugging I realized application does not execute the main loop (power_manage() routing) after initialization. Possibly it waits somewhere in softdevice code. I searced the ble devices using my PC but nrf51822 device is not found.

    So, is this a good starting point? Are there working applications (possibly with softdevice V7)close to my case I explained above?

Reply
  • I need two applications. The first one will be used for detecting nrf51822 based bluetooth devices around and sent detected devices' id to a server over a communication media (eg. UART, GPRS etc. ). the second one will be used for advertising itself to be detected. In other words my applications wiil be two sides of bluetooth based locationing.

    I know I have to costumize application to support GPRS or communicating via UART with AT commands etc.

    I have costumized "nRF51822_Dev_Kit\Software\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_beacon" per softdevice V7 migration pdf. Then I ran the software. After debugging I realized application does not execute the main loop (power_manage() routing) after initialization. Possibly it waits somewhere in softdevice code. I searced the ble devices using my PC but nrf51822 device is not found.

    So, is this a good starting point? Are there working applications (possibly with softdevice V7)close to my case I explained above?

Children
No Data
Related