News

If you want to build your own temperature monitoring system or to measure the altitude of your drone or simply want to measure the atmospheric pressure in ... version BMP180 with Arduino in one of our ...
In every one of those articles there's one thing common, none of those sensors can measure barometric pressure. So in today's article we wanted to interface the BMP280 with an Arduino and measure ...
This is currently a work in progress, the code was done during the MakeZurich hackathon and directly used in the project. I try to sort it out and add all the funcitonality of the sensor as well as ...
The Pressure Sensor Module incorporates a material called Velostat with the Arduino. This material adds more resistance when more pressure is applied to the material. This module also uses the RGB LED ...
The I2C bus or TWI (Two Wire Interface) allows a single master IC to share communication lines with multiple slave ICs. In our case Arduino is the master and 3 x TC74 sensors are the slaves. As you ...