Considering Arduino Mega? Watch this first!

preview_player
Показать описание
🤩 FREE Arduino Crash Course 👇👇

Want to learn more? Check out our courses!

__/\\\\\\\\\\\\\_____\\\\\\\\\\\\\\\_____/\\\\\\\\\____
_\/\\\/////////\\\_\___\\\///////////_______/\\\\\\\\\\\\\__
_\/\\\_______\/\\\__\/\\\____________/\\\/////////\\\_
_\/\\\\\\\\\\\\\/___\/\\\\\\\\\\\_____\/\\\_______\/\\\_
_\/\\\/////////_______\/\\\///////________\/\\\\\\\\\\\\\\\_
_\/\\\_____________\/\\\______________\/\\\/////////\\\_
_\/\\\_____________\/\\\______________\/\\\_______\/\\\_
_\/\\\_____________\/\\\\\\\\\\\\\\\____\/\\\_______\/\\\_
_\///_______________\///////////////_________\///________\///__

We designed this circuit board for beginners!

FOLLOW US ELSEWHERE
---------------------------------------------------

***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...
Рекомендации по теме
Комментарии
Автор

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.

johncoenraads
Автор

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!

michaelcooley
Автор

7 years ago I used a Mega2560 to make a temperature and humidity sensor. It still works today so that confirms the reliability also the DHT22 sensor is very accurate when compared to my HVAC testers.

postiemania
Автор

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.

dieciminuti
Автор

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

colepdx
Автор

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

chrissmith
Автор

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.

ianbertenshaw
Автор

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 :)

gazzacroy
Автор

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

Vittalb
Автор

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 .

aloksahu
Автор

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.

John_L
Автор

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. 😁

paparoysworkshop
Автор

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

mikerilling
Автор

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.

giacomolontra
Автор

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.

michaellinahan
Автор

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

Pippo.Langstrumpf
Автор

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

darp_ramani
Автор

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.

RommudohDev
Автор

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

Dewal
Автор

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

coopersharp