"Do It Yourself" Player

If you decide to build your own Beetangle Player, here is described how. It’s simple and anybody with basic IT knowledge should be OK. Choose quality hw components, as for example cheep SD card can cause lot of troubles (we went through that already :-)

Internet is full of info how to work with Raspberry Pi, which is base of Beetangle Player. We are describing here just basic steps, Google help you with the rest.

What you will need

To build and set up your own Beetangle Player using the Raspberry Pi, you need the following hardware components:

You will also need:

Installation

Put everything together and download the image of SD card. Unzip the file to your drive first, then extract it to SD card using the instructions for your operating system:

http://beetangle.com/download/beetangle.player.img.zip

For Mac users:

  1. Insert the SD card into your Mac (either directly or using an SD card reader)
  2. Download and run ‘Apple Pi Baker’, a super-simple program for putting an operating system onto an SD card. You can find the program at this link: http://www.tweaking4all.com/hardware/raspberry-pi/macosx-apple-pi-baker/
  3. Select your SD card from the list on the left, select the unzipped image file on the right, and click on ‘IMG to SD-card’
  4. Once the program has finished putting the IMG file onto the card, remove the card correctly and insert it into your Pi and start it by plug it in to power

ApplePi-Baker

For Windows users:

  1. Insert the SD card into your PC and format it using the FAT format
  2. Check to see that the card is showing up under ‘My Computer’
  3. Download and run ‘Win32 Disk Imager’, a standard program for putting an operating system onto an SD card. You can find the program at this link: http://sourceforge.net/projects/win32diskimager/
  4. Note: You may need to run the program as an Administrator (right-click and select ‘Run as Administrator’)
  5. Select the image and the SD card drive to which it will be extracted. Click Write and wait for the process to finish
  6. Exit Win32 Disk Manager and remove the SD card
  7. Insert the SD card into your Raspberry Pi and start it by plug it in to power

Configuring the Player

If you plan to use the ethernet cable to connect DIY Beetangle Player to internet, you can switch to standard procedure of configuring it now: Beetangle Player

In case you’d like to use wifi connection you can do it manually using the wicd-curses utility (search Google for manual or use this excelent one: http://www.raspyfi.com/wi-fi-on-raspberry-pi-a-simple-guide/) or alternatively you can try this script: https://github.com/shamiao/raspi-wifi-blindscript

Other tips and tricks

Beetangle player is running standard Raspbian, which is a clone of Debian Wheezy distribution. Most of your Linux skills can be used with Rasbian and Raspberry Pi.

You can connect to SSH with default username and password pi/beetangle.

You can configure your Pi by running raspi-config on it.

Don't be afraid to experiment and enjoy it. You can always use the clean Beetangle Player image to make a fresh Player install.