Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe

DIY Arduino based mini CNC plotter using old DVD drives

By Neha Rastogi June 14, 2020

An electrical design engineer by profession, Sandeep Sharma is a part time hobbyist who likes to experiment with electronic projects, especially involving Arduino. With an aim to share his knowledge about arduino and embedded projects, he owns a website as well as a YouTube channel through which he showcases certain interesting projects.
In one of his Arduino based projects, he made a unique use of old DVD drives to build a DIY CNC Plotter at home. This machine is not only inexpensive but also quite easy to construct and operate. Presented here, is one of his exciting DIY projects that illustrates the construction and coding of an arduino based mini CNC plotter.
In order to build the CNC machine, he gathered the hardware in the required amount. All these components are easily available at a low cost including 2 scrap DVD drives, 1 arduino UNO/MEGA, 1 L293D motor shield, a mini servo motor, a pen, 8 bolts measuring 50 mm each with nuts and washer, other tools like glue and some pieces of 5mm tubes. After this, he arranged for the required versions of software i.e. Arduino IDE (Version 1.6.3), Processing IDE (Version 3.0.2), and Inkscape (Version 0.48.5).
The idea behind the project was to build an X and a Y axis with the help of the metal cases and the stepper motor trays of unused DVD drives. Arduino was used as the brain of the project where the CNC code was uploaded. Moreover, it also sent instructions to the motor shield to run the stepper motor.
DIY Arduino based Mini CNC Plotter using Old DVD Drives
DIY CNC Plotter Using Old DVD Drives (Image Courtesy: mitricks.in)
Moving on, Sandeep used the motor shield to control the two stepper motors on the x and Y axes along with the servo motor. This servo motor drove the pen servo up and down thereby enabling the machine to plot images on a piece of paper, much like a 3D printer.
As far as the software part is concerned, he used the Arduino IDE to upload the code to the arduino, followed by the Processing IDE to stream the G-code to the arduino. Since the system couldn’t understand the usual format of the file used by him, he used Inkscape software to prepare the required G-code file.
In order to prepare the whole setup, he took two scrap DVD drives, unscrewed them, and took out the internal trays. Then he fixed the stepper motor part on each of the metal cases with the help of nuts, bolts, washers, and tubes. This gave him two identical structures which were then affixed in a way so as to build the X and Y axes.
The portion with the stepper motor on the drives on the Y-axis was used to fit a pair of shutter drives which could hold the pen. He also attached a servo motor on the pen holder in such a way that tip of the motor could lift and drop the pen as and when required. This served as the Z-axis of the machine. For the X-axis, he simply used a piece of cardboard to provide the base or platform on which the pen would plot the desired image/text.
After all the axes were in place, he got started with the wiring of the arduino, motor shield, and the servo motor. To start with, he took the motor shield and used its blocks on the edges to connect the wires of the internal drives so as to connect both the X and Y axes to the shield. Now he connected the servo motor to the shield and arranged for the power supply.
Post all the wiring; he mounted the shield on the Arduino UNO, which is the main brain of the project.
Now for the machine to fetch the information about the design, he uploaded the CNC code to the Arduino IDE and prepared the G-Code of the text file. Then he used the Processing IDE to transmit the G-code to the Arduino. Now as he clicked on the play button and chose the text file that he wished to plot, the programming led the Arduino to instruct the machine and move the servo motor.
This movement further enabled the pen to move in a pattern which eventually prepared the desired text on the cardboard sheet. Later he also demonstrated the plotting of an image which is shown in the video. Hence, he was able to plot a text as well as an image on a piece of paper by using old DVD drives, a set of commonly available electronics components, and his knowledge about Arduino.
For complete details of the project, refer to the URL mentioned in the source below.

Filed Under: Arduino Projects, Reviews

 

Next Article

← Previous Article
Next Article →

Questions related to this article?
👉Ask and discuss on Electro-Tech-Online.com and EDAboard.com forums.



Tell Us What You Think!! Cancel reply

You must be logged in to post a comment.

EE TECH TOOLBOX

