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

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 24

  • @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.

  • @jholmesgt
    @jholmesgt 3 роки тому +24

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

  • @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!

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

    This was a very helpful intro, thank you!

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

    Enlightening, informative, well presented!

  • @rimantasdanilevicius6754
    @rimantasdanilevicius6754 10 місяців тому

    quite informative info. Thank you.

  • @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.

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

    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.

  • @UFO_researcher
    @UFO_researcher 2 роки тому +2

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

  • @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.

  • @Chemy.
    @Chemy. 3 роки тому

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

  • @Drxxx
    @Drxxx 3 роки тому

    Great video

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

    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  Рік тому +6

      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 10 місяців тому

      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 7 місяців тому

      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