The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For

The variety of ways people have found to cram the palm-sized Raspberry Pi computer inside a handheld device are some of my favourite Pi projects. But those projects are usually expensive, and some even require a 3D printer. The PocketC.H.I.P. isn’t nearly as powerful as a Pi, but it’s still the handheld machine I’ve wanted for a long time. Plus, it’s just $US50 ($67).

What Is a PocketC.H.I.P. and Why Is It Awesome?

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For

C.H.I.P. and PocketC.H.I.P. are both Kickstarter-funded DIY computers. If you’re wondering, C.H.I.P. doesn’t appear to actually stand for anything. The C.H.I.P is a $US9 ($12) Linux development board. The PocketC.H.I.P. currently costs $US49 ($65) (it will eventually bump up to $US69 [$92]) and basically operates as an integrated keyboard and screen for the C.H.I.P. When you buy a PocketC.H.I.P. you’ll get a C.H.I.P. already installed, and you can swap it out with another C.H.I.P. easily.

As far as power and features, the C.H.I.P. is similar to something like the Raspberry Pi Zero, but has plenty of tricks of its own. Here are its specs:

  • SoC — Allwinner R8 Cortex A8 processor @ 1 GHz with Mali-400 GPU
  • 512 MB RAM
  • 4GB flash storage
  • 802.11 b/g/n Wi-Fi + Bluetooth 4.0
  • Video Output — 3.5mm jack for composite video and audio (HDMI and VGA available via adapters)
  • 1x USB host port, 1x micro USB OTG port
  • Two expansion headers
  • Power — 5V via micro USB OTG or battery
  • Dimensions — 60 x 40 mm

The C.H.I.P. differs from the more popular Raspberry Pi in a number of ways. First off, there’s no native HDMI. You’ll need to shell out $US15 ($20) for an HDMI adaptor if you want HD video out. However, the C.H.I.P. has Wi-Fi and Bluetooth on-board. Storage is on-board too, which means that, for better or worse, you don’t use SD cards to store your operating system on the C.H.I.P. like you do with a Raspberry Pi. This is good for beginners because the C.H.I.P. comes with a Debian-based version of Linux preinstalled. As for installing other operating systems, you use a web-based tool to “flash” operating systems onto the C.H.I.P. over USB. While the tool does support installing pretty much anything Linux, you’ll still need to do the legwork and make sure it can work with the C.H.I.P.’s processor.

While the C.H.I.P. is interesting in its own nerdy way because its price compares well with similar Linux-capable boards, for me, the whole PocketC.H.I.P. package is the main draw.

Aside from the surprisingly pleasant little clicky-keyboard, you get a 4.3″ low resolution, 480×272 touchscreen and a battery that should last around five hours. The display isn’t mind-blowing, but for the price, it does what it needs to and looks fine. I was more surprised by the quality of the keyboard case. The case is a sturdy plastic, and the keyboard has a satisfying metallic click that reminds me of the Game and Watch Crystal Screen series. Having used a variety of handheld keyboards over the years, I wasn’t expecting much from the PocketC.H.I.P., but it’s nice to use. Once I got the hang of it I was banging out Terminal commands nearly as quickly as I would be on a full-size keyboard. Here’s a closer look at it:

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For
The Shift button works as you’d expect while the FN button gets you access to everything in pink

The Shift button works as you’d expect while the FN button gets you access to everything in pink

The keyboard case also breaks apart easily. This way you can swap out different C.H.I.P.s, access the GPIO or even replace the battery if you want. The case feels sturdy enough, but I still wouldn’t take it apart too often for fear that the plastic pieces would crack.

Setup and Getting Started Is Ridiculously Easy

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For
Make music with the included SunVox software.

Make music with the included SunVox software.

As far as Linux-based computers go, the PocketC.H.I.P. might just be the easiest setup process I’ve ever seen. The operating system is already installed, so all you have to do is turn the thing on:

  1. Tap the power button to turn on the PocketC.H.I.P.
  2. Wait the 30 or so seconds for it to boot up.
  3. When you get to the home screen, tap the Settings icon to set up Wi-Fi.

That’s it. Seriously. You’re ready to go. There’s no need to jump into the Terminal, no complicated operating system downloads or out-of-box patches and no old fashioned menus to navigate to set up basic tools. The sucker just works out of the box. Which is a kind of crazy thing to say considering it’s based on Linux.

The PocketC.H.I.P. Comes with the Software You Need to Play Games, Make Music, and Code from the Command Line

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For
Easy to use, but you still get access to power features like the Terminal and all the GPIO at the top.

