In this article we will display the temperature in Celsius and Fahrenheit on our sense hat Getting started First of all it does not do any harm to update your software, lets do that first sudo apt-get update sudo apt-get upgrade You should have the…
shedboy71
-
-
The Sense HAT is an add-on board for Raspberry Pi, made especially for the Astro Pi mission. The Sense HAT has an 8×8 RGB LED matrix, a five-button joystick and includes the following sensors: Gyroscope Accelerometer Magnetometer Temperature Barometric pressure Humidity In this example we…
-
In this article we talk a little about the default password for the raspberry pi and later we also show a method of recovering the password if you have forgotten it Default username and password The default user is pi, and the password is raspberry…
-
In this article we will connect a CCS811 gas sensor to an Raspberry Pi Sensor Information CCS811 is a low-power digital gas sensor solution, which integrates a gas sensor solution for detecting low levels of VOCs typically found indoors, with a microcontroller unit (MCU) and…
-
If you want to measure internet speed then Speedtest is a great website to visit and run the tests, the good news is that there is a Command line interface written in python that means you can quite easily add this functionality to your raspberry…
-
Using the command line in python is fine and for a lot of my sensor examples it is adequate the results show up like this but ultimately for displaying results or getting user feedback say to click on a button to switch and led on…