Polar Plotter on Arduino and MakerBeams

The project

A polar plotter is a plotter with a rotating, extendable arm. Its characteristics differ greatly from those of a traditional plotter, which in most areas have a superior design. You could say the polar plotter is more portable or something, but mainly I made this one because it was more of a challenge.

Polar Plotter on Arduino and MakerBeams

The code

The code of this project is divided into two parts. One is the Arduino project that controls the plotter. The other is a java project used for generating font-data in a format readable by the Arduino program.

The Arduino project plotter_polar can be opened directly in the Arduino IDE.

The java project font-path-generator is a Maven project. To compile and run, do

$ cd font-path-generator
$ mvn install
$ java -jar target/font-path-generator-1.0-SNAPSHOT.jar

The program produces output of font data that can be copy/pasted into the Arduino program. See the javadoc for FontPathGenerator for more info.

You can also import and run the project in Eclipse.

The gear

The brain of the plotter is an Arduino UNO Rev3.

The muscles come from two heavyweight stepper motors from All Electronics.

These are quite quite heavy and powerful and come with a firmly mounted gear head. That’s great when driving a gear rack

But not as great when you need to mount stuff to it. Here’s how I did:

The motors require quite a lot of power. This is provided by two Big Easy Drivers.

Polar Plotter on Arduino and MakerBeams

The normal Easy Driver does not do the job for these motors. I tried.

The motors themselves have a resolution of 200 steps per revolution and the Big Easy Drivers provide 16 substeps per step, giving a total of 3200 steps per revolution. (That’s pretty good resolution.)

The backbone of the plotter uses the awesome Maker Beams.

 

[box color=”#985D00″ bg=”#FFF8CB” font=”verdana” fontsize=”14 ” radius=”20 ” border=”#985D12″ float=”right” head=”Major Components in Project” headbg=”#FFEB70″ headcolor=”#985D00″]Arduino UNO Rev3.

stepper motors 2

[/box]

 

For more detail: Polar Plotter on Arduino and MakerBeams


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top