Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 445 Bytes

arduino-projects

Troubleshooting

Avrdude stk500 not in sync

Board: Arduino UNO (ATMEGA328P)

Issue:

Error message on upload after selecting correct board and port:

serial port avrdude: stk500 disable: unknown response= 0x04 does not exist or your board is not connected

Possible cause: digital pins 0 or 1 (used for uploading) or RESET are in use

Solution: Disconnect the pins before upload