🎉  Happy 13th Birthday Raspberry Pi!   🎂   1,000+ deals in store!   🥳
🎉  Happy 13th Birthday Raspberry Pi!   🎂   1,000+ deals in store!   🥳

Inky Frame 5.7" (Pico W Aboard)

by Pimoroni

A large Pico W powered E Ink® photo frame / home dashboard / life organiser with glorious seven colour display and wireless connectivity.

Inky Frame 5.7" features a big seven colour E Ink display (which can also be found on Inky Impression 5.7"), with loads of space for displaying images, text, graphs or interfaces.  There's five buttons with LED indicators for interacting with the display, two Qw/ST connectors for plugging in breakouts and a micro SD card slot for all-important storage of cat photos.

Every Inky Frame comes with a pair of sleek little metal legs so you can stand it up on your desk (and a selection of mounting holes if you'd prefer to do something else). There's also a battery connector so you can power it without annoying trailing wires, and some neato power saving features that mean you can run it from batteries for ages.

We've designed Inky Frame with organisation in mind, here are some things we reckon it would be really great for:

  • Checking your calendar and upcoming appointments at a glance!
  • Attaching to your office door to display your availability
  • Displaying motivational posters, quotes, or images (fungible or otherwise)
  • Showing cute graphs and readouts from local or wirelessly connected sensors.

Pico W x E Ink®

Multi-colour EPD displays use ingenious electrophoresis to pull coloured particles up and down on the display. The coloured particles reflect light, unlike most display types, meaning that they're easily visible under bright lights.

E-paper is also ultra low power. It only consumes power whilst refreshing and the images on the display stick around for a really long time whilst the display is unpowered. This means these displays are perfect for powering from battery!

⚠ It takes approximately 30 seconds to refresh this display, so it will work best in projects that don't need constant refreshing.

Features

  • Raspberry Pi Pico W Aboard
    • Dual Arm Cortex M0+ running at up to 133Mhz with 264kB of SRAM
    • 2MB of QSPI flash supporting XiP
    • Powered and programmable by USB micro-B
    • 2.4GHz wireless
  • 5.7" EPD display (600 x 448 pixels)
    • E Ink Gallery Palette™ 4000 ePaper
    • ACeP (Advanced Color ePaper) 7-color with black, white, red, green, blue, yellow, orange.
    • Ultra wide viewing angle – >170°
    • Dot pitch – 0.1915 x 0.1915mm
  • 5 x tactile buttons with LED indicators
  • Two Qw/ST connectors for attaching breakouts
  • microSD card slot *
  • Dedicated RTC chip (PCF85063A) for deep sleep / wake **
  • Fully assembled
  • No soldering required.
  • C/C++ and MicroPython libraries

Inky Frame Only includes

  • Inky Frame 5.7" (with Pico W Aboard)
  • 2 x metal legs

Inky Frame + Accessory Kit includes

  • Inky Frame 5.7" (with Pico W Aboard)
  • 2 x metal legs
  • 3 x AA battery pack
  • 3 x AA batteries
  • USB micro B cable
  • Velcro square for attaching battery pack
  • microSD card (16GB)

Software

Our C++/MicroPython libraries include support for the Inky Frame display. You'll get best performance using C++, but if you're a beginner we'd recommend using our batteries included MicroPython build for ease of getting started.

You can draw on the screen using our lightweight PicoGraphics library, which includes functions for displaying text, shapes and images (plus individual pixels of course), and we've provided some examples to get you started.

As of early 2022, Inky Frame 5.7" ships pre-loaded with MicroPython and some fun examples that use the wireless capabilities of the Pico W to display interesting things. To enable Inky Frame to connect to the internet, you'll need to save a file called secrets.py to the Pico W using Thonny. It should contain the following lines:

WIFI_SSID = "your_ssid_goes_here"
WIFI_PASSWORD = "your_password_goes_here"

To return to the launcher, hold down buttons A and E and tap reset.

MicroPython

C/C++

Connecting Breakouts

The Qw/ST connectors on Inky Frame make it super easy to connect up Qwiic or STEMMA QT breakouts. If your breakout has a QW/ST connector on board, you can plug it straight in with a JST-SH to JST-SH cable

Breakout Garden breakouts that don't have a Qw/ST connector can be connected using a JST-SH to JST-SH cable plus a Qw/ST to Breakout Garden adaptor. Want to use >2 breakouts at the same time? Try this adaptor!

Notes

  • Measurements: 131.4 x 127.5 mm (L x W)
  • These seven colour ePaper displays work best when refreshed at an ambient room temperature (between 15 and 35°). If the screen is cold you might find that the colours are less vibrant or the display is much darker than it should be.
  • * A micro SD card can be added to cache data downloaded over wifi or for logging information prior to uploading via wireless. It can also be used to preload assets for your user interface. Certain tasks (like decoding a jpeg or downloading a file) require an SD card to be present as they need a large working space and wouldn't be able to fit entirely in RAM.
  • We've found Pico flavoured C++/MicroPython is quite fussy about SD cards so if yours doesn't work, try another or formatting using FAT. The cards in the Accessory Kit, or our 32GB or 64GB cards will work fine.
  • ** Inky Frame's onboard RTC (Real Time Clock) means it can be put into a super deep sleep mode that only draws about 20uA of power. Inky Frame can turn off the power that drives the Pico W and the display completely. It can be woken back up by the RTC , the front buttons or the external trigger on the extension header. You can also read the RTC to keep track of the time and date, of course!
  • On the expansion header is an external trigger input. if this is transitioned from low to high then Inky Frame will wake up from deep sleep. This lets you add your own wake button or circuit or build Inky Frame into a more complicated system. The external trigger is 3.3V max.

Resources

About Pico W Aboard

Our new Pico W Aboard products come with a built in Raspberry Pi Pico W. This means you get all the advantages of a RP2040 microcontroller - a speedy fast dual-core ARM processor, a dynamic, growing ecosystem and a choice of different programming methods to experiment with. Most excitingly though, Pico W has wireless connectivity, so your Pico/RP2040 devices can communicate with each other, and the internet! 🌍

View all Pico W Aboard!

25 customer reviews

7 months ago
It's a very nice little gaming console with a decent display and an aluminium case that looks and feels quite sturdy and durable. You can find some games for it on the internet - but the real fun could be writing those by yourself. When I tried I found a reason that makes me write this four-star-only rating. To access the debug pins of the built-in RP2040 you have to open and remove the case. It would have been much nicer if there was one removable panel with those pins behind...
by Thomas about PicoSystem via REVIEWS.io
7 months ago
Well built, feels very premium. There's a decent little community making games for it, and it can run things like an NES emulator without too much issue. I am not currently a skilled enough C++ developer to make anything worth playing for it, but I did manage some basics reasonably quickly.
by Ed about PicoSystem via REVIEWS.io
9 months ago
I'm really impressed by what this tiny thing is able to do! I was able to write a simple game in a matter of hours... You can even upload a NES emulator on it.
by Benoît about PicoSystem via REVIEWS.io
2 years ago
An awesome system based on RP2040. Build quality is very solid and the device has a very nice weight to it. Battery life is also very good. Comes with a nice platformer pre-installed. I haven't made anything with it yet but look forward to adapting my Pico Display games to this one.
by Mircea about PicoSystem via REVIEWS.io
3 years ago
I am very happy and also surprised, I received all the material in eight days from the order, congratulations! Everything arrived in perfect condition and Pimoroni products are always of excellent quality. Thank you!
by Giuseppe about PicoSystem via REVIEWS.io
3 years ago
Small, cute and very nice hardware. Especially aluminium body is great.
by Anonymous about PicoSystem via REVIEWS.io
3 years ago
Great device but haven't got it working on my linux mint install yet.
by Daniel about PicoSystem via REVIEWS.io
3 years ago
Very clicky buttons, bright screen and looks good in motion. The build feels very solid.
by Matthew about PicoSystem via REVIEWS.io
3 years ago
Very comfortable in hand. Seem sturdy enough to lend it to my small children. I am in the process of porting one of my web game to it. Very easy to program for it, or, if that's not your thing, to load the few available games on it.
by Julien about PicoSystem via REVIEWS.io
3 years ago
Amazing little gizmo. Really well made and feels solid. Need to learn about writing my own games and such for it but the hardware and possibilities are fantastic
by Fiona about PicoSystem via REVIEWS.io
3 years ago
It’s a nice little handheld with a good sdk though I wish the debug pins were more accessible
by Henry about PicoSystem via REVIEWS.io
3 years ago
Simply amazing! The quality of this product is off the charts! The rest is up me, getting my programming skills to a level where I can make a game worthy of the system.
by Luke about PicoSystem via REVIEWS.io
3 years ago
The ordering experience was very quick. The delivery to the USA was fairly quick using Royal mail during this time of Covid.
by Gelsomino about PicoSystem via REVIEWS.io
3 years ago
This is an incredibly well made system. I hope to be able to develop some nice games with it.
by Michael about PicoSystem via REVIEWS.io
3 years ago
First impression of the RP2040-based tiny game console PicoSystem is really positive. Ridgid build quality, robust FPS and responsive buttons!
by Johannes about PicoSystem via REVIEWS.io
3 years ago
Oh yeah going to get my game programming on. Default games on the Pimironi website are good too. 10/10 would recommend.
by Rohan about PicoSystem via REVIEWS.io
3 years ago
System works well, instructions are good. I had issues with tool chain on windows for raspberry pico sdk. Once I switched to Debian in virtual box everything worked fine. I recommend using putty and ssh for programming to get copy paste functionality and winscp to copy files. The hardware is very well built and I highly recommend it.
by Todd about PicoSystem via REVIEWS.io
3 years ago
Amazing little video game machine in your pocket where programming is as easy as editing a text file on a USB drive!
by Chipp about PicoSystem via REVIEWS.io
3 years ago
It looks like a commercial games device, it looks really good. Solid build and I cannot wait to start building games and apps for it.
by Stephen about PicoSystem via REVIEWS.io
3 years ago
The build quality is extremely good. Especially the aluminium case makes it feel great. The screen has a good quality but it’s pretty small which kind of makes the charm of the PicoSystem. The 32blit SDK is great for developing own games and it has an active community behind it. There are also other SDKs available which I haven’t had experience with yet. Overall the PicoSystem is great for getting into retro game development.
by Anonymous about PicoSystem via REVIEWS.io
3 years ago
A very cool little device. I love the metallic body and front plate.
by Anonymous about PicoSystem via REVIEWS.io
3 years ago
Great little device! It feels super solid and high-quality, and looks fantastic. The RP2040 is very nice so far, and importantly, both the PicoSDK and the PicoSystem SDK are very easy to use, especially the examples in the PicoSystem repo. If you've dabbled in retro console game dev, the PicoSystem is something like a GBA packed into the size of a GB Micro, and has similar limitations in RAM and ROM, just with a smaller screen (but roughly twice the pixels of the original GB at 240x240 vs 160x144), same button count as the original GB, a much faster CPU, and MUCH better documentation. Highly recommend it; it's a lot of fun.
by Ulises about PicoSystem via REVIEWS.io
3 years ago
Very nice build quality, but the game library is quite lacking right now.
by Anonymous about PicoSystem via REVIEWS.io
3 years ago
Fantastic pocket-ready build, both C++ and CircuitPython ready. 32blit SDK has been great to work with so far!
by John about PicoSystem via REVIEWS.io
3 years ago
The fit and finish in the PicoSystem is outstanding and the SDK tools provided to get started provided everything I needed to start tinkering.
by Matthew about PicoSystem via REVIEWS.io

User photos