The plan

We got the first prototypes and the Arduino library going.

Now we want to make it available for all makers and electronics enthusiasts out there. Here we want to document our successes and failures in getting Paperino past the prototyping phase and in low volume production. If you want to pre-order a Paperino our just support us in our efforts check out our campaign on Crowd Supply.

But first let's take a deeper look into Paperino:

The display

We use a glass-free ePaper display from Plastic Logic. It weighs 1.2 grams and is only 0.5 mm thick (we're German so we use the metric system, sorry ;-)).

For those interested in the details here's some of the display's spec:


The drive module

The drive module is the heart and soul of Paperino (aside from the display, of course). It contains the booster circuit needed to generate the high voltages to drive the display (for those who want to know: we generate +17/-25 volts with the booster and the display's driver chip uses those to generate additional +/- 15 volts).

We use half-cut holes to mount the module to our shield and breakout board. You could use this module just like that for your next low power project. Just drop the module down, connect a display and you're good to go. The schematics and KiCad layout files are open source, so you could also check out our repository and do your own layout.

The module also sports an accelerometer for tap-sensing (a kind of touchscreen emulation, if you will).


The shield

We love the Particle Photon so we designed a plug-and-play shield for it. The Paperino drive module is mounted on the backside (using the castellation, remember?).

We use z-axis milling on the shield to mount display flush with the PCB surface.

If you want to use BLE or 3G instead of Wi-Fi, the shield also works with the Particle Electron or the bluz out of the box.


The breakout board

If you want to use another microcontroller, we got you covered. Just use our breadboard friendly breakout board.

Like the shield, the drive module is soldered to the back side and the display sits neatly in a milled cavity.

The license

The PCB hardware is licensed under Creative Commons (CC-BY-4.0) and the software library is licensed under BSD license (3-clause BSD). Basically we wan't you to do whatever you like with it.