Skip to content

A simple Arduino-based DIY plotter using servo and stepper motors.

License

Notifications You must be signed in to change notification settings

amirhosseinh77/Arduino-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Plotter : A Simple DIY Project

This project is a guide to make a simple Arduino-based plotter. You can use this repo for your DIY plotter or get inspired by the idea of this project for your other works. Images and gifs of how to make and connect the parts is placed in the extra folder. Final software is also in the arduino_plotter folder, but it needs to be tuned depending on your plotter characteristics.

plotter in action

Hardware

  • Arduino Uno (or any other one)
  • Mini servo motor (e.g., MG90S Metal Gear Mini Servo)
  • 2 small stepper motors (e.g., 5V 24BYJ48 stepper motor)
  • SD card reader
  • Plotter body parts (Board, Pulley & Thread)

It should be noted that it is better to use the stepper motor drivers instead of directly connecting them to the board, but it worked for me!

Software

  • Arduino IDE (arduino.cc)
  • Script in any language to treshold image and save binary pixels in a txt file as 0 or 1 (sample text file)

Results

sample1

About

A simple Arduino-based DIY plotter using servo and stepper motors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages