Hi. I'm fairly new to this whole fun, and think I need some help.
I am using an ArduPilot with an R/C truck for learning. But I can't get the code to load at all, so learning the code side hasn't started yet.
My set up:
- ArduPilot (the red one).
- An Em-406A GPS
- 2 Ch radio/receiver with an ESC.
- FTDI Cable (and the Sparkfun FTDI 3.3V Breakout board)
I followed the user guide at
http://docs.google.com/View?id=ddjmqgw3_43gm6gvggf with two exceptions. I do NOT have the sensor shield - I only want to get the basics running right now. And I have not yet soldered the wire for throttle control (need to get smaller wire). At this stage, I just trying to get the initial code in place.
I have the header pins soldered to the ArduPilot. I'm a little unclear what pins on the ESC to connect to the what pins on the ArduPilot. The guide indicates to connect to OUT-3. Trying that with the 3 wire pins from the ESC gives me power.
I have the Arduino IDE setup on a 64bit Ubuntu, and it works with my Freeduino (well, I can get the default led blinky program loaded... I'll do more with it sooner or later...)
So I power up the board via the ESC connection, connect the FTDI cable, and plug the other end into my computer. I run "dmesg" to confirm the cable has been detected. The GPS is not plugged in at this point. Then I boot up the IDE, load the default code (Easystar V23), make sure I have the right port selected and the right board (... w/ATmega328), and tell it to compile and load the code. I get this output:
Binary sketch size: 15510 bytes (of a 30720 byte maximum)
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_recv(): programmer is not responding
Looking through the site/forum/Google and this *seems* to indicate a problem when not using the "official" FTDI cable. So, I connect a friends official cable, and get the exact same results.
I can't seem to find any hints of what I'm doing wrong (cuz I'm sure it's me and not the hardware...)
Any tips/suggestions how to resolve this? Do I *NEED* the shield? Did I break something? I'll check over the solder joints, but I don't think I have any inadvertent connections. Thanks for any/all responses.