The Scroll pHAT provides a matrix of 55 white LED pixels that is ideal for writing messages, showing graphs, and drawing pictures. Use it to output your IP address, show CPU usage, or just play some basic games. The library actually has a wide range …
shedboy71
-
-
The RasPiO Analog Zero is an add on ‘hat’ that can be used with any 40 pin Raspberry Pi. This board adds analog input capability to your Raspberry Pi. About the hat The main part of the RasPiO Analog Zero is an MCP3008 8 analog to digital converter. …
-
The Pi zero is a nice little low cost version which is perfect for maker type products, one of the snags is that there is no network capabilities but this is not a major issue as there are easy, low cost ways of adding these …
-
The Sense HAT is a sensor board which has a 8×8 RGB LED matrix, a joystick and also includes a gyroscope, accelerometer, magnetometer and temperature, barometric pressure and humidity sensors. The Raspberry Pi Sense HAT is attached on top of the Raspberry Pi via the …
-
In this example we will create a gui to switch on and off the LED that we used in the PWM example – Controlling the Brightness of an LED Here is a reminder of the schematics Code Save the following as gpiogui.py [codesyntax lang=”python”] from Tkinter …
-
In this example we will show you how to control the brightness of an LED connected . The RPi.GPIO library has a PWM feature that allows you to control the power to an LED and its brightness, we will use this in this example Schematic …