Creating Arduino Library for DHT22 Sensor

Поделиться
HTML-код
  • Опубликовано: 4 июл 2024
  • Link to my GitHub repository to access DHT22 Sensor library:
    github.com/akuzechie/DHT22-Se...
    Link to circuit diagram:
    akuzechie.blogspot.com/2022/0...
    Link to my tutorial on programming DHT22 interfaced with ATmega8:
    • ATmega8 - Programming ...
    Contents:
    0:00 Introduction
    0:40 Folder Structure of DHT22 Library
    1:00 Coding Header & Source Files of DHT22 Library
    4:51 Example Sketch 1: Temp & Humidity on Serial Monitor
    5:45 Demonstration
    5:56 Example Sketch 2: Temp & Humidity on I2C 1602 LCD
    6:54 Demonstration
    7:08 Future Project: Creating Library for AM2320 Sensor

Комментарии • 9

  • @qcnck2776
    @qcnck2776 2 года назад +1

    Thanks for a very nice explanation of the reading mechanisms for the sensor. And for a clear explanation of how to create the class and member methods.

  • @juandavidbarrerol1510
    @juandavidbarrerol1510 Год назад +2

    Great video, hope you keep doing this amazing work

  • @ejennings98
    @ejennings98 2 года назад

    Very well done as usual.

  • @mehmetaltinsoy525
    @mehmetaltinsoy525 2 года назад

    Great video.