Leap Motion – 3-D Motion Control Technology for Computing

Leap Motion™ is motion-control software and hardware company changing the future of human-computer interaction. The company launched its software today, allowing people to control their computers with natural hand and finger movements. It also opened Airspace™, the discovery platform for people to buy, download and launch apps built for Leap Motion’s 3D interaction. The minimum…

AlaMode

  I do make my own Arduino Board for RaspberryPI before. But it make from prototype board and have a lot of cable. I like that but I still not able to put a Arduino shield into my DIY board. So, this is my solution. The AlaMode. It have RaspberryPI GPIO port, Arduino Shield Compatible…

Raspberry PI with DIY blink1

  I found the blink1 on kickstarter (http://www.kickstarter.com/projects/thingm/blink1-the-usb-rgb-led) and I think this is useful when I want to alert my college. If i’m busy i’ll flag it to red and green when free. If you interested, you can follow kickstarter link and find more detail. Also software for using it on linux. That’s mean you…

Raspberry PI as A2DP Bluetooth Speaker

I got this from other website. This guide is really good and complete for setup Raspberry PI as bluetooth speaker. But I modify something to match with my testing. Raspbian Wheezy Installation Guide From a fresh installation of Wheezy (2012-12-16-wheezy-raspbian.img), run the following as the default user pi: pi@raspberrypi ~ $ sudo apt-get install bluez pulseaudio-module-bluetooth…

Raspberry PI – How to use I2C

I tried to check my Raspberry PI board with I2C connection. I have I2C DS1307 (Real Time Clock module) on hand. And after check the voltage on SDA/SDL pin out is 3.3v, safe for use with Raspberry PI board. So, lets start with I2C. Install i2c-tools pi@raspberrypi ~ $ sudo apt-get install i2c-tools remove i2c-bcm2708 from…

Raspberry PI – Setup apt-get to use proxy

My network is bad today. I try to install some bluetooth utility from apt-get. But it take so long to complete only one dependency file. It may take an hour or more.. So, to use proxy with apt-get. Please follow below step 1) Change to apt configuration directory. pi@raspberrypi ~ $ cd /etc/apt/apt.conf.d 2) Create…

Raspberry PI – Unboxing

Welcome new on-board mini size computer. The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It’s a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. I also brought a acrylic…