I'm new to nordic. I am using Nordic DK (PCA 10028) and was able to flash the heart rate example on to the board and see it on my iOS device. I'm trying to test the uart sample but that doesn't seem to work.
I have pin 9 & 11 connected to a separate boards TX & RX. That board is connected to a PC via USB to UART cable and running hyperterminal with the following uart settings
baud rate: 38400 data bits: 8 Parity: none Stop bits: 1 Flow control: hardware
Now I use jlink to load s110 bin as well as the output bin when building the example project. I don't see LED1 turn on as it's supposed to. Rightfully so, I don't see it appear on my iOS device. Is there something I'm missing?