Education is Life (joed goh)
Education is Life (joed goh)
  • 88
  • 763 872
04. How to Read Sensors? Analog vs. Digital | Arduino UNO R4 WIFI - IoT Development Crash Course
Sensors are everywhere, silently collecting data that helps automate and improve our world! In this video, Joed Goh teaches you how to become a sensor master and learn how to use them in your Arduino projects.
Discover how sensors "see" the world - We'll break down how sensors detect physical properties like rain, soil moisture, humidity, temperature, and barometric pressure. Learn to read sensor values and put them to work in your Arduino projects!
Analog vs. Digital Sensors: Choosing the right sensor - We'll unveil the key differences between these two types so you can pick the perfect sensor for your next creation.
This crash course lesson is your one-stop shop to transform your Arduino projects with the power of sensors!
Don't forget to like, comment, and subscribe for more tutorials and project ideas. Happy coding! 🎉
----------------------------------------------------------------------------------------------------------------
****************** Where to buy? **********************************
52Pi official website link:52pi.com/collections/new-arrivals/products/cloud-ready-starter-kit-for-arduino-uno-r4-wifi
Amazon - US link:amzn.to/3Kb0qzZ
Amazon - UK link:amzn.to/4c7rcVT
Amazon - DE link: amzn.to/3X6uiW6
Amazon - FR link: amzn.to/3x6pWDG
Amazon - IT link: amzn.to/3x2XZNb
Amazon - ES amzn.to/4aXwAdb
************************************************************************
------------------------------------------------------------------------------------------------------------------
TABLE OF CONTENTS
00:00 Introduction
00:58 Rain Sensor
09:34 Soil Moisture Sensor
10:55 Digital Sensors
11:14 Digital Humidity and Temperature Sensor (DHT11)
15:24 Digital Barometric Pressure Sensor (BMP280)
References:
microcontrollerslab.com/raindrop-sensor-arduino-detector/#:~:text=The%20working%20of%20the%20rain,are%20bridged%20through%20the%20water.
www.watelectronics.com/rain-sensor/
atlas-scientific.com/blog/analog-vs-digital-sensors-understanding-the-key-differences/
www.arduino.cc/reference/en/language/functions/analog-io/analogread/
------------------------------------------------------------------------------------------------------------------
PLAYLISTS:
Level Up with Arduino UNO R4 WiFi - IoT Development Crash Course
ua-cam.com/play/PLVTsfY7Kr9qjOA9hcP5FNqH9A5RGN2PDH.html
Arduino UNO R4 Minima Ultimate Training Course
ua-cam.com/play/PLVTsfY7Kr9qhzrfkvEuI1JhbqoOuchmKw.html
SunFounder Kit Product Review
ua-cam.com/play/PLVTsfY7Kr9qj3mVZgvStfVjFuecVrUim0.html
Designing Database Solutions with Microsoft SQL Server 2019
ua-cam.com/play/PLVTsfY7Kr9qjagmWoPLXPvdOk46C5IAB_.html
Artificial Intelligence and Machine Learning Foundations
ua-cam.com/play/PLVTsfY7Kr9qjMqXcOUEkB_rDHQVTVDYtY.html
IoT Development
ua-cam.com/play/PLVTsfY7Kr9qjVkq8aJmTXbiiy5h41ayRL.html
Android App Development in Kotlin
ua-cam.com/play/PLVTsfY7Kr9qimoaNmBCQQcvNi49EoKTWS.html
Embedded Systems using Arduino Uno
ua-cam.com/play/PLVTsfY7Kr9qhkfmq85MH2xObFIELuq_Vo.html
Data Structures and Algorithms using C#
ua-cam.com/play/PLVTsfY7Kr9qiTxECmzTVkLZt1DkaFEfUg.html
#arduino #52pi #iotdevelopment #arduinouno #arduinosoftware #programming #sensor #dht11 #soilmoisture #rainsensor #humiditycontrol #temperaturesensor #pressuresensor #analog #digital
Переглядів: 1 359

