Getting Started with GPIO

TBD

https://www.raspberrypi.org/documentation/usage/gpio/

– Using RPi.GPIO

Tutorial: Raspberry Pi GPIO Pins and Python

http://openmicros.org/index.php/articles/94-ciseco-product-documentation/raspberry-pi/217-getting-started-with-raspberry-pi-gpio-and-python

Using Wiring Pi

http://www.sirmc.net/view/9001/

https://projects.drogon.net/raspberry-pi/wiringpi/

https://projects.drogon.net/raspberry-pi/gpio-examples/tux-crossing/gpio-examples-1-a-single-led/

https://projects.drogon.net/raspberry-pi/wiringpi/the-gpio-utility/

https://pypi.python.org/pypi/wiringpi2

gpio readall

Using PiGPIO

https://www.raspberrypi.org/forums/viewtopic.php?p=486959

wget abyz.co.uk/rpi/pigpio/pigpio.zip

If you don’t have wget click on http://abyz.co.uk/rpi/pigpio/pigpio.zip and do the unzip/make manually

unzip pigpio.zip
cd PIGPIO
sudo make install

Examples using pigpio: http://abyz.co.uk/rpi/pigpio/examples.html#Python_code

Useful links:

  • https://www.raspberrypi.org/forums/viewtopic.php?t=24215&p=225941
  • https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=84596

Comments are closed.