What is Raspberry Pi

The Raspberry Pi is based on the Broadcom BCM2835 system on a chip (SoC) which includes an ARM1176JZF-S 700 MHz processor, VideoCore IV GPU, and was originally shipped with 256 megabytes of RAM, later upgraded (Model B and Model B+) to 512 MB. The system has Secure Digital (SD) or MicroSD (Model A+ and B+) sockets for boot media and persistent storage.

About Raspbian OS

Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware. An operating system is the set of basic programs and utilities that make your Raspberry Pi run. However, Raspbian provides more than a pure OS: it comes with over 35,000 packages, pre-compiled software bundled in a nice format for easy installation on your Raspberry Pi.

Fun with Raspberry Pi

Time to get creative with your computing -- here are our favourite fun things you can do with your Raspberry Pi.

MAKE RESOURCES

Resources. Free resources to teach, learn and make with Raspberry Pi. Teach. Schemes of work to teach with Raspberry Pi · Learn. Exercises to learn with.

Python (programming language)

Python is a widely used general-purpose, high-level programming language.Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java.The language provides constructs intended to enable clear programs on both a small and large scale.

RASPBERRY PI

The Raspberry Pi is a credit card-sized single-board computer developed in the UK by the Raspberry Pi Foundation with the intention of promoting the teaching of basic computer science in schools. Tools available are Python as the main programming language, with support for C, C++, Java, Perl and Ruby.
Showing posts with label Wi-Fi. Show all posts
Showing posts with label Wi-Fi. Show all posts

Thursday, 4 December 2014

Wi-Fi on Raspberry Pi by using any USB Modem

Wi-Fi on Raspberry Pi:

A wireless usb adapter is needed for accessing Wi-Fi on Raspberry Pi.

Step-1
After plugging in the usb adapter to the usb port provided by Raspberry Pi, open the LXTerminal 
.
These commands have to be performed in the root mode .To enter the root mode, type the following command:

sudo su  

After entering into the root mode type the command:

sudo apt-get update: To get all updates in Raspbian OS 

lssub

This will list all the devices connected to the Raspberry Pi .Look for the wlan0 which confirms the reorganisation of the usb adapter by the OS.

Step-2


Install the wicd-curses, for that type the following command in the LXTERMINAL


sudo apt-get install wicd-curses

Type the following command:

sudo wicd-curses 
    
This will show all the networks available in the surrounding area.


If can’t found any wireless networks as above then click on the Prefs which is at the bottom of the above window or press P.

Then another window will open in that find that wireless interfaces is kept as wlan0, if not keep manually as wlan0.

Then click OK or press F10, by this it will save the modifications.

Then you will be back and you will see the window same as above.
Then click Refresh or press R, by this you can see the available wireless networks.

Preferably we have to select the network with 100% signal strength to avoid any errors.

Step-3

After selecting the network “ron”,we  have to configure it by clicking on the Config icon on the window opened.


In this window we have to enter the key i.e the password of the network “ron”.

Save it by clicking on the F10: OK option.

Step-4

After configuring the network ,press C in order to connect to the network.

This will take some time for obtaining the IP address. When the message is displayed that it is connected to the network “ron” , exit LXTerminal and open the Epiphany web browser 




If the desires web address is opened then our objective is completed and usb adapter is successfully configured.