Skip to content
Andrey Utkin edited this page Feb 13, 2020 · 27 revisions

My Wearable Computer

[Photo of me using my wearable computer](https://raw.githubusercontent.com/andrey-utkin/wearable-computer/master/img/my/front.jpg | width=500)

Motivation

I am proficient in software engineering in Unix-like environments. Until I have built and polished the wearable computer, I couldn't get full benefits of this in all sorts of 'on the go' environments, for example, while walking or looking after my kid.

The advancement of the smartphone technology has brought huge benefits to the civilisation, making it affordable for many people to have a portable multi-purpose digital assistant with a powerful computing unit and a mind blowing amount of data storage.

However great it is, Unix geeks know we could do better. Being used to modifying and combining the software in our systems easily, it's hard to give up these freedoms. Both iPhone and Android, while having FOSS components, make it very hard and risky to modify the software. The only approved way to extend the functionality of the system is to (create and) install a necessary purpose-built application. But developing even a simple mobile app on these mainstream platforms requires orders of magnitude more effort than writing a simple Unix script, needs more rare skills, and in the end, mobile apps don't lend their power to each other as Unix programs do. This is why the community effort for making the traditional Unix-style environment available to users never stops, despite the lack of backing by large corporations: affordability of custom computing.

Specification

Hardware

Chassis

'VIA Gecko' running vest by Montane. Photo of the vest

There are many manufacturers making such vests. My choice was based on such factors:

  • big enough side pockets,
  • discreet appearance.

Power supply

RAVPOWER RP-PB19 Photo of the USB Power Bank used as the power supply

Two ports: 2.1A and 2.4A max. 2.1A port delivers stable power even when you start and stop charging it. This makes it an uninterruptible power supply, making it possible to have uptime of many days.

Capacity: 16750 mAh/61.9 Wh
Input: DC5V/2A
Output: DC5V/4.5A Max Total

Computing core

Raspberry Pi 4.

Enclosed in a FLIRC metal case for heat dissipation.

Input and output devices

Photo of Twiddler

A joystick and a chorded keyboard.

Can be used via Bluetooth or via USB cable.

Arm mount for a smartphone

Rotatable and detachable armband phone mount by VUP Photo of the armband

Android phone turned out to be a very good display for the wearable computer, it just needs to be connected to it via VNC protocol.

Strap your phone to the wrist of the same hand which holds Twiddler.

Bill of materials

vest power bank rpi4 55 gbp twiddler wrist band

Software

Operating System

Raspbian Linux is a good starting point, but as person with Gentoo background I am now using gentoo-on-rpi-64bit - rpi-targeted gentoo-based downstream distro by Sakaki.

Applications

Rationale

References

My primary inspiration

In this short article on a mainstream technology news site, Paul Miller demonstrates how trivial it is to build a wearable Linux computer in 2017.

https://www.theverge.com/platform/amp/circuitbreaker/2017/7/27/16035508/diy-wearable-computer-google-glass-raspberry-pi-instructions

Pioneers of wearable computing

Steve Mann

http://wearcam.org/steve5.jpg

Greg Priest-Dorman

https://www.cs.vassar.edu/people/priestdo/wearables/top

I like how he uses a term "On Body Linux".

Clone this wiki locally