I’m a 76 yo trying to learn Arduino for a 3D printer. I’m using Mac OS 10.10.5 and Arduino 1.6.5 with a Mega 2560 connected via USB. I can’t BLINK. I’ve scoured the message boards, Arduino help and Google. I’ve tried whatever I can find to try.
I would like to know what my error messages MEAN, and what I need to do to correct the errors. I have miles to go and every journey starts with one small step—but I can’t get started.
The 2560 has a steady red light lit @ “on” and a blinking “L” light (on for ½ sec, off for ½ sec) when connected via USB. I know its not receiving sketches because it says it’s not receiving and I’ve changed the timing delay for the “L” from 1000 to 8000 in the sketch to no avail.
My settings and Programmer selections are attached below.
Question 1: Which Programmer should I select?
MY ERROR MESSAGES ARE LISTED HERE.
avrdude: Version 6.0.1, compiled on Apr 14 2015 at 16:30:25
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "/Users/Ken/Documents/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/Ken/.avrduderc"
User configuration file does not exist or is not a regular file, skipping
Using Port : /dev/cu.Bluetooth-Incoming-Port
Using Programmer : wiring
Overriding Baud Rate : 115200
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
avrdude done. Thank you.
Question 2: What does “User configuration . . . skipping” mean and what should I do about it?
Question 3: What is “avrdude?”
I assume the “ReceiveMessage . . . timeout” means no msg was received.
Question 4: What should I do to fix the “timeouts” and the “getsync?”
Really, I’m at the end of my rope, but have high hopes of enjoying my newly built 3D printer “one step at a time!”
Settings for Forum.doc (166 KB)