- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 4 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 4 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 6 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 8 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Dotter: DIY Arduino Powered Dot Matrix Printer
Dotter is a huge dot matrix printer based on Arduino. Most of the parts are 3D printed, there are also 28BYJ48 stepper motors (the cheapest stepper motors you can find) and some basic components.
It can print on the paper up to 55cm wide and infinity long.
Originally Dotter was born as a 3D printer with 28BYJ48 motors, but Nikodem Bartnik soon realized that this motors were too slow to make 3D printer. So he decided to switch to something else, and here he came up with an idea for Dotter.
There are not a lot of dot matrix printers made with Arduino, and there are not a lot of printers so big, for sure. With this printer, you can print on the paper up to 55cm wide and infinity long! Roll of paper from Ikea is great for that (45cm x 30m): you can make some cool posters or whatever else you want.
The device is controlled via an Arduino Uno, which takes input from a Processing sketch running on a computer to obtain the image to be printed.
It uses a pair of stepper motors to advance the paper, as well as a third to position the marker to be stamped. A servo motor pushes the marker down as needed, producing a print that is accurate and stylishly pixellated.
For further information, jump on the related Instructables page.