Category Archives: Installation Notes

Installing the Raspberry Pi Nano Bluetooth Dongle

https://www.modmypi.com/blog/installing-the-raspberry-pi-nano-bluetooth-dongle Installing the Raspberry Pi Nano Bluetooth Dongle Apr 04, 2013 Installing the Raspberry Pi Nano Bluetooth Dongle Introduction Bluetooth is a useful tool for getting devices communicating wirelessly. If you want your Raspberry Pi interacting with anything, from a printer, to a mobile phone, to setting up media streaming, bluetooth is the way to go! The nano dongle available from ModMyPi is the perfect low cost solution, and this guide will show you how to install it. This guide

How To Use GPIO Pins On Raspberry Pi – Buttons And LED Tutorial

http://blog.oscarliang.net/use-gpio-pins-on-raspberry-pi/ What Are The GPIO Pins on Raspberry Pi? A great feature on the Raspberry Pi is the GPIO pins (stands for General PurposeInput Output). These GPIO pins on Raspberry Pi can be found in 2×13 header pins which can perform tasks include SPI, I2C, serial UART, 3V3 and 5V power. There are eight of these pins can be used directly for digital output and input (Hight and Low). These pins can be set high by connecting it to a voltage supply, or set low by

pyomxplayer

https://github.com/jbaiter/pyomxplayer   pyomxplayer Python wrapper module around OMXPlayer for the Raspberry Pi. Unlike other implementations, this module does not rely on any external scripts and FIFOs, but uses thepexpect module for communication with the OMXPlayer process. CPU overhead is rather low (~3% for the Python process on my development RPi) and the object-oriented design makes it easy to re-use in other projects. Installation: git clone https://github.com/jbaiter/pyomxplayer.git python pyomxplayer/setup.py install Example: >>> from pyomxplayer import OMXPlayer >>> from pprint import pprint >>> omx = OMXPlayer(‘/tmp/video.mp4′)

Install HTPC, Manage your HTPC from anywhere

http://htpc.io/installation.html   Installation Jump straight to: Osx - Windows - Linux Installing HTPC Manager can be really easy but might also cause some problems. The main requirement is you run Python. Python 2.7 is in most cases the way to go. The difficult part is installing the Python Image Library. Python Image Library The Python Image Library or PIL, is used to convert and resize images retrieved from the Xbmc Api. Installing PIL is, depending on your OS, not so easy. This guide should help

NOOBS Setup for Raspberrypi

https://github.com/raspberrypi/noobs/blob/master/README.md NOOBS (New Out of Box Software) An easy Operating System installer for the Raspberry Pi NOOBS is designed to make it easy to select and install operating systems for the Raspberry Pi without having to worry about manually imaging your SD card. The latest official release of NOOBS can be downloaded from http://downloads.raspberrypi.org/NOOBS_latest For information on previous releases and version changelists, visit https://github.com/raspberrypi/noobs/releases About On first boot NOOBS will format your SD card and allow you to select which OSes you

FIX BLACK SCREEN IN RASPBERRY PI WITH HDMI

http://rapidsol.blogspot.com/2013/08/fix-black-screen-in-raspberry-pi-with.html   If you use an HDMI-Male to 3 RCA Video Audio AV Cable Adapter and get a black screen you may tweak the config.txt to solve the problem. If you open config.txt you will see that there are plenty of lines commented out that change the behavior of the HDMI output in the Raspberry Pi. This is the configuration that could work: disable_overscan=1 hdmi_group=2 hdmi_mode=35 hdmi_drive=2

Wi-fi on Raspberry Pi, a simple guide

http://www.raspyfi.com/wi-fi-on-raspberry-pi-a-simple-guide/ Wi-fi on Raspberry Pi, a simple guide Veröffentlicht am 19 March 2013 von admin — 10 Kommentare ↓ Since the Raspberry Pi comes only with a wired network, it could be useful for lot of us to get it wi-fi ready. Wi-fi on Raspberry Pi can be achieved with little effort and at cheap expences. We do only require a compatible wi-fi dongle, and the best candidate for the job is the Edimax EW-7811Un. These are the features: Supports 150 Mbps 802.11n, so if

OS Distro tools, for Raspi

  OS Distro tools OS INSTALLATION & FIRMWARE UPDATE TOOLS BerryBoot (BootManager)- http://www.berryterminal.com/doku.php/berryboot RPi OSImage Downloader - http://mrpfister.com/journal/raspberry-pi-os-image-downloader/ RPi Firmware Updater - https://github.com/Hexxeh/rpi-update/ RpyConfig - http://sourceforge.net/projects/rpyconfig/?source=dlp   GAMING EMULATION ChameleonPi - http://chameleon.enging.com/ PiMAME - http://pimame.org/   HOME THEATRE PC DarkELEC http://darkimmortal.com/2012/11/darkelec-release-3/ https://github.com/darkimmortal/DarkELEC GeeXBOX - ??? OpenELEC – 1st link is offical compile it yourself, 2nd link precompiled by Sparky0815 http://wiki.openelec.tv/index.php?title=Building_and_Installing_OpenELEC_for_Raspberry_Pi http://sparky0815.de/openelec-download-images-fat-files/ RaspbianXBMC – (Install XBMC in Raspbian) RaspBMC - http://www.raspbmc.com/download/ RasPlex - http://rasplex.com/ RaspyFi - http://www.raspyfi.com/ SlaXBMC - http://slaxbmc.blogspot.co.uk/2013/02/slaxbmc-140-on-raspberry-pi-is-released.html XBian - http://xbian.org/?page_id=21   MEDIA STREAMING SERVER SqueezePlug - http://www.squeezeplug.eu/?page_id=52 NETWORK APPLIANCES OpenVPN - http://raspiresources.com/Downloads/vpn-appliance-raspbian.rar

