Arduino MKR1000 not running loop on LIPO battery.

Hello,

I'm completely new on programming on Arduino. Apologizes if it seems an evident reply to you.

The code running on my MKR1000 is running well when connected to PC via USB.

However, it doesn't run when running on LIPO battery (green led turn on though).

Do I have to set it to a particular mode ?

Thanks

Hi @ alexandre_zfs,

Does your sketch contain "while(!Serial);" in setup?

If so please remove it, because this will block the sketch until the Serial Monitor is open, which in your case will not happen.