Sorry for this long message. I am new and quite lost. I just purchased a nRF51 DK and installed nRFGo Studio, Keil MDK and NRF51 SDK. With nRFGo, I programmed the Segger of my dev board with the S130 SoftDevice. I also was able to build and load the Heart Rate application from examples\ble_peripheral\ble_app_hrs\pca10028\s130\arm5_no_packs. (uVision V5.17.0) I got the nRF-Toolbox application on my iPhone from App Store, can connect to Nordic_HRM and it works.
But I ran into a few problems:
My ultime goal is to receive voltage measurements from a simple analog circuit, via ADC and bluetooth on my PC (windows7, ideally with a C# .net project), or my iPhone (objective C). I already did it w/out bluetooth with an Arduino, but now want to do it wireless w/.out arduino.
To begin with, I would like to test the Heart Rate application using the Master Control Panel (I downloaded version 3.10.0). I only have COM3 listed in the combo text box (and the device manager shows JLink CDC UART Port on Com3), so I use it. The log says "No response from master emulator" and I can't do anything else (in particular I can't Start discovery), whereas the Heart Monitor documentation suggests I should be able to use to Watch notifications of heart rate. (1st PB)
After digging for quite some time, I thought I should program the master emulator MFEW nRF51822 from MCP. I also connected pin 0.3 to ground. Doing so, I can start discovery. This gives me a list of 5 devices, but none of them seems to be the NRF51. (2nd PB) Besides, when I go back to Keil uVision and try loading the Heart Monitor program, its fails with message "Flash Downlaod Failed - Cortex-M0". (3rd PB).
At last the nRF51 device isn't discoverable (I have other Bluetooth devices that such as a headset), and I dont understand why. (4th PB)
Would you please give some advices?