Easy to use, but you still get access to power features like the Terminal and all the GPIO at the top.

While you can always install new software on the PocketC.H.I.P., it’s worth talking a little bit about the tools it ships with since this is where most of us will spend our time:

  • Terminal: Being Linux, you’ll need access to the command line, and thankfully it’s right there on your home screen. If you haven’t used the command line before, our beginner’s guide will get you started with everything you need.
  • PICO-8: PICO-8 is a video game app where you can create and share your own tiny games. The games are 128×128 resolution and coded in Lua. Inside the PICO-8 software you can play games, make your own or edit the code of games you already have. If you’ve ever been curious about making your own miniature games, PICO-8 is a good place to start. This manual should provide with everything you need to know, but if you prefer paper, you can download and print your own fanzines. PICO-8 is awesome, and I recommend spending some time with it. Our friends at Kotaku take a good look at it here.
  • SunVox: SunVox is a music creation tool that works like a full blown production studio. You can create and edit patterns, access a touch keyboard, add in synths and other effects and adjust a wide variety of parameters. Heck, you can even attach a MIDI keyboard it you want. If you’ve ever wanted to make chiptune-esque jams, SunVox is a fun tool for doing so. Just make sure you plug in some headphone before you start because the PocketC.H.I.P. doesn’t come with a speaker.
  • Write: Write is your text editor. It’s a plain text editor, but does support line numbering and auto indentation.
  • File Browser: While you’ll likely do most of your file editing from the command line, the File Browser gives you a visual representation of all the files on your PocketC.H.I.P.
  • Settings: If you tap the gear icon you’ll go to the Settings page, where you can log into Wi-Fi or change your wireless settings, alter the screen brightness or change the volume level.

That’s pretty much it for included software, though you can install any compatible Linux software you want using the command line.

The Pros and Cons of the C.H.I.P. Platform

The PocketC.H.I.P. Is The Handheld Linux Machine I’ve Been Looking For
PICO-8 is a robust little game tool.

PICO-8 is a robust little game tool.

For the sake of simplicity, it’s easy to compare the C.H.I.P. to the Raspberry Pi, but the two work differently. Sure, they’re both Linux-based boards meant for hobbyists to start tinkering with electronics, but the similarities end there.

First off, operating system support on the C.H.I.P. and PocketC.H.I.P. is pretty limited right now. The Raspberry Pi has had years for custom operating systems like the ever-popular RetroPie or ARM-based Kali Linux to surface, but the C.H.I.P. is limited to its own version of Debian right now. Likewise, the PocketC.H.I.P. and C.H.I.P. run different versions of the same operating system, which gets confusing. Both are Debian, but the PocketC.H.I.P. has a special graphic software layer that works with the touchscreen and keyboard. As time goes on, you’ll likely get a wider variety of operating systems to choose from, but right now you’re limited to the official builds. That said, people will certainly come up with their own Linux distros, so it’s nice that it’s easy to install new operating systems on the PocketC.H.I.P.

The C.H.I.P. ecosystem is pretty small, but as more units get out to the public, that community will get much bigger A hobbyist computer is only as good as the community behind it, but the good news is that the community behind the C.H.I.P. is growing fast. Take a look at the project page and the forums to get a good idea of what people are making with the C.H.I.P. The more people that get their hands on this thing, the people will make tools to customise it, so give it some time.

All that said, if you buy one and find the vanilla version as limiting as I did when I first got it, there are already ways to customise it. Here are a few guides I found useful:

The PocketC.H.I.P. has a ways to go before it’s great, but it’s off to a good start. Personally, I find the lack of a multi-page home screen maddening, and the fact you can’t easily customise which software appears on the home screen is a major bummer. Even just installing a browser and putting it on the home screen is a chore, which takes a bit of the fun out of the touchscreen in general. Thankfully, the keyboard’s capable, so it’s not a big deal to launch software from the Terminal, but it’d be nice if this was just included in the Settings in the future.

The PocketC.H.I.P. is far from perfect, but I’d be hard pressed to label any hobbyist computer even close to perfect. Regardless, this is the first handheld Linux machine I’ve felt was actually capable of doing what I want it to, and it’s also affordable without requiring a series of DIY hacks or 3D printed parts to make it work. If you’ve longed to have the command line in your pocket, the PocketC.H.I.P. is an excellent start and I’m excited to see what the community comes up with for it as time goes on.


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments