Considering Arduino Mega? Watch this first!

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ค. 2024
  • 🤩 Check out this Free Arduino Course 👇
    bit.ly/get_Arduino_skills
    Want to learn more? Check out our courses!
    bit.ly/3KjdBAl
    _/\\\\\\\\\\\\\_____\\\\\\\\\\\\\\\_____/\\\\\\\\\___
    \/\\\/////////\\\_\___\\\///////////_______/\\\\\\\\\\\\\_
    \/\\\_______\/\\\__\/\\\____________/\\\/////////\\\
    \/\\\\\\\\\\\\\/___\/\\\\\\\\\\\_____\/\\\_______\/\\\
    \/\\\/////////_______\/\\\///////________\/\\\\\\\\\\\\\\\
    \/\\\_____________\/\\\______________\/\\\/////////\\\
    \/\\\_____________\/\\\______________\/\\\_______\/\\\
    \/\\\_____________\/\\\\\\\\\\\\\\\____\/\\\_______\/\\\
    \///_______________\///////////////_________\///________\///_
    We designed this circuit board for beginners!
    Kit-On-A-Shield: amzn.to/3lfWClU
    FOLLOW US ELSEWHERE
    ---------------------------------------------------
    Facebook: / programmingelectronics...
    Twitter: / progelecacademy
    Website: www.programmingelectronics.com/
    **About Us:**
    This Arduino lesson was created by Programming Electronics Academy. We are an online education company who seeks to help people learn about electronics and programming through the ubiquitous Arduino development board.
    **We have no affiliation whatsoever with Arduino LLC, other than we think they are cool.**
    00:00 Introduction
    00:12 Arduino Mega 2560 Rev3
    00:37 Input/Output Pins
    01:27 8KB SRAM
    02:03 4 UARTS
    02:36 ATmega2560
    03:25 Other Specs
    03:58 Mega Saved my life...

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

  • @michaelcooley3733
    @michaelcooley3733 ปีที่แล้ว +20

    I've got to say the host has an excellent presentation voice. Well paced, clear dialog with enunciation at just the right point for emphasis and hold ones interest. Excellent well presented material to help get me on my way to Arduino programming. Happy to be a subscriber. Two thumbs up!

  • @colepdx187
    @colepdx187 ปีที่แล้ว +10

    No, an Arduino MCU board WILL NOT stop a bullet--ever. :)

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

    Didn't expected such a hard-worked video for explaining what is explained. Straight to the point and fun to watch. There is no other way you could have done it better: perfection.

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

    For those of us who build Virtual Pipe Organs, the Mega is a godsend. Faced with the task of scanning a keyboard with 61 switches, this can be done in parallel with the Mega with pins left over. This avoids the complexity of matrix wiring and the need for isolating diodes. Just slap on a MIDI shield and one is good to go. I have used dozens of Arduino Megas in various ways for not only VPOs but also in pipe organs and they have always performed flawlessly. Just finished MIDIfying a three manual Rodgers console and used six Arduino Megas.
    And don't forget the built in pull-up resistors! A brilliant and most useful feature especially when polling 61 switches.

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

    I Love the external memory expansion and that with a little „surgery „ you can manipulate & use the unused pins on the USB converter.

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

    I recommend the elegoo mega if you want a low price

  • @coopersharp2921
    @coopersharp2921 5 หลายเดือนก่อน +1

    I am starting a project that needs at least 8 servos, can the regular arduino handle that, or should i go with the mega?

  • @gazzacroy
    @gazzacroy ปีที่แล้ว +4

    i love the mega, i know it old now but i still think its really cool. the first one i learned on so i guess i look at it like an old c64 which we all love still to this day :) cool video :)

  • @paparoysworkshop
    @paparoysworkshop 11 หลายเดือนก่อน +1

    There is another board out called the Arduino Mega PRO which is 1/3 the size. I don't think this is an original Arduino board and there are a few different versions of the board. I would need to do some research on it. I bought one just to play with and it seems to work fine. You get all of the I/O pins and only a third of the size. But when you consider how many wires you could connect to it, is it really a space saver? Regardless, I've bought one, played with it and I do like it. But I doubt I will ever dedicate it to any one project. Part of me just likes to have all of the different boards out there, even if I never use them. 😁

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

    Very funny video! I actually got my Mega for my birthday - that's why I'm using it for my current project. I consider Arduinos more as a prototyping or proof-of-concept solution. So it's fine to use any that meets the requirements - for most projects any Arduino will be sufficient. When going productive or as finishing touch of a project, I'd rather design a custom board with exactly the required components/connections.

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

    Yes, it has more io pins etc which is fine if you need them, the main difference it the flash ram which means the mega can handle bigger programmes. ESP32 eats them all in speed and connectivity.

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

      Very true Ian. If you want the connectivity and the speed, the ESP32 would be the way to go.

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

      However the esp32 is not 5v

  • @Dewal4
    @Dewal4 3 หลายเดือนก่อน +1

    You didn't mention that mega are slower than uno. And when you want to crank up speed use Esp32. It's a lot faster, but longer compile sketch :/ which isn't helpful for prototyping. Mega is the best when you need lots of pins (specially 4 UARTS). But why you need so many pins when you can use multiplexer etc

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

    The 'missing link' in the arduino world is the EASY interfacing of displays with the boards and still having some input/output pins spare. If you use the uno shield there are few pins available to do anything where as the mega has so many GPIO pins that I have never run out of them using the TFT shield. I am currently struggling to get a 3.5" tft display using SPI to work with a nano, getting a driver from a library that works using level shifters for some of the signals makes prototyping fiddly and frustrating. You also run out of memory very quickly if you are intending to implement a series of menus, Ease of interface and plenty of storage is where the mega wins hands down in my opinion.

  • @mikerilling2745
    @mikerilling2745 5 หลายเดือนก่อน +1

    The Arduino MEGA 9XLA
    is where it’s at for 2024

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

    Hi can you make a video of what’s the best way to connect and use a electronic speed controller with Arduino controlling both speed and direction .

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

    The Mega is very old now and apart from its great I/O is really rather low spec these days. The Arduino Due has the same I/O capability and the same physical layout but it is way better than the Mega in every sense. The Due is a 3.3V device, which is now much more common than 5V and it is far more powerful in every regard. More recently the Arduino Giga offers even more GPIO plus built in WiFi, RTC and many other features, again in the Mega physical packaging. If you need the large I/O capabilities of the Mega range then the Due or Giga are better options IMO. If you need more than the Uno but not as much as the Mega/Due/Giga then the Teensy 4 range is also an excellent option.

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

    What is the max current draw on Mega vs Uno?

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

    Thanks for the comparison I have Been experimenting with Arduino for 4 years now , but I burnt the Uno board was thinking to buy which one to buy thanks alot

  • @Bianchi77
    @Bianchi77 8 หลายเดือนก่อน +1

    Well done, nice video,thanks for sharing it with us :)

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

    Yes, but do you really need all that capability. Though I have to admit that there is not that much of a price difference between the Mega and the Uno with all the clones out there. I personally prefer the ESP32 with Wi-Fi option, mostly because of the size though the Arduino boards are probably easier to use for a beginner.

  • @Vittalb461
    @Vittalb461 2 หลายเดือนก่อน +1

    Tbh the only reason I’m buying one is so I can program a screen and an actually useful project at the same time.

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

    My Arduino uno seems to run on 4.95 volts

  • @Pippo.Langstrumpf
    @Pippo.Langstrumpf ปีที่แล้ว +4

    I think it's important to choose one with 3.3V Supply.

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

      Definitely something worth considering!

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

      I blew a couple of LEDs on 5v... the 3.3v is a godsend

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

      It has one...

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

    I'll get it because UARTs. It's more expensive and blah blah but the majority of transducers works i2c or async or serial in any case.
    to me, the best option, would have been a nano with 3 UARTs.

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

    A portrait of the Mega, "UARTS and all".

  • @johntoe6127
    @johntoe6127 10 หลายเดือนก่อน +1

    If I'm being shot at, I'm going to hide behind an old IBM 360...aka the 'Big Iron'.
    Otherwise, at $3.85 a pop, I'll stick with the ESP32.

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

    Thank you

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

    So what I'm hearing you say is the Mega has a buttload more of everything than the Uno.

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

    03:58 - that's how I decided - I choose mega 🤣🤣🤣

  • @saiful-islam
    @saiful-islam 4 หลายเดือนก่อน

    dual core will help me 😥

  • @msg1956
    @msg1956 6 หลายเดือนก่อน +1

    Very Good..!

  • @adventureman6997
    @adventureman6997 9 วันที่ผ่านมา

    arduino mega W body armor

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

    So that's what you actually look like. Been listening to the podcast for a few weeks
    But please stop blaming josh!

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

    Save your life? That's a stretch! LOL

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

    lol

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

    Bit late to the show.. Arduino GIGA R1 is where it's at.

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

      Agreed. Or the Due. Both are far more capable than the Mega.