Pages

Thursday, 13 March 2014

Ongoing Project

Hey Fellas Started persistence of vision Using Raspberry

Keep ur finger crosed !!
For viewing Colourful and speeding Output!!!!

Monday, 10 March 2014

Need ur Projects to be done???

Current Project.
Developed a security system which alerts the user by sending SMS when ever human or fire is detected.
The user can view the place from any part of the world where the device is placed.
Video will be recorded for a specified duration when the human or fire is detected,which can be used for investigation purpose...
                  Main moto is to done all these things @ minimum cost price ...
Your Ideas for the next project are welcomed :)

For any guidence in ur proj mail @ keerthivasan036@gmail.com
             

Controlling GPIO pins of Pi online


Here comes the answer for ur queries.

How to control GPIO pins of Pi online?You can use WebIOPi for this
Steps.1

$ tar xvzf WebIOPi-x.y.z.tar.gz
$ cd WebIOPi-x.y.z
$ sudo ./setup.sh

This wil install the WebIOPi
Commands to Start and stop are given below respectively
$ sudo /etc/init.d/webiopi start
$ sudo /etc/init.d/webiopi stop

If u need ur Raspi to run Webiopi @ boot itself the use bellow code
then reboot ur pi

To setup your system to start webiopi at boot :
$ sudo update-rc.d webiopi defaults
Code for rebooting
sudo reboot
To remove webiopi start from boot :
$ sudo update-rc.d webiopi remove

this will be implemented after ur boot
Once u Webiopi is ready to use
You control it from the URL
IP of PI:8000

It will ask for User and Password
user : "webiopi"
password is "raspberry"












By choosing the GPIO Header link on the main page, you will be able to control GPIO using a web UI which looks like the board header.
  • Click/Tap the OUT/IN button to change GPIO direction.
  • Click/Tap pins to change the GPIO output state.











Project Ideas.

Using this u can build ur Home Automation system..