Companies Home Search Profile

Arduino IoT Environment Monitor Project

Focused View

Dr. Peter Dalmaris

3:08:19

156 View
  • 1. 1-10 What is the course about.mp4
    08:42
  • 2.1 See a complete list of hardware components here..html
  • 2. 1-20 Hardware and kit overview.mp4
    14:27
  • 3.1 This course has a GitHub repository that contains all code and schematics..html
  • 3. 1-40 How to get the most out of this course.mp4
    03:59
  • 1.1 Learn about analogRead.html
  • 1.2 Learn about the potentiometer.html
  • 1.3 See this sketch on GitHub..html
  • 1. 2-10 The potentiometer.mp4
    06:31
  • 2.1 Lecture sketch.html
  • 2.2 Voltage divider.html
  • 2. 2-20 The photo resistor.mp4
    07:00
  • 3.1 A linear equation calculator.html
  • 3.2 Learn about Lux (Wikipedia).html
  • 3.3 Sketch on Github.html
  • 3. 2-30 Measuring light with Lux and the Axel-Benz formula.mp4
    18:18
  • 4.1 DHT11 documentation.html
  • 4.2 Library, DHTNew.html
  • 4.3 See this sketch on GitHub.html
  • 4. 2-40 Temperature and humidity with the DHT11.mp4
    11:00
  • 5.1 Library, LiquidCrystal.html
  • 5.2 See this sketch on GitHub.html
  • 5. 2-50 The 2x16 LCD display.mp4
    12:53
  • 6.1 Datasheet.html
  • 6. 2-60 ESP-01S WiFi module - Configuration wiring.mp4
    11:23
  • 7. 2-61 ESP-01S WiFi module Configuration AT commands.mp4
    09:38
  • 8. 2-62 ESP-01S WiFi module - Create Blynk account and project.mp4
    06:29
  • 9.1 Blynk libraries.html
  • 9.2 New wiring setup schematic.html
  • 9.3 Sketch.html
  • 9. 2-63 ESP-01S WiFi module - Simple LED control with Blynk.mp4
    16:13
  • 1. 3-10 Create a simple Blynk dashboard.mp4
    08:43
  • 2. 3-20 ESP01, LED and potentiometer wiring.mp4
    01:27
  • 3.1 Blynk documentation.html
  • 3.2 See both files on GitHub.html
  • 3. 3-30 Demo sketch.mp4
    08:08
  • 4. 3-40 Create mobile dashboard.mp4
    03:35
  • 1. 4-10 Wire DHT11 and light sensors.mp4
    02:05
  • 2. 4-20 Web dashboard.mp4
    05:07
  • 3.1 See both files on GitHub.html
  • 3. 4-30 Sketch.mp4
    04:45
  • 4. 4-40 Mobile dashboard.mp4
    04:09
  • 1. 5-10 Wiring LCD module.mp4
    03:12
  • 2.1 See this sketch on GitHub.html
  • 2. 5-20 Sketch.mp4
    09:40
  • 1.1 KiCad project on GitHub.html
  • 1. 6-10 Objective and PCB schematic.mp4
    05:11
  • 2.1 See the sketch for this lecture on Github.html
  • 2. 6-20 Sketch modification and testing.mp4
    03:42
  • 3.1 Version 2 of the shield KiCad project on GitHub.html
  • 3. 6-30 Fix PCB bugs and add LED.mp4
    02:02
  • 1. 7-10 Recap What did you learn in this project.html
  • 1. Bonus lecture.html
  • Description


    The perfect project for the new Arduino maker looking for a weekend IoT challenge.

    What You'll Learn?


    • How to create an Arduino IOT system.
    • Intergrate sensors, LEDs, LCDs, and Wifi hardware.
    • Create and interact with a mobile and web dashboard powered by Blynk.
    • How to use the the DHT11 sensor.
    • How to use the photoresistor.
    • How to use the 2x16 LCD display using the 4-bit parallel connection method.
    • How to use the ESP01S WiFi module with an Arduino Uno.
    • How to configure the ESP01S Wifi module using its AT command set.
    • How to use the above mentioned hardware within the limited resource constraints of the Arduino Uno.
    • How to create an Arduino shield PCB in KiCad to replace the prototyping breadboard.

    Who is this for?


  • Post-beginner Arduino makers.
  • Anyone looking for an opportunity to complete their first non-trivialArduino project.
  • Anyone looking for a quick win and bolster their confidence.
  • More details


    Description

    With this course, you will apply the knowledge you acquired from Arduino Step by Step Getting Started to create a simple Internet of Things device.

    This course aims to give you the opportunity to complete your first Arduino project that is non-trivial, combines modern hardware and software components, and includes an Internet of Things element.

    In designing this course, one of my core objectives was to make this project course small and focused in scope. With this project, I want to give you a quick win and bolster your confidence so that you will feel good about continuing with bigger and more complicated projects.

    In this course, you will learn to use an Arduino Uno along with these peripherals:

    • The DHT11 sensor.

    • The photoresistor.

    • The 2x16 LCD display with the 4-bit parallel connection method.

    • The ESP01S WiFi module.

    You will learn how to assemble those peripherals into a single circuit. You will also learn how to calculate the appropriate fixed resistor for the photoresistor so that light sensor readings are accurate.

    On the software side of the project, you will learn how to write a sketch that:

    • Makes use of the peripherals within the limited resource constraints of the Arduino Uno.

    • Design a web and mobile dashboard that displays sensor data and controls the Arduino.

    You will also learn how to power your Arduino motor project with one or two batteries to separate the Arduino and motor sub-circuits.

    Hardware

    Most of the hardware I used in this course is conveniently part of the "3 in 1 IoT/Smart Car/Learning Kit for Arduino" by Sunfounder.

    This kit contains an Arduino Uno clone board, the sensors, the wifi module, assorted resistors, wires and the breadboard.

    This hardware is not included in this course, and you must purchase it separately.

    You can purchase these items as part of a kit sold by Sunfounder, or individually from your preferred retailer.

    Before you purchase any hardware, please take a few minutes to watch the lecture, "Hardware and kit overview", where I discuss all hardware components needed in this course.

    This course has a prerequisite: Arduino Step-by-Step Getting Started

    This is not an introductory course.

    You should know how to wire up simple circuits on a breadboard and upload a sketch to your Arduino.

    You should be able to read and understand simple Arduino code, install external libraries to the Arduino desktop IDE, and know how to fix simple code bugs and wiring errors.

    If you don't feel confident about the skills I described, I recommend that you complete my course Arduino Step by Step Getting Started before attempting this course.

    Who this course is for:

    • Post-beginner Arduino makers.
    • Anyone looking for an opportunity to complete their first non-trivialArduino project.
    • Anyone looking for a quick win and bolster their confidence.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Dr. Peter Dalmaris
    Dr. Peter Dalmaris
    Instructor's Courses
    Peter Dalmaris is an educator, electrical engineer, electronics hobbyist, and Maker. Creator of online video courses on DIY electronics and author of three technical books, and has recently released his book Maker Education Revolution.  As a Chief Tech Explorer since 2013 at Tech Explorations, the company he founded in Sydney, Australia, Peter’s mission is to explore technology and help educate the world. Tech Explorations offers educational courses and Bootcamps for electronics hobbyists, STEM students and STEM teachers.A life-long learner, Peter’s core skill is in explaining difficult concepts through video and text. With over 15 years of tertiary teaching experience, Peter has developed a simple yet comprehensive style in teaching that students from all around the world appreciate. His passion for technology and in particular for the world of DIY open source hardware has been a dominant driver that has guided his personal development and his work through Tech Explorations.Peter’s current online courses have helped over 60,000 people from around the world to be better Makers. For more information on Peter's work, please go to his web site, techexplorations dot com.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 25
    • duration 3:08:19
    • Release Date 2023/05/05