What Is Arduino? What Can You Do With It? Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2025

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

  • @ChrisVranos
    @ChrisVranos 3 ปีที่แล้ว +9

    Thank you for this video. I've never worked with electronics in any capacity before, and you really nailed it in an understandable way.

  • @FueledByRyan0
    @FueledByRyan0 ปีที่แล้ว +3

    Great video, thanks!
    I work with Industrial PLCs for a living and primarily use Ladder Logic with very limited structured text and function block diagram in the programming. I was going to mention the micro/mili secont bit but saw someone already did. Cool to see it used here as it is the most common time base used in the PLCs that I've seen. I want to start picking up some DIY projects and learn a bit more of textual programming language. Thank you for the vid and recommendation on the starter board. I want to see what functions I am able to mimic from ladder logic and for my first real project I want to make an automatic pet feeder for 2 cats ! 😄 Thanks again!

  • @Megalocade
    @Megalocade 9 หลายเดือนก่อน +2

    I've been using mine with an lcd key shield to code in security keys for game boards but just lately been wondering what else i could use it for, its a great bit of kit.

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

    This was a very helpful intro, thank you!

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

    Enlightening, informative, well presented!

  • @jholmesgt
    @jholmesgt 3 ปีที่แล้ว +28

    I think he might be misusing the term microsecond. There are 1,000,000 microseconds per second. There are 1,000 milliseconds per second.

    • @MakeUseOf
      @MakeUseOf  3 ปีที่แล้ว +15

      Ahh, good catch.

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

    quite informative info. Thank you.

  • @Drxxx
    @Drxxx 3 ปีที่แล้ว

    Great video

  • @UFO_researcher
    @UFO_researcher 2 ปีที่แล้ว +2

    The time is in milliseconds, micro means "1 millionth".

  • @Chemy.
    @Chemy. 3 ปีที่แล้ว

    nice one, but u might to give it a replay to get it a little bit more clear

    • @blackterminal
      @blackterminal 18 วันที่ผ่านมา +1

      Play him at half speed.

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

    As a fan of JavaScript, Solid.js and Node.js - coming to Arduino - I really hate the semicolons in C++. I think I need to install MicroPython.

  • @stevew1904
    @stevew1904 23 วันที่ผ่านมา

    Great video! Informative and presented in a helpful, understandable way. But... 1000 microseconds = 1 millisecond, 1000 milliseconds = 1 second. I'm sure you mean milliseconds, not microseconds, as programming a delay in microseconds wouldn't lead to anything useful.

  • @jumamsogoti373
    @jumamsogoti373 14 วันที่ผ่านมา

    Good

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

    How is this compared to the raspberry pi?

    • @MakeUseOf
      @MakeUseOf  3 ปีที่แล้ว +7

      Arduino is best suited to learning electronics and simple C programming. If you have an idea for an electronic project and need to prorotype it quickly, choose Arduino. Raspberry Pi is more like a mini-computer that you download software for, and while it can interact with electronics, it's a bit more of a faff and you have the overhead of an operating system, so things can run slower. Raspberry Pi is better if you need things like a user interface, mouse/keyboard etc things that need drivers.

  • @George-nt8uw
    @George-nt8uw 4 หลายเดือนก่อน +1

    Milli-seconds, not micro-seconds in delay

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

    Ardrino hardware make a stereo music system

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

    In typical nerd fashion, some insanely complex topics are brushed over as if "everybody knows that." The programming code and syntax are utterly incomprehensible. He makes no mention of where to find and learn that code. Ardiuno cannot be used without knowing that secret coder language, so, in a sense, this video is useless.

    • @MakeUseOf
      @MakeUseOf  ปีที่แล้ว +7

      I didn't even remotely brush over it. This video explains what Arduino is and what you can do with it, not how to start coding with it.

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

      Maybe when you do the coding video you can give the list code , I’m new to this and we’ll I would also like to understand how it actually works in projects to do

    • @Daniel_WR_Hart
      @Daniel_WR_Hart 8 หลายเดือนก่อน

      He said Blink is an extension of C, so if you learn C from a dedicated C tutorial, you will be off to a good start learning Blink

  • @NurullohSolijonov-i1h
    @NurullohSolijonov-i1h ปีที่แล้ว +1

    thanks