Arduino Buying Guide [PLUS must-have accessories!]

  Рет қаралды 52,997

Programming Electronics Academy

Programming Electronics Academy

Күн бұрын

🤩 FREE Arduino Crash Course 👇👇
bit.ly/get_Arduino_skills
Want to learn more? Check out our courses! bit.ly/33ceYv4
Trying to figure out what Arduino you should buy? Check out this Arduino Buying Guide for beginners that lays out exactly what you should get!
**About Us:**
This Arduino tutorial was created by Programming Electronics Academy. We are an education company who seek 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.**

Пікірлер: 73
@programmingelectronics
@programmingelectronics 3 жыл бұрын
****If you like this, I think you'll like the premium Arduino training we offer. You can check it out here**** bit.ly/3lHyzcB
@khaben6986
@khaben6986 4 жыл бұрын
I'll tell you honestly my point of view I'm an electronic student and as it's logical I have to learn arduino since I need this microcontroller so I looked for the best sources on youtube as supportive vids for me... From all those I've watched, Your tutorial is definitely the best start for someone that didn't know anything about electronics before, Then I highly recommend all beginners to watch this channel ! You rocked it guy ! Please do more vids explaining 😊 Keep it up.
@skeetarus
@skeetarus 2 жыл бұрын
Thank you for making such a concise, clear video for people like me who don't understand all the tech speak! You have made my day.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
You're very welcome! Thanks for watching!
@nromy2006
@nromy2006 3 жыл бұрын
a very good explanation , thanks
@charosenz
@charosenz 7 ай бұрын
Perfect vid and thank you for no distracting background music!!!!
@programmingelectronics
@programmingelectronics 7 ай бұрын
Thanks for watching!
@marcotronic
@marcotronic 5 жыл бұрын
Excellent intro for beginners. I fell in love with Arduinos some years ago and my favourite board is the Arduino Pro Mini due to its small form factor and price. I usually get them as China clones for around 3-4 Euros each.
@programmingelectronics
@programmingelectronics 5 жыл бұрын
Thanks for the kind words Marcotronic! I'll have to order an Arduino Pro Mini - I have not checked those out quite yet.
@marcotronic
@marcotronic 5 жыл бұрын
@@programmingelectronics Awesome little devices. Be sure to get an FTDI interface as well to connect and program them if you don't own one already as the Pro Minis don't have them on board (unlike the Unos or other bigger boards)
@programmingelectronics
@programmingelectronics 5 жыл бұрын
Thanks for pointing that out! Luckily I have one of those laying around here.
@jeffreyosborne6747
@jeffreyosborne6747 5 жыл бұрын
Great vid. Well done!
@programmingelectronics
@programmingelectronics 5 жыл бұрын
Thank you!
@Anopeng
@Anopeng 5 ай бұрын
Actually Nano can cover almost everything you can do with Uno or Mega and even be better than those. It's compact and can be easily attached to the breadboard. It's true that it has less memory and pins, but in most cases you don't need that much. But even if you do, these parameters can be bypassed: more memory with code optimization and external storage, more pins with shift registers. The only (common) exception, in my opinion, is Uno-compatible shields.
@MrDhilishkumar
@MrDhilishkumar 2 жыл бұрын
In my project i have One LCD display one pressure sensor and two solenoid valve which Arduino should i select
@udaydikshit5056
@udaydikshit5056 2 жыл бұрын
I have got a uno 3 , though i have been following ardruino stuff since 2016 ,i still like the mega as it has more pins ,so be it miniature or big ,you can do it 99% of the time ,and they're actual value for the bucks
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Mega is great!
@duljayasavinu3814
@duljayasavinu3814 Жыл бұрын
I wanna get a mega because In case in the future I go to bigger projects I don’t have to buy it again
@TheBeast4Lif3
@TheBeast4Lif3 Жыл бұрын
I bought an Arduino Uno Host Shield without adapter please let me know what voltage can i use on it?
@dominicpalarchio4625
@dominicpalarchio4625 Жыл бұрын
Would you still choose the uno rev 3 as your top pick today?
@binodsharma9402
@binodsharma9402 3 жыл бұрын
Can u please suggest the best shield for arduino
@jeckztus
@jeckztus 4 жыл бұрын
Nice guide to Arduino
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Thanks!
@JustFun-iz9rf
@JustFun-iz9rf 2 жыл бұрын
Thanks this helps a lot
@programmingelectronics
@programmingelectronics 2 жыл бұрын
So glad it helped!
@Richie_
@Richie_ 2 жыл бұрын
I bought a kit and now studying at programming Electronics Academy. It costs me around 40p a day, UK ££. Well worth it. I also bought a sensor kit with 37 different sensors in it.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks for the shout out Richie! I hope you're find the training helpful!
@Richie_
@Richie_ 2 жыл бұрын
@@programmingelectronics I love it..
@binodsharma9402
@binodsharma9402 3 жыл бұрын
Can't u just send us the best link for the place to buy these
@andybratt6022
@andybratt6022 2 жыл бұрын
Your videos are just the ticket. I really like your style of instruction. I have a few questions that pertain to this topic and I've never seen them answered anywhere. First, is there an Arduino that is more of a DIN rail mount-able, professional, finished product? Like once you've prototyped your project...how do you make it neat and reliable? Next question is, can one Arduino handle multiple projects at once or is it best practice to assign one board to one task (ie. One board to manage your garden, one board to water your lawn, etc). Lastly, besides the programming language, what's the difference between an industrial plc and an Arduino? Thank you for your time and content. I'm considering becoming a member.
@programmingelectronics
@programmingelectronics 2 жыл бұрын
Thanks Andy! Great questions! I am not sure I have great answers however. I know there are more "industrial grade" vendors out there that supply things like DIN rail mounting, terminal blocks, and solid enclosures designed for those kind of applications. As far as "multiple project per board". I would say generally people have a dedicated Arduino board for a specific application they have built. It's not to say that a single Arduino board can't be responsible for reading several different sensors and processing/reporting/taking action according. I am not that well versed in PLCs, but from what I understand they are running small real time operating systems on them (not to say some Arduino's can't do that). Also, I believe it is the case that PLCs have for more I/O than you get from an Arduino. Again, I'm not that versed in PLCs, so please take that with a grain of salt. Best of luck!
@joeborovina4769
@joeborovina4769 6 ай бұрын
nice thank you
@programmingelectronics
@programmingelectronics 5 ай бұрын
Thanks for the note!
@aarora3899
@aarora3899 9 күн бұрын
Great video! You earned a subscriber
@programmingelectronics
@programmingelectronics 16 сағат бұрын
Awesome, thank you!
@simranbhola5854
@simranbhola5854 4 жыл бұрын
Can u make one guide for audrino shield guide, I m making a project, I need to connect 4 stepper motors to audrino ..would be a help if u can make one
@plutoniumisotope205
@plutoniumisotope205 4 жыл бұрын
3d printer right
@AndreasChristodoulou1989
@AndreasChristodoulou1989 5 жыл бұрын
Pretty sure the micro usb picture is actually an hdmi cable...
@programmingelectronics
@programmingelectronics 5 жыл бұрын
I does kind of look like an HDMI cable, but it is a micro USB cable, it was just a much closer up shot.
@VidarrKerr
@VidarrKerr 4 жыл бұрын
Yes, you are correct.
@VidarrKerr
@VidarrKerr 4 жыл бұрын
@@programmingelectronics NO, it IS an HDMI cable -- NOT a micro USB cable. A micro USB cable only has 4 wires/contacts, an HDMI cable has 19. The cable shown has 9 contacts on one side and 10 on the other.
@programmingelectronics
@programmingelectronics 4 жыл бұрын
Well, I stand corrected. I have no idea why I would have had an HDMI cable laying on my desk, but hey stranger things have happened. Thanks for the correction @Octopus Technology
@AaronBowley
@AaronBowley 3 жыл бұрын
lol i saw the comment first and then when I actually saw it in the video I was like what the heck that's def an hdmi lol. ps love the video it was a major help :)
@cancerix1700
@cancerix1700 3 жыл бұрын
7:08 "you may want to make sure you have a micro USB cable" *shows HDMI*
@sdwsom4287
@sdwsom4287 2 жыл бұрын
Don't be racist! At the end they are all cables. Cables lives matter.
@3dtexan890
@3dtexan890 2 жыл бұрын
I saw that too. I was looking at the comments to see if anyone noticed that. lol
@sasori4736
@sasori4736 4 жыл бұрын
Hey btw do you have an Instagram for the channel
@abhishekbhintade6965
@abhishekbhintade6965 5 жыл бұрын
Does size of code matters while buying Arduino Uno, nano or mini.
@bck-sj2xk
@bck-sj2xk 17 күн бұрын
any gift recommendations for someone that already owns the starter kit?
@programmingelectronics
@programmingelectronics 16 күн бұрын
Maybe an ESP32 development board?
@alexb.6800
@alexb.6800 Жыл бұрын
Intro theme - Codes by Waldoe
@programmingelectronics
@programmingelectronics Жыл бұрын
It's a mix from Bonus Beat Blast 2011 at Dub Labs...
@fish3010
@fish3010 8 ай бұрын
Regarding clones, the Elegoo is just fine, has the exact same components, same specs, not worth spending the Arduino price just for branding.
@vplayzgaming9602
@vplayzgaming9602 2 жыл бұрын
Is it a must to learn c++ when learning arduino?
@programmingelectronics
@programmingelectronics 2 жыл бұрын
A mixture of C/C++ is the programming language used with Arduino.
@leomuller9682
@leomuller9682 3 жыл бұрын
can someone tell me what that cable is called(to connect the Arduino to a pc) bc I can't understand him?
@damienchim7653
@damienchim7653 2 жыл бұрын
USB cable
@damienchim7653
@damienchim7653 2 жыл бұрын
USB cable
@MrAce-rs6ju
@MrAce-rs6ju 5 жыл бұрын
The problem not which Arduino to choose, the problem is to how to code :)
@boieperez3768
@boieperez3768 Жыл бұрын
i have already arduino uno
@programmingelectronics
@programmingelectronics Жыл бұрын
You should be set!
@becks0816
@becks0816 2 жыл бұрын
Price tag of an UNO (see 6:00): 22 USD (original) vs. maybe 4 USD for a clone? For sure I would pick the clone, because then I don't really care if I fry one of the babies while learning electronics.
@SummiNarang-qs2kx
@SummiNarang-qs2kx Жыл бұрын
Arduino price ...open link
@plageran
@plageran 4 жыл бұрын
I live in the wrong country, theses kits are bloody expensive
@plageran
@plageran 3 жыл бұрын
@@Sushilkumar-qt3rn RSA
@plageran
@plageran 3 жыл бұрын
@@Sushilkumar-qt3rn i got me the clone board for 120 Zar, the original Nano is from 500 Zar and up
@plageran
@plageran 3 жыл бұрын
@@Sushilkumar-qt3rn are converting from usd to zar or rupee to zar?
@plageran
@plageran 3 жыл бұрын
@@Sushilkumar-qt3rn it's worse when you convert to usd or euro, I'm guessing Wish is cheaper lmao
@duljayasavinu3814
@duljayasavinu3814 Жыл бұрын
An original uno for me is expensive and I mean it’s like 20000
@Inquire98
@Inquire98 4 жыл бұрын
Uno
@yashaswikulshreshtha1588
@yashaswikulshreshtha1588 3 жыл бұрын
Buy arduino mega. Thats it not more than that not less than tgat.
@sailingeden9866
@sailingeden9866 3 жыл бұрын
Buy the most expensive one.
@JxH
@JxH 5 жыл бұрын
Which Arduino board should I buy? Seriously? They're only a few dollars each. Unless you're poverty stricken (and thus you must be watching this KZbin video on a computer that you built yourself out of twigs and mud), then buy at least several of each. $20 would get a nice starter collection of Uno R3 x2, some Nanos, and a couple of Pro Minis.
Which Arduino IDE should I use?
13:43
Programming Electronics Academy
Рет қаралды 83 М.
11 Arduino Projects - They built what?!
7:04
Programming Electronics Academy
Рет қаралды 53 М.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 29 МЛН
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 8 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:25
CRAZY GREAPA
Рет қаралды 8 МЛН
Что купить новичку в Arduino? Большой обзор
21:49
Заметки Ардуинщика
Рет қаралды 874 М.
The 5 Best Arduino Starter Kits for 2022
8:09
AnotherMaker
Рет қаралды 15 М.
What is Arduino and can I use it for my project? [Beginner Friendly]
9:52
Programming Electronics Academy
Рет қаралды 138 М.
What is a Breakout Board for Arduino?
8:21
Programming Electronics Academy
Рет қаралды 98 М.
7 Arduino Tips for New Programmers
9:41
Programming Electronics Academy
Рет қаралды 45 М.
How I Started in Electronics (& how you shouldn't)
7:05
The AM Tech
Рет қаралды 608 М.
Arduino Unboxing: Arduino Sensor Kit vs Grove Beginner Kit
5:44
Geek Detour
Рет қаралды 70 М.
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
10 Incredible Arduino projects of the year 2022!
8:15
ToP Projects Compilation
Рет қаралды 680 М.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 29 МЛН