Mkr IoT Carrier Rev 2 not Powering MKR WAN 1310

Hi Everyone,

I am Using MKR WAN 1310 and IoTCarrier Rev 2. I Have connected everything as described here: https://support.arduino.cc/hc/en-us/articles/360020407519-How-to-power-your-MKR-IoT-Carrier-with-a-battery but the Board doesn't get power.

Regards,

Noel

For anyone stumbling upon this issue: I have been able to play around with it some more. And I fixed the issue.
The Problem was the code I was using was waiting for a serial Connection using: while(!Serial).
Which in hindsight makes total sense that it shouldn’t work. No Cable -> No Serial Connection.
But what’s peculiar is, that this even stopped the Power led’s to turn on, so I was assuming it was hardware related and didn’t even look at the code.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.