Arduino UNO R4 Lesson 02. Arduino Programming for Absolute Beginners using the New Arduino IDE ver.2

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 มิ.ย. 2024
  • This is the second lesson of the Arduino UNO R4 Minima Ultimate Training Series. In this video, Joed Goh talks about the fundamentals of Arduino Programming and illustrates how to use the tools and properly navigate through the new Arduino IDE version 2.
    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.sunfounder.com/?ref=hmqmlw0e
    ------------------------------------------------------------------------------------------------------------------
    TABLE OF CONTENTS
    00:00 Introduction
    01:55 Arduino IDE version 2
    03:20 SKETCHBOOK
    03:58 Boards Manager
    04:21 Library Manager
    07:19 Auto-Completion
    09:48 the setup and loop functions
    14:45 pinMode function
    15:48 digitalWrite function
    18:00 delay function
    19:06 LED_RX and LED_TX
    21:05 Programming Challenge Activity
    21:36 Up Next
    ------------------------------------------------------------------------------------------------------------------
    PLAYLISTS:
    Arduino UNO R4 Minima Ultimate Training Course
    • Arduino UNO R4 Minima ...
    SunFounder Kit Product Review
    • SunFounder Learning Kit
    Designing Database Solutions with Microsoft SQL Server 2019
    • Designing Database Sol...
    Artificial Intelligence and Machine Learning Foundations
    • Artificial Intelligenc...
    IoT Development
    • Internet of Things
    Android App Development in Kotlin
    • Android App Developmen...
    Embedded Systems using Arduino Uno
    • Embedded Systems using...
    Data Structures and Algorithms using C#
    • Data Structures and Al...
    References:
    www.javatpoint.com/arduino-ide
    circuitdigest.com/article/get...
    • New Arduino Tutorials
    flaviocopes.com/arduino-progr...
    woz-u.com/blog/what-is-syntax...
    docs.arduino.cc/software/ide-...
    docs.arduino.cc/software/ide-...

ความคิดเห็น • 14

  • @fjdelahoz
    @fjdelahoz 7 หลายเดือนก่อน

    Excellent tutorial . Very well done. Congratulations!! Looking forward to following the course and to the future lessons.

    • @joedgoh
      @joedgoh  7 หลายเดือนก่อน

      Thank you for the support I'll release lesson 03 by tomorrow 😁

  • @310765
    @310765 7 หลายเดือนก่อน

    Amazing 🤩

    • @joedgoh
      @joedgoh  7 หลายเดือนก่อน

      Thank you! Cheers!

  • @md.emranhossain8156
    @md.emranhossain8156 7 หลายเดือนก่อน

    Thanks for your help 🎉

    • @joedgoh
      @joedgoh  7 หลายเดือนก่อน

      You're welcome 😊

  • @harnaikhothi3277
    @harnaikhothi3277 5 หลายเดือนก่อน

    Hi mate can you recommend arduino c programming book as reference for beginners to intermediate pls love your first video wait for my board

  • @mixme8655
    @mixme8655 7 หลายเดือนก่อน

    Sir can't wait for lesson 3 heheh❤

    • @joedgoh
      @joedgoh  7 หลายเดือนก่อน +1

      Yes, currently working on it. A bit busy with my work. I hope I can release it by tomorrow. Thanks for the support!

    • @mixme8655
      @mixme8655 7 หลายเดือนก่อน

      @@joedgoh thank you sir God bless you and your family

  • @aberateklehaimanot9804
    @aberateklehaimanot9804 7 หลายเดือนก่อน

    superb,i have installed recently Arduino ide 2.2.1 Windows 11 ,but the feature is different and all the icons are not visible on the top,accessable only thru sketch and tools, and the code is only black not in color like the ordinary Araduino ide.any idea why.Thanks a lot

  • @spot2be
    @spot2be 4 หลายเดือนก่อน

    I am getting a compilation error 'LED_RX' was not declared in this scope. I did declare it in void setup() with pinMode(LED_RX,OUTPUT);. What am I doing wrong? (LED_BUILTIN, LED_RED, LED_BLUE show as possible choices while typing LED , but not LED_RX). Do I need to install a library that names these LEDs?

    • @joedgoh
      @joedgoh  4 หลายเดือนก่อน

      Hi, are you using the UNO R4 board? It is not going to work for R3.

    • @spot2be
      @spot2be 4 หลายเดือนก่อน

      Thanks for the reply. I was using the UNO R4 WIFI board. With the Minima I was able to call LED_RX and LED_TX. All is good now. Thnx@@joedgoh