ultrasonic sensor arduino distance measuring Displayed on MAX7219 Dot Matrix
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.
Schema
download |
Geekcreit® UNO R3 ATmega328P Development Board For Arduino
Ultrasonic Module HC-SR04 Distance Measuring Ranging Transducer Sensor |
Ultrasonic Module HC-SR04 Distance Measuring
https://www.banggood.com/custlink/KmDD799F7I
UNO R3 ATmega328P Development Board
https://www.banggood.com/custlink/vK3DUR34r7
MAX7219 Dot Matrix Module 4-in-1 LED Display Module
https://www.banggood.com/custlink/vKvKuS8VwE
Code: Download
Library
// REQUIRES the following Arduino libraries:
// - DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library
// - Adafruit Unified Sensor Lib: https://github.com/adafruit/Adafruit_Sensor
// - HCSR04 library: https://github.com/Martinsos/arduino-lib-hc-sr04
// - MD_Parola Library: https://github.com/MajicDesigns/MD_Parola
// - MD_MAX72XX library can be found at https://github.com/MajicDesigns/MD_MAX72XX
// Find All "Great Projects" Videos : https://www.youtube.com/channel/UCCC8DuqicBtP3A_aC53HYDQ/videos
// - DHT Sensor Library: https://github.com/adafruit/DHT-sensor-library
// - Adafruit Unified Sensor Lib: https://github.com/adafruit/Adafruit_Sensor
// - HCSR04 library: https://github.com/Martinsos/arduino-lib-hc-sr04
// - MD_Parola Library: https://github.com/MajicDesigns/MD_Parola
// - MD_MAX72XX library can be found at https://github.com/MajicDesigns/MD_MAX72XX
// Find All "Great Projects" Videos : https://www.youtube.com/channel/UCCC8DuqicBtP3A_aC53HYDQ/videos
No comments:
Post a Comment