Hello Everyone,
This is my first post on this forum so my apologies in advanced if the format isn't 100% correct. About 5 weeks ago I started a college course titled "CEIS101 Intro to tech and Info Systems".
I've sailed through the class but I ran into one error with my Ardunio Mega 2560. We were given a PDF (It is attached) and are shown a diagram on how to assemble the "smart home system". After putting it together I am supposed to connect the system to my computer and run a series of code that is also given to us and attached in the PDF.
When connecting the Arduino and running the code, it throws me a series of error messages that are attached at the bottom of the page that essentially say "Failed to send command to seriel port". I'm extremely new to the Arduino and I'm not quite sure if this is a coding error or a hardware error with my project.
I was hoping someone on here can point me in the right direction. Thanks so much in advance.
Error Messages I received:
Arduino: 1.8.13 (Mac OS X), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Sketch uses 4182 bytes (1%) of program storage space. Maximum is 253952 bytes.
Global variables use 232 bytes (2%) of dynamic memory, leaving 7960 bytes for local variables. Maximum is 8192 bytes.
avrdude: ser_open(): can't open device "/dev/cu.usbmodem14301": No such file or directory
ioctl("TIOCMGET"): Inappropriate ioctl for device
ioctl("TIOCMGET"): Inappropriate ioctl for device
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: ser_send(): write error: Bad file descriptor
avrdude: stk500_send(): failed to send command to serial port
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
the selected serial port avrdude: stk500v2_getsync(): timeout communicating with programmer
does not exist or your board is not connected
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
http://www.mediafire.com/folder/uz85ftxtyevdq/Arduino_Project