Raspberry Pi, Adafruit case, Edimax wifi, Rii V2 mini RF keyboard
Raspberry Pi, Adafruit case, Edimax wifi, Rii V2 mini RF keyboard
Raspberry Pi running on battery
Raspberry Pi running on battery
MyVu Wearable Pi
MyVu Wearable Pi
X Windows in MyVu
X Windows in MyVu
Wearable Pi
Wearable Pi
PiWear!
PiWear!
LCD and lens assembly
LCD and lens assembly
Minimal 2 LCD assembly
Minimal 2 LCD assembly
3.7v lithium ion battery in MyVu
3.7v lithium ion battery in MyVu
Leftover scrap after disassembling MyVu
Leftover scrap after disassembling MyVu
This article is a work in progress.
Project to build a wearable computer using a Raspberry Pi.
The Raspberry Pi is ideal for wearable computing thanks to its small size and low power consumption. A new range of high capacity (>10000mAh) consumer lithium polymer (LiPo) batteries with USB (5V) outputs are now available marketed as recharging packs for smartphones and tablets and these are also ideal for powering a device such as the Pi which takes a 5V input and consumes around 5W or less.
This is a project to build a wearable fully functional computer.
Input is easily covered using a miniature wireless keyboard although an alternative simplified input device could be built, e.g. a glove or simple joystick to drive a menu.
Output is much trickier and I have been considering video glasses such as Vuzix 920 which offer 640x480 resolution for around £90 (refurbished pair) but these do not allow see-through so limit (prevent!) mobility while operating.
An alternative output would be a wrist-mounted small screen LCD although ideally a transparent HUD like Google Glass could be built.
My current video output plan is based on modifying a 640x480 3.5" LCD screen from a dashboard parking sensor camera display (Costs around £15) to work on 5V instead of 12VA pair of MyVu 320x240 video glasses I picked up cheap on ebay and building a simplified GUI (probably in Java) to drive the PC.
Here is my components list so far (using these links to Amazon helps pay my hosting costs!)
Raspberry Pi (This is the 512MB version, mine is the older 256MB)
Heatsinks for SoC (System on Chip containing CPU, GPU, and RAM) and USB+Ethernet controller chip. These are optional but might help your Pi run at faster overclocks. I used a slightly different brand "Bencool" I found on ebay but these look identical except in color
Edimax EW-7811UN Wireless 802.11b/g/n 150Mbps Nano USB Adaptor
Configure it here: http://www.chrisnewland.com/raspberry-pi-wireless-config-for-edimax-ew-7811un-299
Rii 2.4GHz Wireless Mini PC Keyboard Touchpad V2 Black
EasyAcc 12000mAh 4x USB PowerBank Portable External Battery Pack
PCSL / Adafruit Clear - Case / Box / Enclosure for Raspberry Pi Computers
Display - currently TBD, I did some research on various video goggles (Vuzix etc) here: http://www.chrisnewland.com/raspberry-pi-vuzix-transparent-lcd-heads-up-display-hud-experiment-221 but I think for version 1 I am going to use a small LCD TFT screenMyVu 320x240 glasses turned into a monocle
Update 2012/12/16 - Pi now working with MyVu glasses (unmodified).
Wiring details:
Step 1) Take the 4 ring green to 4 ring black 3.5mm jack lead from the MyVu and cut off the green end.
Step 2) Cut the end of a male video phono lead.
Step 3) Strip all the wires
Step 4) Connect MyVu blue wire to video signal wire
Step 5) Connect MyVu green and white leads to video ground wire (Stops buzzing in earphones - might not be optimal wiring). MyVu orange wire is unused
Step 6) Solder and/or tape up wires
Now you need to edit
/boot/config.txt
on the Pi.
Uncomment the composite PAL line:
# uncomment for composite PAL
sdtv_mode=2
Now reboot and disconnect HDMI and connect composite (Cannot output to both simultaneously).