There have now been a number of different PCB revisions which have made small changes…
Browsing: Python
Python is a popular programming language and is well supported on the Raspberry Pi. It is installed by default in the Official Raspbian image and is used in many Pi projects.
You will find Python 2 and Python 3 examples but we try to use Python 3 wherever possible.
Python is considered a good programming language for beginners but its power and flexibility make it a popular choice with experts as well.
Every Raspberry Pi has a unique serial number. It is sometimes useful to extract this…
For one of my Pi projects I wanted the ability to send SMS text messages…
Unlike some other devices the Raspberry Pi does not have any analogue inputs. All 17…
This article is based on my previous article 16×2 LCD Module Control Using Python and…
Following on from my article about controlling a 16×2 LCD module with Python and a Raspberry…
Once you’ve played with LEDs, switches and stepper motors the next natural step is 16×2…
The RPi.GPIO Python library allows you to easily configure and read-write the input/output pins on…
The most obvious application for a Raspberry Pi is re-creating the sliding red lights found…
It can sometimes be useful to obtain the MAC address of your Raspberry Pi’s network…
The circuit below shows to turn an LED on and off using a Raspberry Pi GPIO…
The RPi.GPIO Python library allows you to easily configure and read-write the input/output pins on…
My first attempt at Python programming was a script to send email. This is something…