The Open Book Project from developer Joey Castillo is an ongoing effort to design open hardware eBook readers that anyone can assemble from parts and program on their own… but it does take a fair bit of know-how to actually build a device that has as many as 114 different parts.
So Castillo has been working to design a simpler version, and now he says the next version of the Open Book will be something you can build using 35 to 45 parts (depending on whether you want all the bells and whistles).
The new version will also use a new printed circuit board designed to work with the new Raspberry Pi Pico board.

That’s the newest (and cheapest) product from the Raspberry Pi Foundation. It’s a $4 board with a RP2040 microcontroller featuring a 133 MHz dual-core AQM Cortex-M0+ processor. It’s designed to be an inexpensive, low-power chip with low-latency I/O and analog input making it a better solution for some simple hardware projects than a full-fledged Raspberry Pi Zero, Compute Module, or Model B computer.
Castillo calls the new Pico-based eReader the Open Book Abridged Edition and like other versions of the Open Book, it included a custom printed circuit board that has documentation written on the board itself, explaining how power, battery, input and output, buttons, and other features work. There’s even a guide that explains what each of the board’s GPIO pins does and information about where the additional hardware should be soldered to the board and how it works.
So we know that the board is designed to work with a 4.2 inch ePaper display, a microSD card reader, and a 4.2 volt Lithion-Ion battery, among other things.
Castillo hasn’t announced a price or bill of materials for the 35+ components needed to make an Open Book Abridged Edition device, but previous-gen Open Book printed circuit boards sell for $15 each.
via Tom’s Hardware
może być za słaby procesor. niestety 133 Mhz to mało na obsługe wyświetlacza.
a ja bym chciał mirasol jako open source i pełnego unixa z gcc, ssh, ruby, haskell i git
I wish him the best with his project, but I read my own ebooks on my android and ipad without any issues. Hardware wise I believe he is going in the wrong direction… there are other mcus that are much lower power, better supported and never out of stock.
You read your books on a back lit screen yet you think e ink and the pico are the wrong direction? Hahaha.
The pico just came out and it is sold out because of demand. Do you think the Pi Foundation is taking a loss on these? I really doubt it, and if they are it is helping popularize the platform. I want to see the sales numbers and see how much it is costing them.
I agree with your initial point, but the Pico may not be a great fit for an eReader. I don’t think rendering will be very efficient with that as the only processor. Rendering text will be fine. Decoding an epub file would probably be slower, depending on how much markup got put in, given that there’s only 264K of memory for the main system, decoding, and the screen buffer. And PDFs … I’m guessing they won’t work at all. If, by using an area of the SD card as swap space, they did manage to render them, it would probably take quite a long time.