Відео

03. LED Matrix - Text, Graphics, & Animation | Arduino UNO R4 WIFI - IoT Development Crash Course
Переглядів 1,4 тис.4 місяці тому
Welcome to the third lesson of the Arduino Uno R4 WiFi - IoT Development Crash Course! In this video, Joed Goh takes your Arduino projects to the next level with the built-in 12x8 LED matrix! In this lesson, you'll learn everything you need to control it. * Learn how to display text, graphics, animations, and even play games on your LED matrix. * Master working with pixels using two-dimensional...
02. Master Arduino Programming in 40 minutes | Arduino UNO R4 WiFi - IoT Development Crash Course
Переглядів 1,1 тис.4 місяці тому
Welcome to the second lesson of the Arduino Uno R4 WiFi - IoT Development Crash Course! In this video, Joed Goh teaches you the essential programming concepts to help you master Arduino. Here's what you'll learn: 🔹 Data Types & Variables: Understand the basics of data types, variables, and constants to store and manipulate data effectively. 🔹 Control Flow: Master control flow with conditions an...
01. Level Up w/ Arduino UNO R4 WiFi: Features, Pinouts, & Programming - IoT Development Crash Course
Переглядів 2,2 тис.5 місяців тому
Welcome to the first lesson of the Arduino Uno R4 WiFi - IoT Development Crash Course! In this video, host Joed Goh dives deep into your toolbox for building amazing projects. You'll get to know all the essential components like sensors, displays, IoT modules, and actuators that you'll be using throughout the course. Joed also breaks down the exciting features of the new Arduino Uno R4 WiFi, hi...
Arduino UNO R4 Lesson15 - SSD1306 OLED Display | Text, Graphics, and Animation
Переглядів 6 тис.5 місяців тому
In today's lesson, Joed Goh teaches you how to use an SSD1306 I2C OLED Display and DHT 11 sensor to transform your Arduino UNO R4 into an environment monitoring station with a display that shows graphics and animation. Here's what you'll learn: 1. Connecting the DHT11 sensor to your Arduino. 2. Reading temperature and humidity. 3. Displaying text, graphics, and animation on SSD1306 I2C OLED Dis...
Arduino UNO R4 Lesson14. I2C 16x2 LCD Display | DHT11 - Humidity and Temperature Sensor | Heat Index
Переглядів 3,9 тис.5 місяців тому
In today's lesson, Joed Goh teaches you how to transform your Arduino UNO R4 into a powerful environment monitoring station! Here's what you'll learn: 1. Connecting the DHT11 sensor to your Arduino. 2. Reading temperature, humidity, and heat index. 3. Displaying all the data on an I2C LCD1602 display. By the end of this video, you'll have a complete project that monitors your environment! This ...
Arduino UNO R4 Lesson13 - Hardware Interrupts | Debouncing a Button
Переглядів 3,4 тис.5 місяців тому
Master the power of hardware interrupts in this exciting lesson of the Arduino UNO R4 - Ultimate Training series! Join Joed Goh as he dives deep into: * Implementing hardware interrupts for real-time responsiveness * Writing efficient interrupt service routines (ISRs) * Utilizing the volatile keyword for accurate data handling * Debouncing techniques to eliminate button bouncing issues Level up...
Arduino UNO R4 Lesson12 - millis Function | Handling Multiple Tasks | Non-Blocking Code
Переглядів 6 тис.7 місяців тому
This is the 12th lesson of the Arduino UNO R4 - Ultimate Training series. Joed Goh discusses how to use millis function instead of delay to manage multiple tasks. Where to buy? Amazon US SunFounder Ultimate Sensor Kit with Original Arduino Uno R4 Minima - amzn.to/3FCX06P SunFounder Ultimate Starter Kit with Original Arduino Uno R4 Minima - amzn.to/3MqfSKd SunFounder Official Website: www.sunfou...
Arduino UNO R4 Lesson11 - Servo Motor | Single-Axis Solar Tracker using Photoresistors
Переглядів 1,7 тис.8 місяців тому
This is the 11th lesson of the Arduino UNO R4 - Ultimate Training series. Joed Goh discusses Servo Motors and Building a Single-Axis Solar Tracker using photoresistors. He also shows how to control a servo motor using 2 different Servo libraries. Then, he explains how to position a servo motor using a potentiometer and a photoresistor. At the end of this lesson, you should be able to create a s...
How to Build a Smart Home with Your Kids? Build, Learn, and Play - Smart Home for a Smart Kid!
Переглядів 8038 місяців тому
This video highlights the unboxing, assembly, demo, and review of the ACEBOTT Smart Home Learning Kit. Joed Goh and his daughter, Lianah Jewel, talk about the pros and cons of this smart home learning kit. Watch until the end to see if this kit is the right learning for you and your kids. Where to buy? www.acebott.com/products/qe007-acebott-adventure-series-smart-home-kit www.aliexpress.us/item...
Arduino UNO R4 Lesson10. Arrays and Piezo Buzzers | Playing Musical Tones
Переглядів 1,2 тис.8 місяців тому
This is the 10th lesson of the Arduino UNO R4 Minima Ultimate Training Series. In this video, Joed Goh explains how Piezo buzzers work and how different frequencies can produce musical tones. He explains the importance of using arrays in organizing data to deliver efficient Arduino codes. At the end of this lesson, he shows how to write a program that plays melodies using arrays and a passive p...
Arduino UNO R4 Lesson 09. User-Defined Functions and Serial Input | Potentiometer to Control RGB LED
Переглядів 1,3 тис.9 місяців тому
This is the 9th lesson of the Arduino UNO R4 Minima Ultimate Training Series. In this video, Joed Goh explains how to create custom functions (user-defined functions) in organizing Arduino codes. He explains the concept of a function parameter and return value. He also illustrates creating a dynamic program that accepts user input through a Serial monitor in controlling RGB LED. Finally, he dem...
Arduino UNO R4 Lesson 08. Controlling RGB Full Color LED through Pulse Width Modulation (PWM)
Переглядів 1,6 тис.9 місяців тому
This is the 8th lesson of the Arduino UNO R4 Minima Ultimate Training Series. In this video, Joed Goh explains how to control RGB LEDs through Pulse Width Modulation or PWM. He shows several examples of how to mix Red, Green, and Blue colors to produce an array of colors. He also illustrates how to make a program for RGB LED fading effect. Where to buy? SunFounder Official Website: www.sunfound...
Arduino UNO R4 Lesson 07. Understanding Photoresistors | nested if, else-if, and for-loop
Переглядів 1,4 тис.9 місяців тому
This is the 7th lesson of the Arduino UNO R4 - Ultimate Training Series. In this video, Joed Goh explains the use of photoresistors, also known as Light-Dependent Resistor (LDR), in creating a light-activated LED sequence project. He also explains how to use nested if, else-if, and for-loop statements. Where to buy? SunFounder Official Website: www.sunfounder.com/?ref=hmqmlw0e SunFounder Ultima...
Arduino UNO R4 Lesson 06. How to Read Analog Sensors? Potentiometer | Bits, Bytes, & Binary Numbers
Переглядів 2,5 тис.9 місяців тому
This is the 6th lesson of the Arduino UNO R4 Minima Ultimate Training Series. In this video, Joed Goh discusses Analog-to-Digital Converters (ADC) in Arduino UNO R4. He explains the concept of analog signals using a potentiometer and the SunFounder Rotation Sensor Module. He also introduces the while loop statement in implementing Decimal to Binary conversion. Where to buy? SunFounder Official ...
Arduino UNO R4 Lesson 05. Digital Inputs | Pull-up & Pull-down Resistors | if-else statements
Переглядів 2,4 тис.10 місяців тому
Arduino UNO R4 Lesson 05. Digital Inputs | Pull-up & Pull-down Resistors | if-else statements
Arduino UNO R4 Lesson 04. Variables, Data Types, and Constants | Arduino Ultimate Training Course
Переглядів 2,2 тис.10 місяців тому
Arduino UNO R4 Lesson 04. Variables, Data Types, and Constants | Arduino Ultimate Training Course
Arduino UNO R4 Lesson 03. Series and Parallel Circuits | Breadboarding for Absolute Beginners
Переглядів 2,3 тис.11 місяців тому
Arduino UNO R4 Lesson 03. Series and Parallel Circuits | Breadboarding for Absolute Beginners
Arduino UNO R4 Lesson 02. Arduino Programming for Absolute Beginners using the New Arduino IDE ver.2
Переглядів 2,7 тис.11 місяців тому
Arduino UNO R4 Lesson 02. Arduino Programming for Absolute Beginners using the New Arduino IDE ver.2
Arduino UNO R4 Lesson 01. Pinouts | Features | Installation and Setup | Ultimate Training Course
Переглядів 6 тис.11 місяців тому
Arduino UNO R4 Lesson 01. Pinouts | Features | Installation and Setup | Ultimate Training Course
Raspberry Pi Pico 4WD Smart Car Assembly and Review | SunFounder
Переглядів 2,7 тис.Рік тому
Raspberry Pi Pico 4WD Smart Car Assembly and Review | SunFounder
Comprehensive Product Review: SunFounder 3-in-1 IoT / Smart Car / Learning Kit for Arduino
Переглядів 1,3 тис.Рік тому
Comprehensive Product Review: SunFounder 3-in-1 IoT / Smart Car / Learning Kit for Arduino
13. Transactions and the ACID properties of RDBMS | Designing Database Solutions with MS SQL Server
Переглядів 676Рік тому
13. Transactions and the ACID properties of RDBMS | Designing Database Solutions with MS SQL Server
12. Triggers and Audit Trail - Designing Database Solutions with Microsoft SQL Server 2022
Переглядів 2,1 тис.Рік тому
12. Triggers and Audit Trail - Designing Database Solutions with Microsoft SQL Server 2022
11. Stored Procedure in Microsoft SQL Server. HOW to implement it and WHY it is important?
Переглядів 1,3 тис.Рік тому
11. Stored Procedure in Microsoft SQL Server. HOW to implement it and WHY it is important?
10. Functions in Microsoft SQL Server 2022 for Code Reusability and Efficiency
Переглядів 764Рік тому
10. Functions in Microsoft SQL Server 2022 for Code Reusability and Efficiency
09. How do SQL VIEWS work in Microsoft SQL Server 2022? Complete Explanation with Codes.
Переглядів 1,2 тис.Рік тому
09. How do SQL VIEWS work in Microsoft SQL Server 2022? Complete Explanation with Codes.
06. ESP32 + Firebase Realtime Database + Android Studio - IoT Development
Переглядів 44 тис.Рік тому
06. ESP32 Firebase Realtime Database Android Studio - IoT Development
05 Firebase Realtime Database + ESP32 | How to save sensor data & read data to control devices?
Переглядів 107 тис.Рік тому
05 Firebase Realtime Database ESP32 | How to save sensor data & read data to control devices?
04 Easy IoT project w/ Arduino IoT Cloud - ESP32 | DHT11 Humidity & Temperature | Relay & DC Motor
Переглядів 76 тис.2 роки тому
04 Easy IoT project w/ Arduino IoT Cloud - ESP32 | DHT11 Humidity & Temperature | Relay & DC Motor

