Dear Nordic Support Team,
I am developing an application for the nrf9160 DK version 1.0.x (nrf connect sdk 1.8.0 and modem firmware 1.3.1). The application depends on other hardware periphery connected to the board via UART and SPI interfaces. The periphery is powered via the board (I use the 5 V pin, a VDD pin and several ground pins). SW9 is switched to 3V. I have a power adapter which delivers 5 V (max. 2 A) via a USB plug or two pins.
So far, I test my application only while supplying the nrf9160 DK via it's USB interface (from my laptop or with the aforementioned power adapter). All tests made with this setup worked as expected. However, when I supply the nrf9160 via it's external power supply interface (P21), using the pins instead of the USB plug of my power adapter, the application does not wok anymore.
I noticed one difference on the board so far. If I supply the nrf9160 DK via its USB interface, the power between a ground pin and the 5 V pin is, as expected, approximately 5 V. However, if I supply the nrf9160 DK via P21, the power between a ground pin and the 5 V pin is close to 0 V. With this fact in mind, it does not surprise me that my application fails, since my periphery isn't supplied anymore.
I have three questions in this context:
- Can you please help me to understand the behavior I am seeing?
- What other side effects occur when not supplying the board via its USB interface?
- What do I have to do when I just want the board to behave the same regardless of the power supply interface in use or rather, how do I disable the side effects and get my application running while supplying the board via P21?
I attached my nrf9160dk_nrf9160_ns.overlay file to provide a little context on my hardware periphery in use.
Thank you for your time. Please don't hesitate to ask if you have any questions.
Cheers,
Sebastian