MQ-135 sensor gas Displayed on 4 Digit 7 segment

MQ-135  sensor gas Displayed on 4 Digit 7 segment

In this Arduino Tutorial we will learn how the MQ 135 Sensor works and how to use it with the Arduino Nano v3 Board. You can watch the following video or read the written tutorial below.

  • High sensitivity to CH4 and Natural gas
  • Slight sensitivity to alcohol, smoke
  • Fast response
  • Stable and long life
  • Simple drive circuit
  • VCC - 5V
  • GND - GND
  • A0  - A0

Schema



MQ-135 Ammonia Sulfide Benzene Vapor Gas Sensor
https://www.banggood.com/custlink/3GGDTji0vU
7 Segment 4 Digit Common Anode Digital Display
https://www.banggood.com/custlink/vvDmwOiowK
Geekcreit MB-102 MB102 Solderless Breadboard
https://www.banggood.com/custlink/mK33TOI6K6
Geekcreit ATmega328P Nano V3
https://www.banggood.com/custlink/3KGmwO9O71


Code: Download

Find All "Great Projects" Videos :

Measure Distance UltraSonicSensor MAX7219 Dot Matrix DHT11

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.
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.

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