Kategoria: Raspberry Pi

LAMP (Linux, Apache, MySQL and PHP) on Raspberry PI

Install LAMP (Linux, Apache, MySQL and PHP) From:  <http://community.linuxmint.com/tutorial/view/486> Install Apache sudo apt-get install apache2 -y Install PHPTest by going http://localhost/ or http://raspberrypi/ if installing trough SSH sudo apt-get install php5 libapache2-mod-php5 -y sudo apt-get install php5-gd -y Restart apache sudo /etc/init.d/apache2 restart Test PHP sudo nano /var/www/html/testphp.php Paste this in file <?php phpinfo(); ?>

How to install or upgrade UV4L on Raspbian Wheezy & Raspbian Jessie for Raspberry Pi

How to install or upgrade UV4L on Raspbian Wheezy & Raspbian Jessie for Raspberry Pi The following instructions refers to installing UV4L on the official Raspbian Linux distributions for any flavour of Raspberry Pi (1, 2, 3, Compute Module, etc…). As these installation instructions are updated and improved very frequently, it is suggested to read

Single board computers

LattePanda LattePanda is featured with quad-core 1.8Ghz, 2/4G RAM, 32/64 GB eMMC, WIFI, Bluetooth 4.0 and USB 3.0, plus onboard Arduino processor! CHIP CHIP – The World’s First Nine Dollar Computer. Kickstarter UDOO UDOO. Discover new single board computer with Wi-fi and Quad-core CPU supporting easy Android-Linux switch and fully compatible with Arduino. Pine 64

raspberry-pi-pircam

Raspberry Pi motion detection IR Camera with IR lights Raspberry Pi camera module with PIR motion detector with external IR Lights HW version 2.0 SW version 1.7.1 Camera shoot video as long movement is detected and take image every 10 minutes. Application takes care that old recordings are removed and there is always enough disk space

Take a look: Raspberry Pi Internet Radio Player

Raspberry Pi Internet Radio Player Interesting project I found today and might try to take in use. See below what they have made. More information from project page Raspberry Pi Internet Radio Player Finding Internet Radio stations

Raspberry Pi USB Picture Frame

Raspberry Pi USB picture frame Raspberry Pi plays automatically images from inserted USB flash drive and is shutdown by pressing the button inserted into the device. feh is used to display the images from USB and python script to shut down the device. I collected tips from several pages and try to list as many