In this article we will take a look at the EnviroPhat, a very useful hat for your Raspberry Pi’s which contains many useful sensors. Here is a picture of the hat The envirophat by Pimoroni is a hat which can be used with the Raspberry Pi …
shedboy71
-
-
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 …
-
In this example we create a GUI to set the value for our PWM example – Controlling the Brightness of an LED Schematics Parts Name Links Raspberry Pi 4 Model B Development Board Aliexpress link Amazon. com link Ebay search Starter kit (leds , resistors) …
-
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 …
-
Changing the name of your Pi is a pretty straightforward task. There are just two files that need to be changed to do this. First, edit the file /etc/hostname. You can do this by opening a Terminal window and typing the following command: [codesyntax lang=”bash”] …
-
In a previous post we showed an example of the MPU6050 sensor and a Raspberry Pi using wiringPi and C++. This time its a python code example Raspberry Pi and MPU-6050 C example Code [codesyntax lang=”python”] import smbus import math import time # Power management …