March 2, 2023
Description
This is the project for the Alien3d UFO box for February 2023
I have created code so it can work on both an Arduino Nano or an ESP32wroom.
This project is remixed/inspired by https://www.instructables.com/Automated-Robotic-Arm-That-Learns-Ft-Tinkercad-Ard/
While building the project you may want to check the instructions on the instrucables page to know how to set the servo arms in the correct place, and what lenght screw each is. In my assembly video it shows the range of travel the arms should have.
Please print all the parts in the included 3MF (not the one called preview) or the STL files. All parts should be flat on the bed, or with its flat side on the bed (joystick controller body and lid)
(also included as a pdf and svg in other files below)
You will need to use the Arduino IDE to open and upload the code to your board. You can download it from:
https://www.arduino.cc/en/software
That website also has many references on how to get started with arduino
If you would like to use the Arduino Cloud Editor and upload your code through there please visit:
https://create.arduino.cc/editor/dsk001785/2b754fdb-4ba3-426d-8cb2-cf54f6c367c3/preview
If you would like to do it locally on your pc, please use the robotArmESP32.ino to program your board.
You will need to import a library to make the code work. Please search for and install the ESP32Servo library by John K. Bennet in the library manager in the Arduino IDE or manually download it from below and install into your libraries folder.
https://github.com/madhephaestus/ESP32Servo
If you would like to use the Arduino Cloud Editor and upload your code through there please visit:
https://create.arduino.cc/editor/dsk001785/75b9b4b5-4971-4b5d-9522-41238d942512/preview
If you would like to do it locally on your pc, please use the robotArmNano.ino to program your board.
You do not need to import any libraries.
Please make sure to select ATmega328P (old bootloader) for the processor when uploading the code.
License:
Creative Commons — Attribution — Noncommercial