#✅ - uploading the code to the arduino nano

18 messages · Page 1 of 1 (latest)

torpid junco
#

This is my first iron man suit and I have followed frank's motorisation guides to the T and when I verify the code, it is a success but uploading the code it fails

quiet prairieBOT
#

Hey @torpid junco, thank you for contributing to this forum.
Please provide as much information (images, video, description) as you can. This will increase the chance that someone can help you with your issue.
Use the Close button when your issue is resolved.

torpid junco
#

i have watched the third installment multiple times to cross reference and I dont know if crashworks3D have changed the code but I just get an upload error.

torpid junco
#

I have now tried to fix it and I fear I have made it worse

torpid junco
#

I have been doing some research and the code im using and the one other people are using are different despite getting the code from crashworks github page

mint gull
#

The Crash Works 3D code is newer than what was in that video. Perhaps if enough people ask @radiant oracle nicely enough he can make an updated video? 🙃

#

Here are some questions to see where you're at with everything:

  1. What board are you using? Is it an Arduino Nano ATmega328P?
  2. If you are using the Arduino Nano ATmega328P did you install the CH340 drivers?
torpid junco
#

The board I am using is an Arduino Nano ESP32 with headers. If that helps

mint gull
#

Yup. You want to be sure you're using the version of code that works with that board. The Arduino Nano ESP32 actually uses a SAMD architecture not ATmega328p architecture.

You'll want to use this version of the code:
Iron_Man_Servo v3.2.x

GitHub

Contribute to crashworks3d/Iron_Man_Servo development by creating an account on GitHub.

torpid junco
#

Thank you

torpid junco
#

Do I need to download any libraries for the code to work?

mint gull
#

There are instructions in the README.md on what libraries need to be installed.

torpid junco
#

probably should have read that lol

torpid junco
#

i have tried both the one crashwork has up and the one you have sent me and neither work

#

i have just tried your code again and it has down loaded.

#

thank you

torpid junco
#

i have wired everything up correctly and my button isn't doing anything other than turning the system on

quiet prairieBOT