How to Create Raspberry SD Card via Linux Command Line

http://n00blab.com/how-to-create-raspberry-pi-sd-card/ http://www.youtube.com/watch?feature=player_embedded&v=uq3-aydRMv0 This tutorial will walk you through how to create Raspberry Pi SD card via Linux command line (Ubuntu 12.04 LTS) Instructions for creating the SD card on Windows or Mac are found here Download desired image via torrent or direct download and place in your Downloads directory: http://www.raspberrypi.org/downloads   Check the hash: sha1sum ~/Downloads/2012-08-16-wheezy-raspbian.zip | grep 63d16fd28369b6e05bf97f2d1758d56df6ed0ba9 If the hash checks out, unzip: unzip ~/Downloads/2012-08-16-wheezy-raspbian.zip Insert your SD into your card reader and run: (if unsure of your computer’s

How to Make a Raspberry Pi Web Server

http://www.wikihow.com/Make-a-Raspberry-Pi-Web-Server How to Make a Raspberry Pi Web Server Start the Raspberry Pi Operating SystemSet Up the Raspberry PiInstalling The ServerInstall MySQLInstall FTPConfigure FTPThe Finishing Touches Edited by Zach, Tri.infinite, AnguishedEnd, June and 15 others If you are looking for a way to make a cheap web server, primarily to be used as a testing environment or to store files, then the Raspberry Pi is perfect for you. What is a Raspberry Pi? It is a new inexpensive mini computer, perfect for

Setup L300, in Ubuntu 12.04

http://ubuntu-indonesia.com/forums/ubbthreads.php/topics/127486/install_print_epson_L200_dan_L   Use this manual: Jike ketemu masalah dependesi saat install *.deb dalam link tsb di atas, coba anda simak link ini = https://wiki.linuxfoundation.org/en/OpenPrinting/Database/DriverPackages download RPM package. Dalam kasus ini, saya menggunakan epson-inkjet-printer-201207w-1.0.0-1lsb3.2.src.rpm untuk ubuntu server 12.04 (cups-samba) lanjutkan dengan = Code: ~#alien -ck epson-inkjet-printer-201207w-1.0.0-1lsb3.2.src.rpm epson-inkjet-printer-201207w_1.0.0-1lsb3.2_amd64.deb generated ~#dpkg -i *.deb masuk ke webGUI CUPS untuk adding printer dan pilih Driver: Epson L300 Series – epson-inkjet-printer 1.0.0-1lsb3.2 (Seiko Epson Corporation LSB 3.2) Jika menghendaki file *.ppd bisa anda dapatkan pada dir “/usr/share/ppd/epson-inkjet-printer-201207w/Epson” dan ‘/etc/cups/ppd” Hasilnya

My raspberry Pi sending whatsapps

http://myworldraspberrypi.blogspot.com/2013/02/my-raspberry-pi-sending-whatsapps.html My World Raspberry PI My raspberry Pi sending whatsapps 1/ Create a phone number using http://www.fonyou.com/   (not included in this tutorial) 2/ Register a fonyou number to can send a whatsapp (here is where i found with more problems), so, i will explain in detail. I have used : https://github.com/tgalal/yowsup   (the common line help is describe in https://github.com/tgalal/yowsup/wiki/yowsup-cli#wiki-config) Download wget https://github.com/tgalal/yowsup/archive/master.zip unzip master.zip cd yowsup-master/src/ In the webpage of yowsup, you can see that is required python-dateutil (in

Enable SSH (Secure Shell) in Ubuntu 12.04 (Precise Pangolin)

http://www.liberiangeek.net/2012/03/enable-ssh-secure-shell-in-ubuntu-12-04-precise-pangolin/ Enable SSH (Secure Shell) in Ubuntu 12.04 (Precise Pangolin) This brief tutorial shows you how to enable SSH in Ubuntu 12.04 Precise Pangolin. This request came in from one of our readers who wanted to know how to enable SSH in Ubuntu 12.04. As you may already know, SSH is a secure communication protocol that lets you remotely access networked computers. It is known as a replacement for Telnet which is very unsecure. While Telnet sends traffic in plain

How to install webmin on ubuntu 12.04 (Precise) server

www.ubuntugeek.com/how-to-install-webmin-on-ubuntu-12-04-precise-server.html How to install webmin on ubuntu 12.04 (Precise) server May 23, 2012 · Server · Email This Post Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. We have already discussed how to install ubuntu 12.04 LAMP server

« Older Entries