
Friday, 5 December 2014
User Desired LED Blinking

STEP 1:
Open LX-Terminal.
Create a file with .py extension
Ex: nano
userinput.py
Nano is a type of editor used to write the code in
that file named userinput.
Type the following code in that file by insert key or by typing letter I on keyboard.
STEP 2:
Program:
#!...
Program to blink LED

STEP 1:
Open LXTerminal.
Create a file with .py extension
Ex: nano example.py
Nano is a type of editor used to write the code in
that file named example.
Type the following code in that file by insert key or by typing letter I on keyboard.
Program:
#!
/usr/bin/python
Import
time...
Program for Led Glowing(ON OR OFF)

STEP 1:
Open LX-Terminal.
Create a file with .py extension
Ex: nano led.py
Nano is a type of editor used to write the code in
that file named led.
Type the following code in that file by insert key or by typing letter I on keyboard.
Program:
To turn on...
Hello World Program

STEP 1:
Open LXTerminal.
Create a file with .py extension
Ex: nano
helloworld.py
Nano is a type of editor used to write the code in
that file named helloworld.
Type the following code in that file by insert key or by typing letter I on keyboard.
Program:
#!
/usr/bin/python...
Basic Settings On Raspberry Pi

The basic IO setup like keyboard, time
zone, display:
Open LXTERMINAL
After opening the terminal type “sudo raspi-config”.
A graphical interface like this
will...
Thursday, 4 December 2014
RASPBIAN OS INSTALLATION PROCEDURE

WRITING RASPBIAN
OS TO THE MEMORY CARD
COMPONENTS
REQUIRED
SD card.
SD formatter software.
...
Remotely Accessing the Raspberry Pi

In the previous section we discussed how to Configure Ethernet by using Raspberry Pi. (Please click here for details.)
HOW TO CONNECT
YOUR RASPBERRY PI TO LAPTOP USING LAN CABLE:
Installing/Configuring PuTTy and Xming
Click here to download PUTTY software.
Click...