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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @bobbylee6859
    @bobbylee6859 วันที่ผ่านมา

    Man, you're great. Merry Christmas and thank you. It's nice to see someone that wants to help :)

    • @joedgoh
      @joedgoh  วันที่ผ่านมา

      Thank you and Merry Christmas! 🎅🎄🤶

  • @fjdelahoz
    @fjdelahoz ปีที่แล้ว +1

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

    • @joedgoh
      @joedgoh  ปีที่แล้ว

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

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

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

  • @310765
    @310765 ปีที่แล้ว

    Amazing 🤩

    • @joedgoh
      @joedgoh  ปีที่แล้ว

      Thank you! Cheers!

  • @md.emranhossain8156
    @md.emranhossain8156 ปีที่แล้ว

    Thanks for your help 🎉

    • @joedgoh
      @joedgoh  ปีที่แล้ว

      You're welcome 😊

  • @mixme8655
    @mixme8655 ปีที่แล้ว

    Sir can't wait for lesson 3 heheh❤

    • @joedgoh
      @joedgoh  ปีที่แล้ว +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 ปีที่แล้ว

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

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

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

  • @aberateklehaimanot9804
    @aberateklehaimanot9804 ปีที่แล้ว

    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 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน

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

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

      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