I have been following the "Simple Installation Process" in the Pi Co-op manual to setup a working Raspberry Pi system. I am using a 32GB SD card setup with NOOBS 1.3.5 (ie. Raspbian 7.5), installed Arduino IDE version 1.0.1. I have selected the "blink" sketch and tried to upload it to the Pi_Co-op board, however I get the error message:-
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
Binary sketch size: 1,072 bytes (of a 32,256 byte maximum)
done with autoreset
avrdude-original: stk500_recv(): programmer is not responding
I then pressed the reset button on the Pi_Co-op board (as suggested by the Trouble shooting guide); I then edited the Blink sketch to write to the Serial Monitor and uploaded this modified version only to get this message:-
Binary sketch size: 2,432 bytes (of a 32,256 byte maximum)
/usr/bin/autoreset:21: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup( pin, GPIO.OUT )
done with autoreset
The messages sent to the Serial Monitor are being displayed.
Any suggestions on how to fix these errors?