lcd 5110 ultrasonic sensor project

ultrasonic sensor arduino distance measuring Displayed on lcd Nokia 5110

In this Arduino Tutorial we will learn how the HC-SR04 Ultrasonic Sensor works and how to use it with the Arduino Board. You can watch the following video or read the written tutorial below.
The HC-SR04 Ultrasonic Module has 4 pins, Ground, VCC, Trig and Echo. The Ground and the VCC pins of the module needs to be connected to the Ground and the 5 volts pins on the Arduino Board respectively and the trig and echo pins to any Digital I/O pin on the Arduino Board.

 HC-SR04 Ultrasonic Sensor

  • VCC - 5V
  • GND - GND
  • Echo  - A0
  • Trig  -  A1

 Nokia 5110 LCD Module

  • 1. RST--------- reset.
  • 2. CE------------chip selection.
  • 3. DC-----------data/commands choice.
  • 4. DIN-----------serial data line.
  • 5. CLK------------serial Clock Speed.
  • 6. VCC----------Power, 3.3V (Positive).
  • 7. LIGHT--------- backlight control terminal.
  • 8. GND-----------power negative.

Schema

download

Geekcreit® ATmega328P Nano V3 Controller Board Compatible Arduino Improved Version


Ultrasonic Module HC-SR04 Distance Measuring Ranging Transducer Sensor

Code

Library

No comments:

Post a Comment