i've just bought a Genuino UNO, the first thing that i did was to try my new Genuino whit the blink example. but when i try to upload it i get this error:
Lo sketch usa 1.066 byte (3%) dello spazio disponibile per i programmi. Il massimo è 32.256 byte.
Le variabili globali usano 9 byte (0%) di memoria dinamica, lasciando altri 2.039 byte liberi per le variabili locali. Il massimo è 2.048 byte.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x47
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x47
Perhaps a step back. Your original post said you were getting errors, is this still the case?
As far as I know the basic Blink sketch DOES NOT output anything to the serial port. Also, the serial port doesn't show anything during uploading of sketches, you should just get detail s in the 'black output window' at the bottom of the IDE. You should see "Compiling Sketch".....'Uploading' followed by 'Done Uploading'.
Failed loopback test is a bad sign, particularly since one light is flashing but the other isn't... Are you sure wires are making good contact and all?
In that configuration... it shouldn't be possible for one light to flash, and the other not....
PHILinUK:
Perhaps a step back. Your original post said you were getting errors, is this still the case?
As far as I know the basic Blink sketch DOES NOT output anything to the serial port. Also, the serial port doesn't show anything during uploading of sketches, you should just get detail s in the 'black output window' at the bottom of the IDE. You should see "Compiling Sketch".....'Uploading' followed by 'Done Uploading'.
I don't think you read his post? He was reporting the error shown in the black output window when he clicked upload, to try to upload blink...
DrAzzy:
I don't think you read his post? He was reporting the error shown in the black output window when he clicked upload, to try to upload blink...
Or that's what I'm getting from reading his post.
that's correct.
DrAzzy:
Failed loopback test is a bad sign, particularly since one light is flashing but the other isn't... Are you sure wires are making good contact and all?
In that configuration... it shouldn't be possible for one light to flash, and the other not....
i did the test again, nothing. i did make sure that wires are in good contact, nothing. changed the wires, nothing.
PHILinUK:
Hey DrAzzy...as much as you might be right....he actually said: 'but i don't see what i've sent to the board back on the serial monitor'.....
the serial monitor was for the loopback test , it has nothing to do whit the blink sketch