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




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

Bill of materials and purchase links:
Nema 17 Motors: https://s.click.aliexpress.com/e/_DkfI5Dx
CNC Shield V3 + A4988 Driver: https://s.click.aliexpress.com/e/_opux3l7
Arduino UNO R3: https://s.click.aliexpress.com/e/_omrkKfL
12V 30x30 Fan: https://s.click.aliexpress.com/e/_DBctEoN
Jumpers: https://s.click.aliexpress.com/e/_DlW0APb
Steel Rod, 4mm Diameter, L = 68mm: https://s.click.aliexpress.com/e/_DdGbfvF
Compression Spring 20x9: https://s.click.aliexpress.com/e/_DCgg7op
50V 10µF Capacitor: https://s.click.aliexpress.com/e/_DBg9N6V
9g Servo Motor: https://s.click.aliexpress.com/e/_oBuQg77
12V 5A Power Supply: https://s.click.aliexpress.com/e/_DFEvwEh
DC Connector 5.5x2.1mm 12V: https://s.click.aliexpress.com/e/_DENlicH
Bearings 4x12x4 604ZZ: https://s.click.aliexpress.com/e/_DmvNMA1
Hex Socket Head Screws M3: https://s.click.aliexpress.com/e/_DeWHGzn
Flat Head Screws M3: https://s.click.aliexpress.com/e/_Dk9vcwv
Countersunk Head Screws M3x8: https://s.click.aliexpress.com/e/_DeN8z2z
M3 Nuts: https://s.click.aliexpress.com/e/_DFW6nJR
Sharpie Permanent Markers: https://s.click.aliexpress.com/e/_DDyxiw1
Plastic Eggs: https://s.click.aliexpress.com/e/_DkIaUKh
Various Silicone Wires: https://s.click.aliexpress.com/e/_DE04sfL
----> 3D parts to print: Makerworld <----
----> Documentation <----
Motor Assembly




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



Servo Installation



We use a 9g servo. To connect it:
- Modify the connector: Separate the signal wire (orange) and use a single pin, while the positive and negative wires go into a dual connector.
- Position the servo: Route the wire through the groove to prevent it from interfering with the arm.
- Secure it with the provided screws.
Uploading the Sketch to Arduino

Download the Eggduino.zip file, extract it, and open eggduino.ino using the Arduino IDE. Install the necessary libraries:
- AccelStepper (available in the library manager)
- 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




- Install the CNC Shield V3 onto the Arduino Uno, ensuring the pins are properly aligned.
- Mount the A4988 drivers in the X and Y slots, with the potentiometer facing the power supply.
- Configure microstepping using jumpers to achieve 1/16 step resolution.
Adjusting the Drivers' Vref

We calculate the Vref based on the motor’s maximum current (from the datasheet) and adjust the potentiometer using a multimeter:
- Connect the multimeter's negative probe to GND
- Place the positive probe on the potentiometer screw
- Adjust until reaching the calculated value
Power Supply and Final Adjustments





- Enable the board by placing a jumper between EN and GND.
- Disable auto-reset by soldering a 10μF capacitor between GND and RESET.
- Connect the fan to the CNC Shield for cooling.
- Secure the power socket and connect the cables.
- Connect the motors:
- Arm motor → driver Y
- Egg motor → driver X
- Install the bearings and egg rollers, using rubber to increase friction.
- Place the electronics cover and apply the custom logo.
Testing With Inkscape


Open Inkscape 0.91 (See documentation) and follow these steps:
- Modify the document size to 3200x900 px.
- Paste the design you want to print.
- Go to Extensions → Eggbot → Eggbot Control.
- Set the pen height values (e.g., 55 and 70 for up/down).
- Run a test print to check if everything is working correctly.
After the test, you can proceed with the final print!
Multicolor Printing Setup
