https://github.com/eeyribas/arduino-sensor-examples
Contains sensor module examples with Arduino. These examples include BMP180-PressureMeasurement, HCSR04-DistanceMeasurement and Keypad-Example.
https://github.com/eeyribas/arduino-sensor-examples
arduino arduino-ide arduino-keypads arduino-mega arduino-nano arduino-platform arduino-sensors arduino-sketch arduino-uno bmp180 bmp180-sensor example hc-sr04 hc-sr04-ultrasonic-sensor keypad keypad-library pressure pressure-sensor temperature temperature-sensor
Last synced: about 2 months ago
JSON representation
Contains sensor module examples with Arduino. These examples include BMP180-PressureMeasurement, HCSR04-DistanceMeasurement and Keypad-Example.
- Host: GitHub
- URL: https://github.com/eeyribas/arduino-sensor-examples
- Owner: eeyribas
- Created: 2024-08-31T21:54:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T21:44:50.000Z (over 1 year ago)
- Last Synced: 2025-06-27T19:40:55.238Z (12 months ago)
- Topics: arduino, arduino-ide, arduino-keypads, arduino-mega, arduino-nano, arduino-platform, arduino-sensors, arduino-sketch, arduino-uno, bmp180, bmp180-sensor, example, hc-sr04, hc-sr04-ultrasonic-sensor, keypad, keypad-library, pressure, pressure-sensor, temperature, temperature-sensor
- Language: C++
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino-Sensor-Examples
Contains sensor module examples with Arduino. These examples include BMP180-PressureMeasurement, HCSR04-DistanceMeasurement and Keypad-Example. These examples:
- BMP180-PressureMeasurement: Demonstrates how to measure pressure, altitude, and temperature using the BMP180 sensor module with Arduino.
- HCSR04-DistanceMeasurement: Demonstrates how to measure distance using the HC-SR04 distance sensor module with Arduino.
- Keypad-Example: Allows the use of a keypad module with Arduino.
Programming Language: C/C++ Programming Language
IDE: Arduino IDE Version - 2.2.0
Arduino Used: Arduino Uno, Arduino Mega
Arduino Library:
- BMP180BreakoutArduinoLibrary: This library enables the use of the BMP180 sensor module. Include this library in your Arduino IDE.
- Keypad: This library enables the use of the Keypad module. Include this library in your Arduino IDE.
Arduino Connection Diagram:
- Arduino-BMP180 Module Connection Diagram: Arduino communicates with the BMP180 sensor module via I2C. The BMP180 module is connected to the Arduino's A4 and A5 pins.
- Arduino-HCSR04 Module Connection Diagram: The HCSR04 module is connected to the Arduino's trig pin (D8) and echo pin (D9).
- Arduino-Keypad Module Connection Diagram: The connection of the keypad to the Arduino is shown in the (keypad-schematic.png) image.