I've been trying to make a hexapod, and have the coding and hardware done. However, I cannot get the code off of my computer onto the Arduino Nano I have installed to the remote or the Arduino Uno I have installed into the robot.
Problem 1). The Nano consistently receives the error message avrdude: stk500_recv(): programmer is not responding and then proceeds to try to reconnect ten times before quitting. Yes, I have made sure I selected the correct ports, boards, and processor under Tools.
Problem 2). The Uno receives one of three errors. The first is the same as the Nano. The second is that the code is not compilable for the Uno, which is obviously false because it will compile it half the time. The third result is it "uploading" only to fail to perform when I turn on the robot. I have checked and rechecked the code and am sure it is right.
For both of these boards I went into the WiFi101 Firmware Updater to test the connection, and have never received a successful connection, although the boards are clearly receiving power.
The code for both programs are decently long with the remote programming being around 200 lines and the robot being around 1100 lines, so I won't put them directly in this post. I will attach them though.
AdeeptRemoteControl.ino (4.57 KB)
Adeept6LegSpiderRobot.ino (44.6 KB)