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…