Why the nano is delaying 5 seconds before start any project ?

Hello all,

Why arduino nano always delaying 5 second before start any project ?

Thanks.

For the bootloader to time out.

Thanks to your reply, but how can I cancel that delay ? is there any way ?

Yes, remove the bootloader by writting your code with a programmer.

All this is covered on GOOGLE searches (I assume you DID search GOOGLE before asking the first question)

See HERE

You can also try replacing the bootloader with the current nano bootloader (assuming you now have the "old bootloader"). The current bootloader only has the delay on reset, not on power-up.

Thanks to all of you, I already have some days ago searching in google about it but I still can't programming arduino nano via ICSP , I don't know why,
I go step by step to burn boot loader in arduino uino and I think it's burned Ok, but I still can't use it to programming nano via ISP

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.