I've been given an NG to tinker with from my tutor and I'm already having issues uploading the basic blink sketch as recommended on the main site .
This is the error I'm receiving:
Binary sketch size: 858 bytes (of a 7168 byte maximum)
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
I think I may just have all my settings wrong as a lot of the info on the website is penitent to the Diecimela and not its predecessor so I'm not sure which boxes to tick if you like.
Yes, I believe I have It's the black button right on the front right? It makes the board/LED stop blinking for a bit.
I've reset before and after uploading, but I still get the error. I had a Diecimila before with version 9 of the software and I managed to get it all working. I've deleted all the software and tried with the newly downloaded 11. I'm not sure if the libraries are all jumbled up or something...
I don't have an NG to play with so I don't know that board first hand.
If you put an LED on Pin 13 and GND you should be able to see what the board is doing to some degree. When you power up or reset the board you should see the LED blink very rapidly as the board starts up.
After startup the LED should stop blinking, unless your ATmega8 came preloaded with the blink program which blinks the LED every second.
I am assuming your board is the old NG board with the ATmega8 and USB, is that right?
is this it?
The reset switch is to the right of the oscillator crystal and to the left of the ICSP 6pin 2x3 header
What kind of computer do you have and what OS are you running?
Oh and I'm running this all off of my Macbook (OSx, Leopard) and I've got version 11 off the software. I was recommended using an earlier version of the software in case this arduino couldn't cope.
Versions 0011 and 0012 both work fine for me on Linux using /dev/ttyUSB0.
Have you tried versions 0012 and 0010?
Is the software seeing your USB ports? Does the arduino board get detected by your kernel when you plug it in?
"dmesg" inside a terminal should tell you, since OS X is BSD based.
On linux using the FTDI cable you'd see something like this
usb 2-6: new full speed USB device using ohci_hcd and address 5
usb 2-6: configuration #1 chosen from 1 choice
ftdi_sio 2-6:1.0: FTDI USB Serial Device converter detected
ftdi_sio: Detected FT232RL
usb 2-6: FTDI USB Serial Device converter now attached to ttyUSB0
usb 2-6: New USB device found, idVendor=0403, idProduct=6001
usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-6: Product: TTL232R
usb 2-6: Manufacturer: FTDI
usb 2-6: SerialNumber: FTDxxxxx