КОМЕНТАРІ

  • @hamada380
    @hamada380 14 годин тому

    Nice. Thanks JOED

  • @GeorgeSapanta
    @GeorgeSapanta 2 дні тому

    Sir Good Evening po ano gagamitin na library sa uno r4 wifi to connect to firebase and wifi? Thank you po.

  • @pyramidsinegypt
    @pyramidsinegypt 3 дні тому

    I'm going to view and like every video starting with this one and subscribe to your channel. It's not much but your videos should get more reach. Thank you for sharing your time and knowledge with us!

    • @joedgoh
      @joedgoh 2 дні тому

      Thank you so much. I appreciate your comment and actions toward my videos 😊 This is more than enough.

  • @Cheene-n2h
    @Cheene-n2h 3 дні тому

    Sir magkano po ang sunfounder na kit?

    • @joedgoh
      @joedgoh 3 дні тому

      Depende sa model/package. Eto yung gamit ko sa series na to. Pls check. SunFounder Ultimate Sensor Kit with Original Arduino Uno R4 Minima www.sunfounder.com/products/sunfounder-ultimate-sensor-kit-with-original-arduino-uno-r4-minima?ref=hmqmlw0e

  • @quixoticpj8577
    @quixoticpj8577 4 дні тому

    Thankyou ❤

  • @hansiehertzog6506
    @hansiehertzog6506 5 днів тому

    I need to retrieve data from firebase to Esp32. The authentication works and posting data works but I need to read data for signed in user

  • @iam_muni_baa
    @iam_muni_baa 8 днів тому

    Great work sir thanks

  • @brijusingh845
    @brijusingh845 9 днів тому

    Sir, please make tutorials series about this robotics car..

  • @freitagnachmittag6120
    @freitagnachmittag6120 10 днів тому

    Very helpful video. If you have problems by compiling the scetch please mind that the LEDC declaration / API was changed in the latest version (ledcSetup and ledcAttachPin is now ledcAttach).

  • @shingabiss
    @shingabiss 12 днів тому

    Excellent tutorial!

  • @МаксимТарабцев
    @МаксимТарабцев 18 днів тому

    Thankyou very much! I, it seems, did according to your project about 5 years ago and now i found it again, but already on a new controller and it already works!

  • @nikostzivas5358
    @nikostzivas5358 19 днів тому

    Sir ,can you post the complete code ? thanks you very much ! great video

  • @JoyceannCorpuz-wf6pd
    @JoyceannCorpuz-wf6pd 19 днів тому

    Hello, student here! May i know the code. We'll use it for our project. Thanks. It will help Alot!

  • @softsapphic46
    @softsapphic46 24 дні тому

    this was explained so well! thank you!

  • @jmangi1313
    @jmangi1313 24 дні тому

    Thank you so much, this video was very helpful and really well put together. Maraming Salamat Po!

  • @simontroyeligido3858
    @simontroyeligido3858 25 днів тому

    SIR i have encountered this in serial MOnitor "Failed to send data to Firebase. token is not ready (revoked or expired)" badly needed thanks

  • @gwatan_an02
    @gwatan_an02 25 днів тому

    Thank you for the excellent tutorial and clear explanation!

    • @joedgoh
      @joedgoh 25 днів тому

      Welcome and thanks for watching!

  • @burgerexe18
    @burgerexe18 26 днів тому

    Can you maybe do this for an app with flutter?

  • @richardsardini5585
    @richardsardini5585 26 днів тому

    Seems like a block of code is put out there, then everyone does it exactly the same. I would use a different approach. Simply use one variable such as Blink Blink=millis()+Millisecond interval you desire. millis()+1000=every second. then just check if millis()>Blink IF yes then check if pin is high or low and take appropriate action with your IF ELSE, if high set low and if low set it high. Then just put Blink=millis()+1000 just before exiting your if statement when you checked if millis() was > Blink.

  • @SwayamSahoo2004
    @SwayamSahoo2004 Місяць тому

    Thank you very much, it works now Was trying for around 8 hours, with different libraries and clients, and none of them worked, but finally, in the end, this works

    • @adamkhuzaimi3486
      @adamkhuzaimi3486 Місяць тому

      im having trouble which is error: on my token, can you help me?

    • @req_reqa5757
      @req_reqa5757 6 днів тому

      @@adamkhuzaimi3486 same problem, every 1 hour token failed

  • @ManarMahamoud
    @ManarMahamoud Місяць тому

    طلااب مستر محمود مجدي 😂❤❤❤❤

  • @mosquitar
    @mosquitar Місяць тому

    I've been binging your videos. They are really nice and informative. May we also have a tutorial about RTOS? Along with interrupts, I think this is also a very good and must see for beginners like us since we are stuck in a somewhat "linear" flow of our programs for our projects. I'm subscribing, hoping to see more content from you especially other micro controllers like STM32 and ESP32 even tackle other peripherals/lines like CAN and DMA. Thanks for the video!

  • @bradleyjohnston6112
    @bradleyjohnston6112 Місяць тому

    Alright, you've earned a subscriber! I like that your actually explaining the code instead of just saying "copy and paste this" like so many UA-camrs.

    • @joedgoh
      @joedgoh Місяць тому

      Thank you so much. I appreciate your comment 😊

  • @NoName-ut9wd
    @NoName-ut9wd Місяць тому

    How we can reset millis(), after 50 days it will be overflow !!!

  • @OarAdel
    @OarAdel Місяць тому

    اللي جي من عند محمود مجدي يجي هنا 😂😂😂❤ واللي مش فاهم يفعل الترجمه على الفيد

    • @HagerAlaa-m4o
      @HagerAlaa-m4o Місяць тому

      اناومش فاهمه حاجه

    • @OarAdel
      @OarAdel Місяць тому

      @@HagerAlaa-m4o فعلي الترجمه ودوسي على الترجمه التلقائي واختاري اللغه العربيه

    • @EssamPro-iz6qz
      @EssamPro-iz6qz 15 днів тому

      تمام بس مراكم 😂

  • @markangelodizon9992
    @markangelodizon9992 Місяць тому

    Good Day sir , Ask lang po kung same method rin po kaya siya sa Raspberry Pi 4 ?? Thanks in advance po

  • @Hirenpanchasara
    @Hirenpanchasara Місяць тому

    Any car Crank and cam signal how to make code explain please

  • @Hirenpanchasara
    @Hirenpanchasara Місяць тому

    How to make car Crank and cam sensor signal timerone use explain please

  • @PrinceKumar-l7m5d
    @PrinceKumar-l7m5d Місяць тому

    Thank you for this knowledgeable content.

  • @wells071
    @wells071 Місяць тому

    I received my SunFounder Ultimate Sensor Kit the other day and my Photoresistor Module only has 3 pins (VCC, Ground & DO). Can I get an updated sigmatic and code to use?

  • @Platttraining
    @Platttraining Місяць тому

    I really enjoy your teaching style. I have myself and my students using these tutorials for learning how to use sensors, LEDs, motors, sound and pneumatics for animatronics. You do an amazing job as a teacher. Thank you so much.

    • @joedgoh
      @joedgoh Місяць тому

      Thanks you so much! 😊 Glad you like it. There are more lessons to come. Please share 😁

  • @neilausten9404
    @neilausten9404 Місяць тому

    Your esp32 always showed as offline. At what point did you bring it online. Thanks.

    • @joedgoh
      @joedgoh Місяць тому

      Sometimes the icon doesn't update to online, but it is.

  • @valakatz3967
    @valakatz3967 Місяць тому

    Vest tutorial, thank you. i will comtinui your tutorialsl. I also bought tlhe kit 2 weeks ago. so i cane scros you tutorials.

  • @1986ah
    @1986ah Місяць тому

    I'm using atmega and stepper driver for nema42. The problème I'm facing is big interférences wich disturbs arduino. Inputs become random even i use an external pullup resistor of 10k. The project works perfectly when the motor is off. How to fix EMI in this case. Note that in my project, i'm using two motors, a stepper nema42 and a 0.5kw 3 phase motor.

  • @iantcroft
    @iantcroft Місяць тому

    Thanks for your well explained videos. Do you have any videos on handling and parsing serial communication?

    • @joedgoh
      @joedgoh Місяць тому

      Thanks! This lesson covers parsing serial input: ua-cam.com/video/9DQxoMxzNlQ/v-deo.htmlsi=T3emWyBwJpTzKkxe

    • @iantcroft
      @iantcroft Місяць тому

      @@joedgoh Thanks, another great video.

    • @joedgoh
      @joedgoh Місяць тому

      Welcome. Thank you! Pls share 😊

  • @DeeGeeDeFi
    @DeeGeeDeFi 2 місяці тому

    you're a very good teacher, and this was an enjoyable and educational video!

    • @joedgoh
      @joedgoh 2 місяці тому

      Thank you!

  • @YuryGitman
    @YuryGitman 2 місяці тому

    Thank you

  • @oluwadamilolaadewuyi3125
    @oluwadamilolaadewuyi3125 2 місяці тому

    Thank you for the video sir, but what can i add to my code to see the ledcSetup() function so I can be able to compile and upload my code on the ide?

  • @oluwadamilolaadewuyi3125
    @oluwadamilolaadewuyi3125 2 місяці тому

    Thank you for the video sir, but what can i add to my code to see the ledcSetup() function so I can be able to compile and upload my code on the ide?

  • @prasadadavi6618
    @prasadadavi6618 2 місяці тому

    Awesome

  • @prasadadavi6618
    @prasadadavi6618 2 місяці тому

    You are awesome in explaining the concepts

  • @philgirard3956
    @philgirard3956 2 місяці тому

    Hello, thank you for this beautiful video. I'm a novice and I'm stuck doing the exercise. in the example the on and off time of the LED is the same, if I code the same principle for another LED, the first LED also lights up even though it should not. the off time of the first LED must be longer than the on time so that the second LED can light up in turn, and I don't know which line of code to intervene. where is the answer to the solution and sorry for my broken english. thank you

  • @marlonglodo1930
    @marlonglodo1930 2 місяці тому

    hello sir, my oled is SH1106,SSD1306 lib are not compatible

  • @catalanrodriguezjonathan4294
    @catalanrodriguezjonathan4294 2 місяці тому

    In my case, every time that I read a value from firebase a lot of times, the esp3 gets frozen for 1 min. Why does this happen?

  • @sabuvirus
    @sabuvirus 2 місяці тому

    Hi, need help. When I’m connecting my R4 Wi-Fi to my laptop, power and L Led are lighting up but windows is not detecting board and not assigned any com port. I’m using latest IDE and installed R4 board in it. What to do?

  • @samanegolshadi0
    @samanegolshadi0 2 місяці тому

    لطفا به من بگو برای رفع خطای پریویو چیکارکنم لطفا

  • @richardphillips1891
    @richardphillips1891 2 місяці тому

    Excellent description of Analog and Digital sensors. I tried using "bmp.readTemperature(true);" for the BMP280 sensor to get the Fahrenheit reading (like we used "dht11.readTemperature(true);" for the DHT 11 sensor), but it didn't work. Oh well, thought I'd give it a shot. I've enjoyed both this series and the "Arduino UNO R4 Minima" lessons. I look forward to the next lesson(s). Thank you!

    • @joedgoh
      @joedgoh 2 місяці тому

      Thank you for watching 😊 I'll try my best to continue both series asap. I just need to finish my deliverables for my full-time job.

  • @richardphillips1891
    @richardphillips1891 2 місяці тому

    I appreciate the thorough explanations. Thank you.

    • @joedgoh
      @joedgoh 2 місяці тому

      Thank you!

  • @richardphillips1891
    @richardphillips1891 2 місяці тому

    This has been very helpful. Thank you.

  • @richardphillips1891
    @richardphillips1891 2 місяці тому

    This was a very helpful lesson. Thank you.