Archive for the 'wearable computing' Category

Setting up a bidirectional Bluetooth link between iPod / iPhone and Arduino

Sunday, January 31st, 2010

This is work in progress - video of setup in operation to follow.

bidirectional Bluetooth link between iPod / iPhone and Arduino

The photo has additional notes on Flickr.

Experimenting with a serial to WLAN module

Sunday, January 3rd, 2010

The module will enable wireless connectivity from e.g. an MCU / Arduino to an iPhone via the standard WLAN way.

LANTRONIX MatchPort test board

There is more info on the Flickr page that you reach when clicking on the photo.

A portable, small footprint Bluetooth stack running on an Arduino

Saturday, October 3rd, 2009

Work in progress

bt_stack_on_arduino_01

The photo has notes on Flickr.

WiiMote controls iPhone via Bluetooth

Wednesday, August 5th, 2009

Matthias came up with an OpenGL ES demo that shows a WiiMote
in sync with an iPhone via Bluetooth.

matthias_WiiMote_meets_iPhone_via_Bluetooth

Symbian S60 Nokia E71 connected to an Arduino Mega via Bluetooth

Sunday, June 7th, 2009

A Symbian S60 Nokia E71 connected to an Arduino Mega via Bluetooth.

The E71 may also be used as a “gateway” with an uplink via WLAN or GSM - which basically make the LEDs switchable from everywhere in the world. This photo illustrates a potential usage scenario with a remote controlled vehicle.

External displays via USB

Thursday, May 28th, 2009

Adding external displays via USB is a quite flexible option.

displaylink_usb_lcd_on_osx

Started with the original support on Win and OSX - but aim to use this on Linux with e.g. a beagleboard.

Communication alternatives for “nut cores”

Wednesday, May 6th, 2009

A “nut core” (ATmega128, as used in the BTnode alikes) combined with wireless communication alternatives (nRF24L01 or ZigBee). The nRF24L01 can talk to the sputniks shown on the left.

nut_with_alternative_connectivity_01

The photo has notes on Flickr.

A PIC18F2550 with an USB interface

Sunday, April 19th, 2009

The PIC18F2550 provides USB connectivity - and may bridge towards e.g. I2C or UART.

Supposed to be used for:

  • emulating HID devices and
  • interfacing a WiiMote IR camera with tracking capabilities

pic18f2550_01

The photo has notes on Flickr.

A Wii Nunchuk connected to an Arduino board via I2C

Tuesday, April 14th, 2009

Uses components that I already had.

arduino_with_wii_nunchuk_01

Thanks to the community for speeding up things with ready to run code.

arduino_with_wii_nunchuk_02

The photos have notes on Flickr.

External Bluetooth keyboard working with the Android G1

Wednesday, April 8th, 2009

Video to come pretty soon.

A (foldable) Bluetooth keyboard used for typing on an Android G1. Works with all applications on the G1 that accept keyboard input.

Even though the G1 has a built-in QWERTY keyboard - this external option might be interesting for typing longer text while being e.g. in a train or at a cafe.

bt_keyboard_and_g1_02

bt_keyboard_and_g1_01

The setup uses the Linux Bluez Bluetooth stack and the uinput mechanism - both there on the Android device.

bt_keyboard_working_with_g1_01