Tag Archives: raspberrypi

Fix, Temperature Error, Raspi

Fixing “VCHI Initialization failed” error Add user www-data to video group. Below is the command, sudo usermod -G video www-data And then restart web server”     Changing Hostname Edit below file and change the value to what you need. /etc/hostname Edit below file and replace the old hostname value against 127.0.1.1 to new name. /etc/hosts Fixing “VCHI Initialization failed” error Add user www-data to video group. Below is the command, sudo usermod -G video www-data And then restart web

Getting Up and Running with MySQL for Python

http://www.packtpub.com/article/getting-up-running-mysql-python   Getting Up and Running with MySQL for Python   by Albert Lukaszewski, PhD |December 2010 | MySQL Open Source There are, several ways to get MySQL for Python in a place such that your local Python installation can use it. Which one you use will depend as much on your familiarity with your operating system and with Python itself, as it will on which operating system and version of Python you are running. In this article, by Albert Lukaszewski, PhD,

Installing the RasClock – Raspberry Pi Real Time Clock

https://www.modmypi.com/blog/installing-the-rasclock-raspberry-pi-real-time-clock Installing the RasClock – Raspberry Pi Real Time Clock Module Introduction The Raspberry Pi is an ultra-small and ultra-low cost computer. In order to achieve this size and price, several non-essential items usually found on a computer had to be omitted. Laptops and computers keep time when the power is off by using a pre-installed, battery powered ‘Real Time Clock’ (RTC). However, this Real Time Clock module is not included with the Raspberry Pi. To keep time, the Raspberry

Raspberry Pi On-Screen Keyboard

http://ananddrs.com/2013/09/25/rpi-onscreen-keyboard/ One may need to use on screen keyboard on Raspberyy Pi. One can accomplish this by using matchbox-keyboard. You can download by using the following command: sudo apt-get install matchbox-keyboard You can start by the matchbox-keyboard by using command matchbox-keyboard or sudo matchbox-keyboard

Create your own boot logo

http://www.arm9board.net/wiki/index.php?title=Create_your_own_boot_logo Create your own boot logo In this tutorial there will be explained how to show your own image on the LCD display while your Linux system is booting. Contents [hide] 1 Preparations 2 Developping the boot logo 2.1 Converting the image 2.2 Going to a 224 color image 3 Put it inside the Kernel image 3.1 Editing the necessary files 3.1.1 Edit the Makefile 3.1.2 Edit the logo.c file 3.1.3 Edit the Kconfig file 3.2 Editing the header file 3.2.1 For the 2.6.28 kernel version 3.2.2 For the 2.6.36 kernel version

OMXPlayer Builds Update

http://omxplayer.sconde.net/   About OMXPlayer is a commandline OMX player for the Raspberry PI. It was developed as a testbed for the XBMC Raspberry PI implementation and is quite handy to use standalone. OMXPlayer has big dependencies that take long to compile on Raspberry Pi and usually without sucess, so I decided to make a build-bot for creating binary distributions for Raspbian (Debian with hard-float for RPi). I didn’t wrote the code, I just provide the binary packages. If you have

Update Firmware Raspi

https://github.com/Hexxeh/rpi-update rpi-update An easier way to update the firmware of your Raspberry Pi. Installing under Raspbian To install the tool, run the following command: sudo apt-get install rpi-update Installing on other OS Preparations You need git installed to use this too. To install run: sudo apt-get install git-core Installing To install the tool, run the following command: sudo wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update -O /usr/bin/rpi-update && sudo chmod +x /usr/bin/rpi-update Updating Then, to update your firmware, just run the following command: sudo rpi-update

HOWTO: Boot your Raspberry Pi into a fullscreen browser kiosk

http://blogs.wcode.org/2013/09/howto-boot-your-raspberry-pi-into-a-fullscreen-browser-kiosk/ HOWTO: Boot your Raspberry Pi into a fullscreen browser kiosk It seems there’s some demand for knowledge of setting up a full-screen, browser-based kiosk on the all-singing Raspberry Pi. Here at Watershed we’ve done this, to drive the screens of our digital signage system. Although we complicate matters a bit (we net-boot the pis, which requires a few extra tweaks – see our blog post on net-booting raspberry pis), we thought it’d be useful to document what we achieved: automatically running

Looping video playlist with Omxplayer on the Raspberry Pi

Looping video playlist with Omxplayer on the Raspberry Pi http://www.cenolan.com/2013/03/looping-video-playlist-omxplayer-raspberry-pi/ The Raspberry Pi comes with an awesome little video player called Omxplayer that is very capable of playing back full 1080p video perfectly when encoded correctly in H.264/AAC. One problem is the current lack of playlist support in omxplayer, so this post explains how to create a bash script that will permanently loop through and play a directory of videos.   First install omxplayer: sudo apt-get install omxplayer Now create this script named for

Looping videos seamlessly OMXPlayer

http://www.sundh.com/blog/2013/10/loop-videos-seamlessly-omxplayer/ Looping videos seamlessly OMXPlayer Ellen 16:30 on October 15, 2013 As I looked for different solutions for looping videos on the Raspberry Pi seamlessly I eventually came out with a solution that worked quited good for videos looping with sounds. Looking at the possiblities of using the existing example of hello_video/video.c to loop a video wasn’t an option as sound was not supported and syncing sound was not something I wanted to spend time on. Instead I looked to jbaiter’s OMXPlayer library pyomxplayer build in

Raspberry Pi playing a video in loop

http://www.mindemedia.no/wordpress/?p=16 Raspberry Pi playing a video in loop May 11, 2013 So there is gonna be an art exibition where i work, its mainly video art, so they will need six projectors showing one piece of video each, and they are all gonna run in loop, all day long. There are several boxes that can play video, and still be cheaper than the mini-mac, but none as cheap as the raspberry pi. So i decided to see if i could

Raspberry Pi playing a video in loop

http://www.mindemedia.no/wordpress/?p=16 Raspberry Pi playing a video in loop May 11, 2013So there is gonna be an art exibition where i work, its mainly video art, so they will need six projectors showing one piece of video each, and they are all gonna run in loop, all day long. There are several boxes that can play video, and still be cheaper than the mini-mac, but none as cheap as the raspberry pi. So i decided to see if i could make

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

Reading and writing from GPIO ports from Python

http://raspberry.io/projects/view/reading-and-writing-from-gpio-ports-from-python/  Raspberry IO Log In Sign Up Reading and writing from GPIO ports from Python Overview 1 2 3 4 5 6 7 Created by: coderanger Published Mar. 13, 2013 This tutorial covers the setup software and hardware to read and write the GPIO pins on a Raspberry Pi running the latest Raspbian operating system. We will showing how to read from a physical push-button from Python code, and control an LED. Related categories: Tutorial Step 1: Install Python development tools Open

« Older Entries