Arduino starts only after a press on reset button with ItsyB

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
adafruitition
 
Posts: 1
Joined: Thu Nov 08, 2018 10:54 am

Arduino starts only after a press on reset button with ItsyB

Post by adafruitition »

Hi,

I like to use the ItsyBitsyM0 Express with an Arduino Sketch (without CircuitPython), in detail I am using PlatformIO to build everything. The program I created works, BUT it does not start automatically after power-on (from e.g. battery). I always have to press the reset button once, then the program starts.

Why? How can I acchieve it, so that the program starts immediately?

User avatar
zener
 
Posts: 4567
Joined: Sat Feb 21, 2009 2:38 am

Re: Arduino starts only after a press on reset button with I

Post by zener »

It may help to post your code (in a code box, click [CODE} button above when replaying). There may be something in there that is causing the problem, for example, initializing a serial connection when one is not connected. Others may have a better idea.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”