I am new to chip testing and need some advice on how to start. I am trying to test a nRF51822 on a custom PCB. The main elements of the PCB are the nRF51, a GPS module, and a GSM. I am using a J-LINK scope connected to the SWDIO and SWDCLK of the nRF51 to communicate with the chip. I would like to be able to verify that the Bluetooth is transmitting, read the coordinates provided by the GPS, and eventually transmit the GPS data via Bluetooth. As I mentioned before I am new to Nordic chips and PCB testing, so I do not know:
- What software do I need to communicate with the nRF51(i.e. nRFgo, Keil)?
- Do I need any additional hardware?
- How do I read the needed information without overwriting the code that is already on the chip? Any advice would be appreciated. Thanks in advanced.