Eggduino - Eggbot - SphereBot - the Machine for Drawing on Eggs

by dbmaking in Circuits > Arduino

49 Views, 2 Favorites, 0 Comments

Eggduino - Eggbot - SphereBot - the Machine for Drawing on Eggs

EGGDUINO - EGGBOT - La macchina per disegnare uova |parte 1|
Timeline 1_01_00_20_17.jpg
Timeline 1_00_27_18_00.jpg
Timeline 1_00_29_05_00.jpg

Welcome to this tutorial! With Easter approaching, I will show you how to build an Eduino, a small robotic arm that, thanks to Arduino and Inkscape, can draw on eggs to customize them however you like.

I had to condense many of the construction steps, otherwise this Instructable would have become too long. If anything is unclear, you can watch the video.

Supplies

Timeline 1_00_02_24_12.jpg

Motor Assembly

Timeline 1_00_03_08_04.jpg
Timeline 1_00_03_11_07.jpg
Timeline 1_00_03_54_24.jpg
Timeline 1_00_04_06_10.jpg

Installing the Egg-Driving Motor

To install this motor, we will use M3x10 screws with 3D-printed spacers to fit them.


Installing the Marker Holder Arm Motor

This motor will be mounted on the lower side using M3x10 screws and spacers, while on the upper side, we will use M3x5 hex socket head screws, recessed into the frame to avoid interference.




Assembling the Marker Holder Arm

Timeline 1_00_04_19_10.jpg
Timeline 1_00_04_25_15.jpg
Timeline 1_00_04_42_19.jpg

Servo Installation

Timeline 1_00_06_37_16.jpg
Timeline 1_00_07_46_11.jpg
Timeline 1_00_06_43_10.jpg

We use a 9g servo. To connect it:

  1. Modify the connector: Separate the signal wire (orange) and use a single pin, while the positive and negative wires go into a dual connector.
  2. Position the servo: Route the wire through the groove to prevent it from interfering with the arm.
  3. Secure it with the provided screws.


Uploading the Sketch to Arduino

Timeline 1_00_10_17_18.jpg

Download the Eggduino.zip file, extract it, and open eggduino.ino using the Arduino IDE. Install the necessary libraries:

  1. AccelStepper (available in the library manager)
  2. SerialCommand (manually installed via ZIP)

Connect Arduino to the PC, select Arduino Uno as the board, and upload the sketch.

Assembling the CNC Shield and Drivers

Timeline 1_00_11_01_21.jpg
Timeline 1_00_11_30_07.jpg
Timeline 1_00_12_06_03.jpg
Timeline 1_00_12_27_15.jpg
  1. Install the CNC Shield V3 onto the Arduino Uno, ensuring the pins are properly aligned.
  2. Mount the A4988 drivers in the X and Y slots, with the potentiometer facing the power supply.
  3. Configure microstepping using jumpers to achieve 1/16 step resolution.

Adjusting the Drivers' Vref

Timeline 1_00_16_40_20.jpg

We calculate the Vref based on the motor’s maximum current (from the datasheet) and adjust the potentiometer using a multimeter:

  1. Connect the multimeter's negative probe to GND
  2. Place the positive probe on the potentiometer screw
  3. Adjust until reaching the calculated value

Vref calculation site

Power Supply and Final Adjustments

Schema elettrico.png
Timeline 1_00_18_36_15.jpg
Timeline 1_00_19_17_21.jpg
Timeline 1_00_20_40_06.jpg
Timeline 1_00_22_16_23.jpg
  1. Enable the board by placing a jumper between EN and GND.
  2. Disable auto-reset by soldering a 10μF capacitor between GND and RESET.
  3. Connect the fan to the CNC Shield for cooling.
  4. Secure the power socket and connect the cables.
  5. Connect the motors:
  6. Arm motor → driver Y
  7. Egg motor → driver X
  8. Install the bearings and egg rollers, using rubber to increase friction.
  9. Place the electronics cover and apply the custom logo.

Testing With Inkscape

Timeline 1_00_25_46_02.jpg
Timeline 1_00_28_44_00.jpg

Open Inkscape 0.91 (See documentation) and follow these steps:

  1. Modify the document size to 3200x900 px.
  2. Paste the design you want to print.
  3. Go to Extensions → Eggbot → Eggbot Control.
  4. Set the pen height values (e.g., 55 and 70 for up/down).
  5. Run a test print to check if everything is working correctly.

After the test, you can proceed with the final print!

Multicolor Printing Setup

EGGDUINO - EGGBOT - tutorial inkscape per Eggbot |parte 2|