In this article we look at another sensor – it is a BMP388 by Bosch Sensortec, so lets crack on and try this out with a Raspberry Pi 3 BMP388 Information The BMP388 is a very small, low-power and low-noise 24 bit absolute barometric pressure …
shedboy71
-
-
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 …
-
In this article we will connect a Si1145 sensor to an Raspberry Pi First the sensor The Si1145/46/47 is a low-power, reflectance-based, infrared proximity, ultraviolet (UV) index, and ambient light sensor with I2C digital interface and programmableevent interrupt output. This touchless sensor IC includes an …
-
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 ADXL362 3-axis accelerometer to an Raspberry Pi The ADXL362 always provides 12-bit output resolution; 8-bit formatted data is also provided for more efficient single-byte transfers when a lower resolution is sufficient. Measurement ranges of ±2 g, ±4 g, and ±8 g are …
-
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 …