Skip to content

eeyribas/Arduino-Sensor-Examples

Repository files navigation

Arduino-Sensor-Examples

Contains sensor module examples with Arduino. These examples include:

  • BMP180-PressureMeasurement: This example demonstrates how to measure pressure, altitude, and temperature using the BMP180 sensor module with Arduino. The Arduino communicates with the BMP180 sensor module via I2C. The connection is made using the Arduino A4 and A5 pins.

  • HCSR04-DistanceMeasurement: This example shows how to measure distance using the HC-SR04 distance sensor module with Arduino. The Arduino connects the HCSR04 distance sensor to the trig pin (D8) and the echo pin (D9).

  • Keypad-Example: This example allows the use of a keypad module with Arduino.

Arduino Used: Arduino Uno, Arduino Mega

Arduino IDE Version: 2.2.0

BMP180BreakoutArduinoLibrary Arduino Library: This library enables the use of the BMP180 sensor module. Include this library in your Arduino IDE.

Keypad Arduino Library: This library enables the use of the Keypad module. Include this library in your Arduino IDE.

Arduino-Keypad Connection Diagram: The connection of the keypad to the Arduino is shown in the (keypad-schematic.png) image.