Search Results for: arduino uno

TC74 sensor has 5 pins

Connecting multiple I2C device on Arduino Uno R3

In this project, we will show how to connect multiple I2C devices to an arduino microcontroller. The I2C bus is a bus which enables high-speed two-way communication between devices while using a minimal number of I/O pins to facilitate communication. An I2C bus is controlled by a master device (usually a microcontroller) and contains one […]

Connecting multiple I2C device on Arduino Uno R3 Continue Reading

BMP180 Interfacing with Arduino

Pressure Sensor BMP180 Interfacing with Arduino Uno

In this tutorial we are going to design a Barometric Pressure Measuring System using BMP180 and ARDUINO. First of all for interfacing BMP180 to ARDUINO, we need to download a library specifically designed for BMP180. This library is available at: https://github.com/adafruit/Adafruit-BMP085-Library  After attaching that library, we can call special functions which will ease working with BMP180

Pressure Sensor BMP180 Interfacing with Arduino Uno Continue Reading

Scroll to Top