ZeroWriter is an open e-ink typewriter designed as an entry level project to get people in to hardware, raspberry pi, 3D printing, and DIY.

Github here.

Components List here.

Setup instructions here.

This project started as a personal attempt to make an affordable eink typewriter, similar to the Freewrite or Pomera DM30. The idea was to use a raspberry pi zero 2 w as the brains, so I could focus on quickly getting together the hardware and get to writing. It's easy enough for a beginner, because I am a beginner!

You can choose to either build a minimal typewriter (pi zero 2w + waveshare display + any usb keyboard) OR you can use the 3D print files and full build to complete something like pictured.


This project is adapted heavily from the Penkesu computerI would recommend reading about that build for more detail about getting the hardware assembly together.

If you are doing the build as pictured, you need basic soldering to solder the header pins to the pi zero 2w.  It is recommended to use right-angle header pins (listed) so you can create a lower profile in the housing, which makes the display seat nicely. 




Full Hardware List:

https://github.com/zerowriter/zerowriter1/blob/main/componentslist

Refer to Pikensu computer for more parts/general assembly instructions -- it is very similar, except the pi zero sits behind the display instead of under the keyboard.

A complete typewriter as pictured can be completed for under $200 USD. A minimal setup can be completed for about $50 USD, depending on parts you have lying around.


Hardware Notes:

Don't try to make a pi zero (first generation) work. Go with a zero 2w. The extra power and performance keeps the refresh rate manageable.

The waveshare eink display has to be the 4.2" B+W model.  Good news: it is cheap! You can read a lot about waveshare eink displays and LUT limitations online. The short of it: use the 4.2" model that runs at 400x300 resolution and can utilize Ben Krasnow's modified LUT (included in the code for this project). If you want a snappy display, you have to crack the LUTs or use a "solved" display.  You could potentially try something like PaperTTY but I prefer the "clean" solution.

I suggest a Vortex Core 40% keyboard. It is reasonably priced (40% are expensive, sorry), has customizable firmware, and looks pretty good. I would prefer to use a custom 40% build that fits the chasis (hey keeb enthusiasts -- anyone want to make and open source one?) but for budget / time I think the prebuilt is pretty OK. As you can see, over half the budget is the keyboard. A cheap 40%  alternative would be awesome. If you swap the keyboard, you'll have to modify the STL files to match, so just keep the Vortex Core's dimensions in mind.

External Battery: For simplicity, this project uses an external battery pack. These are handy to have anyway, and super easy to replace down the line. If you want to turn on the typewriter, you plug in the battery pack, and it boots within 5s. If you are a bit more comfortable tinkering, you can certainly install your own lipo + battery controller chip but it adds some complications (like reading battery level and state, etc), so I cut it for this build.

STL / 3D-Printing Files:

I'm no designer. I got some guys on fiverr to modify the Pikensu's STL files so I would have something good enough to get my typewriter going. There's some leftovers that could be cleaned up -- some extra holes I left on the enclosure for routing cables and testing stuff... but the guts are all there and it comes together fairly well. I printed the components locally without trouble. Support your local print shop / maker.

You can contact me if you want printed files shipped to you, if there is enough interest I could do a bulk order and distribute.


Software Setup:

Refer to github: https://github.com/zerowriter/zerowriter1/blob/main/how-to-setup-your-pi

I'm not a Linux guy...

Read more »