Hello all,
I am trying to use my nRF52832 DK for a wireless camera shutter for my phone. I have reviewed the example code from SDK 15.3.0 named ble_app_hids_keyboard as well as modifications to this code to include volume control.
link to GitHub that modifies SDK 15: https://github.com/Rallare/nrf51_ble_app_hids_kbd_consumercontrol/tree/SDK15
When I try to build and run the example code in Segger embedded studio I have problems connecting my iPhone to the board via Bluetooth. However, I can use the hex files just fine by dropping those files in the external J-LINK drive window. I am not too familiar with hex files; I don't know where they come from but I know they can upload code to my board. The example code from the SDK works fine on my iPhone only if I upload the hex file. Does Segger embedded studio make these hex files/where do they come from?
I bring up the modifications because I want to build, and run those new volume controls with the example code from SDK. The GitHub repo doesn't include hex files so I'm not sure how I can continue working on this without fixing this problem. If you have any suggestions regarding Segger embedded studio or how to incorporate the volume control modifications to the example SDK code I would really appreciate it.
Gerardo Martin