Last post show how to " Control Raspberry Pi 2 B on-board ACT LED with Python/RPi.GPIO ", this example show how to control both the PWR and…
قراءة المزيدI have a old example " Control the on-board LED using Python " to toggle Raspberry Pi 1 ACT LED. It's updated to toggle the ACT LED on …
قراءة المزيدHi, I have made a new release of the CarPC software for Raspberry PI. Updates: - RDS radio support(new radio application) - new application for man…
قراءة المزيدHello! I have made some progress on my CarPC project and here are the main changes: - support for Raspberry PI Model B+ - update XBMC to 13.2 stable …
قراءة المزيدThis example show how to control GPIO (pin 18 in this example) using C language. testPin.c #include #include #include #include #define BCM2708_PERI_B…
قراءة المزيدThis example show how to program in Python with bottle on Raspberry Pi, to implement web base GPIO control. bottle is a Python web server library. To…
قراءة المزيدThe example show how to detect events of GPIO, to detect button pressed/released. It have the same operation in the post " Python RPi.GPIO: Butt…
قراءة المزيدThis example read button input from pin 17 (set as input with pull-up resister) and set output to pin 18 to turn ON/OFF LED accordingly. The code GPI…
قراءة المزيدExample of Python on Raspberry Pi, to change GPIO LED brightness with GPIO.PWM. led.py import RPi.GPIO as GPIO import time led_pin = 18 GPIO.setmode(…
قراءة المزيدPython example run on Raspberry Pi, to toggle GPIO pin for LED. connection: Example code, led.py: import RPi.GPIO as GPIO import time GPIO.setmode(GP…
قراءة المزيدHello! I have made a lot of work on the project, with great help from Doru Ignat(idorel@gmail.com) and now the complete list of features is: latest R…
قراءة المزيدHi! I have worked on some new features for my CarPC. Here are the changes: First, some videos: The latest image can be downloaded from the Downloads …
قراءة المزيدUse the PWM to control the width of pulses to a servo motor to change its angle.
قراءة المزيدLearn what does what on the GPIO connector of Raspberry Pi board.
قراءة المزيدLast post show how to control Raspberry Pi on-board LED OK or ACT in command line . This post show the code to control the LED using C language, it h…
قراءة المزيدRaspberry Pi Ultimate Starter Kit -- Includes Raspberry Pi Board + 11 Essential Accessories Includes Raspberry Pi - Model B (512 MB / Revision 2) R…
قراءة المزيدLast post show how to control Raspberry Pi on-board LED OK or ACT in command line . This post show the Python code to control it. Control the on-boar…
قراءة المزيدThere are 5 on-board LEDs on Raspberry Pi. One of them (marked OK or ACT) can be programmed as GPIO. It's connected GPIO16 , usually SD card acc…
قراءة المزيدGertBoard I/O Extension Board for the Raspberry Pi The Gertboard is an add-on GPIO expansion board for the Raspberry Pi computer. It comes with a la…
قراءة المزيدControl stepper motor with my Raspberry Pi details: http://www.jensd.de/wordpress/?p=779
قراءة المزيد
Social Plugin