fbpx

Raspberry Pi

Raspberry Pi tutorials & links

Raspberry Pi Official Website instructables.com - Raspberry Pi Projects - This website have lots of raspberry projects which you can make. Adafruit - Raspberry Pi Projects How to Use a Breadboard and Build a LED Circuit Controlling DC Motors Using Python With a Raspberry Pi Access Raspberry Pi via VNC (VIRTUAL NETWORK COMPUTING) Client for VNC...

Read more...

Install WiringPi and controlling raspberrypi gpio pins with php

WiringPi is a GPIO access library written in C for the BCM2835 used in the Raspberry Pi. How to download wiring pi? If you do not have GIT installed, then under any of the Debian releases (e.g. Raspbian), you can install it with: sudo apt-get install git-core To obtain WiringPi using GIT git clone...

Read more...

Access & Share the internet from laptop to raspberry pi

The Raspberry Pi is automatically set to obtain an IP address from your wired or wireless network. Why does the Raspberry Pi need an IP address? This address is needed so that any traffic destined for your Raspberry Pi will be able to find it on the network. This is...

Read more...