“ee
Tech Toolbox: Internet of Things
Explore practical strategies for minimizing attack surfaces, managing memory efficiently, and securing firmware. Download now to ensure your IoT implementations remain secure, efficient, and future-ready.

EE Learning Center

EE Learning Center
“engineers
EXPAND YOUR KNOWLEDGE AND STAY CONNECTED
Get the latest info on technologies, tools and strategies for EE professionals.

HAVE A QUESTION?

Have a technical question about an article or other engineering questions? Check out our engineering forums EDABoard.com and Electro-Tech-Online.com where you can get those questions asked and answered by your peers!


RSS EDABOARD.com Discussions

  • Reducing "shoot-through" in offline Full Bridge SMPS?
  • High Side current sensing
  • How to simulate power electronics converter in PSpice?
  • Voltage mode pushpull is a nonsense SMPS?
  • Layout IRN reduction in Comparator

RSS Electro-Tech-Online.com Discussions

  • Back to the old BASIC days
  • Parts required for a personal project
  • PIC KIT 3 not able to program dsPIC
  • Failure of polypropylene motor-run capacitors
  • Siemens large industrial PLC parts

Featured – RPi Python Programming (27 Part)

  • RPi Python Programming 21: The SIM900A AT commands
  • RPi Python Programming 22: Calls & SMS using a SIM900A GSM-GPRS modem
  • RPi Python Programming 23: Interfacing a NEO-6MV2 GPS module with Raspberry Pi
  • RPi Python Programming 24: I2C explained
  • RPi Python Programming 25 – Synchronous serial communication in Raspberry Pi using I2C protocol
  • RPi Python Programming 26 – Interfacing ADXL345 accelerometer sensor with Raspberry Pi

Recent Articles

  • What is AWS IoT Core and when should you use it?
  • AC-DC power supply extends voltage range to 800 V DC
  • Infineon’s inductive sensor integrates coil system driver, signal conditioning circuits and DSP
  • Arm Cortex-M23 MCU delivers 87.5 µA/MHz active mode
  • STMicroelectronics releases automotive amplifiers with in-play open-load detection

EE ENGINEERING TRAINING DAYS

engineering

Submit a Guest Post

submit a guest post
Engineers Garage
  • Analog IC TIps
  • Connector Tips
  • Battery Power Tips
  • DesignFast
  • EDABoard Forums
  • EE World Online
  • Electro-Tech-Online Forums
  • EV Engineering
  • Microcontroller Tips
  • Power Electronic Tips
  • Sensor Tips
  • Test and Measurement Tips
  • 5G Technology World
  • Subscribe to our newsletter
  • About Us
  • Contact Us
  • Advertise

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy

Search Engineers Garage

  • Electronic Projects & Tutorials
    • Electronic Projects
      • Arduino Projects
      • AVR
      • Raspberry pi
      • ESP8266
      • BeagleBone
      • 8051 Microcontroller
      • ARM
      • PIC Microcontroller
      • STM32
    • Tutorials
      • Audio Electronics
      • Battery Management
      • Brainwave
      • Electric Vehicles
      • EMI/EMC/RFI
      • Hardware Filters
      • IoT tutorials
      • Power Tutorials
      • Python
      • Sensors
      • USB
      • VHDL
    • Circuit Design
    • Project Videos
    • Components
  • Articles
    • Tech Articles
    • Insight
    • Invention Stories
    • How to
    • What Is
  • News
    • Electronic Product News
    • Business News
    • Company/Start-up News
    • DIY Reviews
    • Guest Post
  • Forums
    • EDABoard.com
    • Electro-Tech-Online
    • EG Forum Archive
  • DigiKey Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Learn
    • eBooks/Tech Tips
    • Design Guides
    • Learning Center
    • Tech Toolboxes
    • Webinars & Digital Events
  • Resources
    • Digital Issues
    • EE Training Days
    • LEAP Awards
    • Podcasts
    • Webinars / Digital Events
    • White Papers
    • Engineering Diversity & Inclusion
    • DesignFast
  • Guest Post Guidelines
  • Advertise
  • Subscribe