In this article we look at a BH1745NUC Luminance and Colour Sensor and connect it to a Raspberry PI Lets look at that sensor first – here is some of the technical information abou it. The BH1745NUC is digital color sensor IC with I²C bus…
Code
-
-
In this article we look at a BH1745NUC Luminance and Colour Sensor and connect it to a Raspberry Pi 3 The BH1745NUC is digital color sensor IC with I²C bus interface. This IC senses Red, Green and Blue light (RGB) and converts them to digital values.…
-
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…
-
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 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…
-
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…