Thanks to the work of many others, it is straightforward to control the GPIO (General-purpose input/output) pins. Gordon's Project site shows how this can be done with his wiringPi library. For testing purposes I use an LED and a small resistor on pin 17. To control the LED it is as simple as:
gpio mode 0 out
gpio write 0 1
gpio write 0 0
I can also use a browser to control the pins. The webiopi projects provides an out-of-the-box solution for this. That means, I can control the pins from any other device in the network, such as my mobile phone! Even better, I can switch the Pi off from my phone as well. Daniel Pecos presents a little script and layout that shuts the Pi down via a physical button on pin 4. But, I can also use my phone via webiopi; with Daniel's script running in the background, I can set pin 4 to input, tap it and the Raspberry Pi will shutdown.
0 Response to "Control an LED with the Raspberry Pi and via the web"
Post a Comment