Raspberry Pi
If уоu think though the Arduіnо wаѕ сооl, juѕt wаіt tіll you gеt your hands оn a Raspberry Pi – thеѕе thіngѕ are amazing. Aѕ wеll аѕ bеіng a fullу functional computer, they аlѕо have a ѕеlесtіоn оf GPIO (Gеnеrаl Purpose Input/Output) pins. Just like аn Arduіnо, wе саn uѕе thеѕе tо сrеаtе еlесtrоnісѕ рrоjесtѕ – аnd іt’ѕ surprisingly easy tо get ѕtаrtеd.
Onсе you hаvе a fullу wоrkіng Rаѕрbеrrу Pi ѕуѕtеm, іt may nоt bе соnvеnіеnt fоr уоu to соntіnuе to ассеѕѕ Rаѕрbеrrу Pі dіrесtlу via a keyboard аnd HDMI/TV саblе connector dedicated tо Rаѕрbеrrу Pі. Inѕtеаd, you wіll wаnt to rеmоtе соntrоl "hеаdlеѕѕ" Rаѕрbеrrу Pi frоm another соmрutеr.
In the following examples I’m going to start a program called servod which manages a servo. The program runs in the background and uses the Pi’s GPIO pins to set the position of a servo. Note : This procedure is common for all kinds of scripts ( written in python, […]
SQLite is an embedded relational database management system is contained in a small C programming library and is an integral part of client-based applications. SQLite uses a dynamic SQL syntax and performs multitasking to do reads and writes at the same time. The reads and writes are done directly to ordinary […]
this blog shows a small & simple procedure about Writing CGI scripts in Raspberry Pi. This tutorial assumes that you have installed Apache2. You can do this by opening a terminal and typing sudo apt-get install apache2 Serving static HTML files is limited, and not interactive. Scripting makes web sites […]
In this blog, lets about the sharing files & folders of Raspberry Pi with installation & configuration of Samba Server. Raspberry Pi’s files and folders can be shared across a network using a piece of software called Samba, a Linux implementation of the Server Message Block protocol. You’ll need to […]
This post is about the Raspberry Pi2 setup for beginners for the Newbies. The RRaspberry Pi2 new Broadcom BCM2836 system-on-chip, which handles the Pi’s video, audio and processing, among other things, has also had a speed bump to 900MHz. The Pi is otherwise unchanged from the B+ model; you still get […]
Blog about the Useful Commands in Raspberry Pi you have came across many new and innovative applications for Raspberry Pi, but these ate your time in not having commands in a place to work. This is not a cheat sheet. But yet this following set of commands is very very […]
This post is about Emulation of Raspberry Pi in windows system. In computers, an emulator is a hardware device or a program that pretends to be another particular device or program that other components expect to interact with. For example, using a 3270 emulator, a program written to be used with […]