I have a nRF9160DK board that was working. I am trying to flash zephyr/samples/hci_uart into the nrf52840 and zephyr/samples/central_uart into the nrf9160. I was able to build and flash the central_uart into the nRF9160 and see messages on the UART. when I tried to flash hci_uart into the nRF51840 I was able to build and I was able to flash (the first time). I did not see any activity on any of the 3 UARTS associated with the nRF9160DK board. The nRF9160 board is continuously blinking the LED 5. I no longer see 3 COM ports when I power up and I do not see the device in Visual Stufio.
How do I get the nrf9160 working again and how can I program the nRF52840 and get the application to run? I did switch SW5 before I programmed the nRF52840.
any help would be greatly appreciated. I am trying to get the BLE application to be able to recognize my advertising device and receive notifications. The application to advertise and send notifications is running on a nRF52832 and is working. I can connect to my device and see messages on my iPhone using nRF Toolbox. I just need to be able to see those messages on the nRF9160DK board.
