firmata / arduino

Firmata firmware for Arduino
GNU Lesser General Public License v2.1
1.55k stars 518 forks source link

If I uploaded the program once, I need to press the reset button to upload the program again #467

Closed xiebin2014 closed 3 years ago

xiebin2014 commented 4 years ago

If I uploaded the program once, I need to press the reset button to upload the program again. Is there any way to solve this problem

soundanalogous commented 4 years ago

Which board are you using?

xiebin2014 commented 4 years ago

Thank you for your reply Arduino Nano ATmega328p(Old Bootloader) StandardFirmata.ino

I think this is a common problem

soundanalogous commented 4 years ago

Do you have this problem with other Arduino sketches or just with Firmata?

xiebin2014 commented 4 years ago

image EchoString is ok

soundanalogous commented 4 years ago

The Nano (at least since v3) has the auto reset functionality so this should not be an issue. StandardFirmata also fits on an ATmega328p so it's likely not a memory issue.

xiebin2014 commented 3 years ago

You are right There's something wrong with my board