Hi everyone,
I wrote a program and I can upload it on my arduino uno. If a try to upload it on my arduino nano it gives an error:
Arduino: 1.6.12 (Mac OS X), Board:"Arduino/Genuino Uno"
De schets gebruikt 6.206 bytes (19%) programma-opslagruimte. Maximum is 32.256 bytes.
Globale variabelen gebruiken 291 bytes (14%) van het dynamisch geheugen. Resteren 1.757 bytes voor lokale variabelen. Maximum is 2.048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Probleem bij het uploaden naar het board. Zie http://www.arduino.cc/en/Guide/Troubleshooting#upload voor suggesties.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
My arduino's are clones, My software is Mac OS sierra 10.12.4 and I am using an modified driver: CH341SER_MAC No longer works in macOS Sierra - Installation & Troubleshooting - Arduino Forum
I hope you can help me, thanks for your time!
Greets
Simon.
DrinkbakCode6.0.ino (2.25 KB)