Raspberry PI and MPL3115A2 pressure sensor Java example
In this article we will take a look at the MPL3115A2 pressure sensor and connect it to our Raspberry PI. lets take a look at the MPL3115A2 first The MPL3115A2…
In this article we will take a look at the MPL3115A2 pressure sensor and connect it to our Raspberry PI. lets take a look at the MPL3115A2 first The MPL3115A2…
BMP280 is an absolute barometric pressure sensor especially designed for mobile applications. The sensor module is housed in an extremely compact package. Its small dimensions and its low power consumption…
In a previous example, we connected a DS18b20 to our Raspberry PI and measured and displayed the temperature, in a slight twist what about if we acted on this reading…
In this example we connect a DS18b20 temperature sensor to our Raspberry PI and read in the value, here is the schematic for this. Start the terminal and entering…
In our previous example we flashed an LED on, here are another couple of examples This will flash the led on and off [codesyntax lang=”python”] import RPi.GPIO as GPIO import…
In the following example we will connect an LED and resistor to pin 7 of P1 on our Raspberry PI and we will flash an LED on, here is a…