serial port - Arduino output pins go HIGH on start? -


i have aceduino board similar arduino. tried making sample led , button using demo. had notice when plug usb, led flashing couple of times.

just wanna ask if normal when using usb power arduino.

is there way can avoid it?

thank in advance.

the onboard led (pin 13) flashes couple of times to indicate arduino executing bootloader. happen every time power or reset board.

you can avoid modifying bootloader inside arduino board. require avr in-system programmer (a piece of hardware program microcontrollers) burn bootloader. can use arduino board special sketch avr in-system programmer.

this link explains how implement both approaches burn arduino uno's bootloader (which uses same microcontroller of clone).

my advice: avoid if can.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -