Sign up ×
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.

We have an arduino pro mini, we are trying to trying to upload sketch the controller but we are prohibited, as the arduino attempt to upload the sketch, it display an error of: not in sync.

We are pretty new in this are, so any help would be much appreciated.

Our setup is: -Breadboard -Connection to adapter: USB Serial. -Arduino Pro Mini as a controller

Through the Arduino Programming Client.

The processor and the port are setup op properly.

The strange thing is, it has worked sometimes these past days..

Much Thanks.

Mieer

share|improve this question

marked as duplicate by BrettAM, LoganBlades, Annonomus Penguin May 21 at 23:18

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

    
Try pressing the reset button just before uploading, might be that the reset signal isn't sent right as it's going through the adapter. –  FuaZe May 19 at 14:21

1 Answer 1

If your error is intermittent, check all of your wiring to ensure there is nothing loose, and try hitting the 'reset' button the Arduino as the compile message changes to uploading, in case your serial adapter isn't resetting the Arduino properly.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.