Тёмный

COMPARING ARDUINO (UNO, NANO & PRO MINI) - arduino-tutorials.net 

Bas on Tech
Подписаться 7 тыс.
Просмотров 133 тыс.
50% 1

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 150   
@Koastall
@Koastall 3 года назад
Very clear, very concise. Great video!! Thank you!!
@BasonTech
@BasonTech 3 года назад
Glad it was helpful! 😃
@chriskaprys
@chriskaprys 7 месяцев назад
Also, I'm not sure which, if any, of these three have this capability, but when I built a MIDI controller for my computer, I went with the Leonardo because it can be set to be recognised as a standalone USB device when plugged in.
@BasonTech
@BasonTech 6 месяцев назад
The Arduino Pro Micro can as well 😃
@chriskaprys
@chriskaprys 6 месяцев назад
@@BasonTech sweet!
@dieselboats7886
@dieselboats7886 5 лет назад
Thank you for sharing the mistake as well! much apprciated.
@BasonTech
@BasonTech 4 года назад
I felt so dumb when I tried to put it in the breadboard 😁
@redheart419
@redheart419 4 года назад
2:47 I think you were mistaken Nano with Micro / Leonardo. Nano doesn't have netive USB, so its difficult to trigger keyobard, mouse withou a middleware
@BasonTech
@BasonTech 4 года назад
Thanks for pointing out. It looks like the Nano can be used as HID with this library: github.com/NicoHood/HID
@spoozy666
@spoozy666 3 года назад
@@BasonTech The UNO can, the Nano can't. :)
@tryinghard1018
@tryinghard1018 4 года назад
Thank you for sharing. I have a question. How do you supply power to multiple arduino NANOs using a usb portable charger without a multiple usb ports, or without getting a usb multiple ports? Weight is a factor for me. Is it possible to power chain the Nanos?
@BasonTech
@BasonTech 4 года назад
Hi Muhd, if I understand you correctly you want to power multiple Arduinos on one portable charger. Don't pin me on this, but I think you can make a female plug for your portage charger, which then is wired to the Vin pin and GND of all the Arduinos you want. However you have to make sure the portable charger provides enough power for all of them.
@ahmadghosheh245
@ahmadghosheh245 2 года назад
Hey, does anyone know If the mini usb host sheild is compatible with the arduino uno, and If it is can you please supply a link with how to connect them together, thanks in advance!
@IC-kf4mz
@IC-kf4mz 2 года назад
The ending was awesome. However as a non electronics person, I would like to know what parts were exactly taken out from each model so that the size was possible to reduce.
@BasonTech
@BasonTech 2 года назад
Good question! I don't know by heart but the form factor doesn't necessary mean that components are removed. For example the original UNO has a large chip. The is also an SMD (surface mounted device) variant is which is tremendously smaller.
@wahyudinasution653
@wahyudinasution653 Год назад
where is arduino better for beginners?
@RandomGravel
@RandomGravel Год назад
​@@wahyudinasution653 arduino uno is the best choice for beginners
@anshumandwivedi6918
@anshumandwivedi6918 2 года назад
a video suggested me to use arduino nano in a project but we are not able to get it for a reason but we do have arduino mini can we use it in our project kindly reply fast as the due date is near i am just a beginner
@BasonTech
@BasonTech 2 года назад
Kinda depends on your project. For example shields will not fit on the mini
@Good13man
@Good13man 5 лет назад
Great comparison. Thank you for sharing!
@j.lietka9406
@j.lietka9406 2 года назад
The nano is better than the pro mini? Thanks
@BasonTech
@BasonTech 2 года назад
It is not a matter of "better" it is more what suits your project best
@minravex9919
@minravex9919 6 месяцев назад
hi...please can pro mini be used with TB6612fgn to drive DC or stepper motor...thanks
@BasonTech
@BasonTech 5 месяцев назад
You probably can. However make sure to checkout my video over stepper motors. You want to have the current for you motor separated from the Arduino.
@minravex9919
@minravex9919 5 месяцев назад
@@BasonTech thanks Sir
@aparnaelayat9938
@aparnaelayat9938 4 года назад
Thank you very much but I would like to point out that the comparison of the number of digital input-output pins is wrong. Uno has 13 indeed but Nano only has 14 and not 22. 22 is inclusive of the 8 Analog input pins too.
@BasonTech
@BasonTech 4 года назад
Hi, the description of this video contains links to the official Arduino website. For nano this is store.arduino.cc/arduino-nano which states "Digital I/O Pins: 22 (6 of which are PWM)" I guess they count analog pins as well.
@rolandberendonck3900
@rolandberendonck3900 3 года назад
@@BasonTech Every analog pin has the capability of being used as a digital pin. So in this case then the Uno and the pro mini would also have more digital pins. Next time use a comparison table of this kind of output in your conclusion; I was looking for that. Besided that: thanks very much for you good work Bas.
@ultrainstinct1181
@ultrainstinct1181 6 месяцев назад
Is the pro mini capable of working with a mpu9250?
@BasonTech
@BasonTech 5 месяцев назад
I guess, but I have never made it myself.
@michaelmeisman4731
@michaelmeisman4731 4 года назад
OK I am new to Arduino. If I am understanding this the units will perform the same functions. I need a unit that can accept up to 4 - 9 to 14 VDC inputs while controling up to 3 PWM outputs. So it seems that the ProMini may be the hot ticket for me on the final product. I have bought 2 UNO's and will use these for all the testing and design. Then I should be able to take the programs and dump them into the ProMini and it should work the same? Right?
@BasonTech
@BasonTech 4 года назад
Keep in mind there is a 8Mhz Pro Mini as well, where the UNO has a 16Mhz processor. So make sure you buy a 16Mhz Pro Mini, otherwise you have a twice as slow processor. Be aware that 14V will be too much, since the max is 12V. Your code is indeed the same, unless you use I2C pins, these might differ per Arduino model.
@BasonTech
@BasonTech 4 года назад
👉 Don't forget to check arduino-tutorials.net for more Arduino tutorials and projects. If you have questions, don't hesitate to ask them in the comments. Remember: There are no stupid questions 😃
@oli4004
@oli4004 4 года назад
I'm looking for a really tiny arduino board for my first ever project since it has to fit inside of a gearknob. So far I've seen Teensy LC/Teensy 2.0/Pro micro. Any recommendations? I need it for 3 button switches only, so really tiny project. (1 NO button and 2 NC buttons, nothing else)
@BasonTech
@BasonTech 4 года назад
The is this tiny Arduino www.kickstarter.com/projects/melbel/pico-the-worlds-smallest-arduino-board The ATtiny85 is also very small tinkersphere.com/boards/706-attiny85-breakout-board.html Hope this helps 😃
@makarandgadre8713
@makarandgadre8713 Год назад
Is it possible to make rubber ducky on nano?
@BasonTech
@BasonTech Год назад
I thing the nano has not enough cpu power to act as rubber ducky.
@samb.2877
@samb.2877 3 года назад
an arduino nano can't be used as a mouse or keyboard
@Mike40M
@Mike40M 10 месяцев назад
Good video. Though the idea of shields is not unique. Intel used it on their boards 40 years ago. I used them and later made designs with piggyback cards on top of my main boards.
@BasonTech
@BasonTech 9 месяцев назад
Not unique but very useful for the ones not want to solder or use breadboards 😃
@SpinStar1956
@SpinStar1956 3 года назад
Question: if you are looking at code that was developed on the Uno, what changes do you have to make to run that code on the nano or the pro mini. If you want you can just answer between the Uno and the nano because I agree that the nano in most cases is better than the pro mini. Thank you very much for making your video it really helps a lot!
@BasonTech
@BasonTech 3 года назад
From the top of my mind Uno to Nano is not much of an issue. The Nano has more analog pins so the other way around could be an issue. Also am I not very sure if the SPI pins differ on both devices. So keep that in mind if your code uses SPI. A more hardware related issue could be that the Uno is 5V and you might happen to have a 3.3V nano. This could potentially raise errors if you are using components that require 5V. Hope this helps 😃
@SpinStar1956
@SpinStar1956 3 года назад
@@BasonTech ok, thank you!
@sindesaiteja6314
@sindesaiteja6314 6 лет назад
Nice and clearly explained thank you 😊
@avaescaner
@avaescaner 5 лет назад
Thanks, very interesting. I saw a couple of inaccuracies, though. You count the analog pins in the Nano as digital too, but not on the other two boards. Analog pins can be used as digital in all boards, there should be more consistency there. Also, the Nano does not support Keyboard/Mouse emulation, it is the Arduino Leonardo, Micro and Sparkfun Pro Micro family the one that supports that feature.
@BasonTech
@BasonTech 5 лет назад
Hi, according to the specs at store.arduino.cc/arduino-nano a Nano has 22 Digital I/O pins. As with the input HID, you are right, thanks for pointing out :)
@gopalshekar986
@gopalshekar986 5 лет назад
@@BasonTech Tend to agree with aveascaner on the number of digital pins. The documentation tab in the link you've provided says "Each of the 14 digital pins .." and , elsewhere , "The nano has 8 analog inputs..". Looks like the 22 digital pins in the tech specs section refers to both analog and digita pins! This is confusing. Also, the diagram of the nano corroborates this - I am able to see the labels of 14 digital pins and 8 analog pins. Am i missing something ?
@BasonTech
@BasonTech 5 лет назад
@@gopalshekar986 I've checked the diagram and table, and I guess you are right. It looks like Arduino.cc counted the analog pins for digital I/O as well. Which is practically correct I guess since you can use the analog pins for digital as well. However it gets a bit confusing when only seeing 14 digital pins.
@cardsigner
@cardsigner 4 года назад
Which one can be powered with the smallest Lipo battery that will last for the longest time?
@BasonTech
@BasonTech 4 года назад
Theoretically all could in a way. What you need to think of is the minimum Arduino you need. How many I/O, how much processor power. In that wat you can determine the board with the minimal power consumption, and use that one.
@cardsigner
@cardsigner 4 года назад
@@BasonTech I was familiar with PIC16F84A 20 years ago as a hobby.. What do you think of PIC?
@BasonTech
@BasonTech 4 года назад
I literarily had to Google what it was 😄 So no opinion about that one. I am only familiar with Arduino, ESP8266 and RPI
@Hygix_
@Hygix_ 4 года назад
Thx for sharing the information,my dad just bought Arduino nano is a pretty curious wht I can do with it
@BasonTech
@BasonTech 4 года назад
Glad I could help! Make sure to checkout my Arduino beginner tutorials at arduino-tutorials.net which give you quite an idea what is possible 😃
@Hygix_
@Hygix_ 4 года назад
@@BasonTech thx,didt expect to get reply lol btw goodluck with your channel
@BasonTech
@BasonTech 4 года назад
Thanks! 😃
@Hygix_
@Hygix_ 4 года назад
@@BasonTech also,can you do tutorial how to make telegram with arduino nano,you know that telegram that use morse code
@BasonTech
@BasonTech 4 года назад
@@Hygix_ With the speaker tutorial I've made you should be able to make your own 😃
@sidharthan3349
@sidharthan3349 5 лет назад
Can we use Arduino uno instead of pro mini
@BasonTech
@BasonTech 5 лет назад
Everything depends on your needs. Check that the Arduino you use had the right amount of inputs and outputs, has the correct voltage and form factor for your project
@jexter6578
@jexter6578 5 лет назад
What about performance , I heard some modules don't work well with the nano but work great with uno ?
@BasonTech
@BasonTech 5 лет назад
That is new for me. Personally I've never experienced any speed issues. However that is just me. I can imagine some non-official boards could have issues. Do you have a source of this?
@bentyo-y7x
@bentyo-y7x 3 года назад
This video is very good!! I will buy NANO. Thank you!
@BasonTech
@BasonTech 3 года назад
Super! Have fun with coding! 😃
@MonteFleming
@MonteFleming 5 лет назад
What is the maximum total mAh you can draw from the Nano?
@BasonTech
@BasonTech 5 лет назад
I had to look this one up, but found arduino.stackexchange.com/questions/926/what-is-the-maximum-power-consumption-of-the-arduino-nano-3-0 Does this answer your question?
@MonteFleming
@MonteFleming 5 лет назад
@@BasonTech Yes--thank you!
@kimhansen6384
@kimhansen6384 5 лет назад
Good explanation. Thank you.
@VeryMuchBlessed
@VeryMuchBlessed 4 года назад
Good video for sure. Thanks for making this comparison. Very helpful sir.
@BasonTech
@BasonTech 4 года назад
Glad it was helpful! 😃
@ocean8142
@ocean8142 5 лет назад
Where is type for inverter by pure sine wave? Thanx
@BasonTech
@BasonTech 5 лет назад
Sorry I don't really understand your question. Could you please give a little more information?
@ezequielacevedo770
@ezequielacevedo770 3 года назад
Great video! now I know I must buy more nano or Unos
@BasonTech
@BasonTech 3 года назад
Thanks! I've put links to the devices in the description of the video 😃
@idkidk9204
@idkidk9204 4 года назад
Gonna use nano for rocket control :P
@BasonTech
@BasonTech 4 года назад
I always like ambition! Go for it! 😃
@kemala.7486
@kemala.7486 3 года назад
great information and tips. thank you
@BasonTech
@BasonTech 3 года назад
My pleasure! 😃
@SK-uh1ey
@SK-uh1ey 3 года назад
Thank you. Great video
@BasonTech
@BasonTech 3 года назад
Thanks 😃
@akshitsingh9080
@akshitsingh9080 4 года назад
Thank you very much. Your service is really appreciated.
@BasonTech
@BasonTech 4 года назад
Thanks!
@noushikhsanju8721
@noushikhsanju8721 5 лет назад
thanks for the video man it an valuable info
@samithgurusinghe2246
@samithgurusinghe2246 6 лет назад
Great video.Would you please post a video on power options for each nano and pro mini
@BasonTech
@BasonTech 6 лет назад
Thanks! Do you mean with power options things like batteries, power adapters etc.?
@GeorgeJFW
@GeorgeJFW 5 лет назад
Awesome video very well put together
@tonyhoffman8953
@tonyhoffman8953 2 года назад
Great job
@BasonTech
@BasonTech 2 года назад
Thanks, appreciated! 😃
@angelSI2023
@angelSI2023 5 лет назад
Thank you i very like d your video. I understanded better the diferences. I m trying to understand the Esp-32 programing i have headache now. THX
@bun_zees3245
@bun_zees3245 4 года назад
Please explain RAW pin of Arduino pro mini
@BasonTech
@BasonTech 4 года назад
The Arduino Pro Mini spec at arduino.cc/en/Main/ArduinoBoardProMini shows that it has an input voltage range of 3.35-12V (3.3V model) or 5-12V (5V model). If you want to provide your Arduino Pro Mini with 12V you need to supply this on the RAW pin. The Arduino voltage regulator will step this 12V on the RAW pin down to its operating voltage. RAW - Supplies the "raw" voltage to the board and will step it down to its operating voltage. VCC - Is the regulated 3.3V or 5V supply depending on which board you have.
@AChadi-ug9pg
@AChadi-ug9pg 5 лет назад
how to calculate the sapling frequency of an arduino
@BasonTech
@BasonTech 5 лет назад
Maybe this article answers your question? arduino.stackexchange.com/questions/699/how-do-i-know-the-sampling-frequency
@AChadi-ug9pg
@AChadi-ug9pg 5 лет назад
@@BasonTech i still just cant get it To work ! i did everything i saw on the Internet to have data stored in s.d card at a speed of at least 8kbps wich will match the sampling frequecy of the arduino 8000sps .. but i just cant 😭
@BasonTech
@BasonTech 5 лет назад
@@AChadi-ug9pg Weird. Have you tried the Arduino forums to see if someone can help you out?
@TrystansWorkbench
@TrystansWorkbench 5 лет назад
Thanks, that was very well explained. By the way "mini" is pronounced as "me" "knee". Your English is very good though. Excellent video.
@BasonTech
@BasonTech 5 лет назад
Good to know! Thanks :)
@neilmark8396
@neilmark8396 5 лет назад
No it's not, it's pronounced the way he says it.
@signalworks
@signalworks 5 лет назад
My-knee is definitely not right. I've usually heard it pronounced meh-knee though.
@brokenboatman
@brokenboatman 5 лет назад
It's pronounced min - ee at least in my opinion.
@brokenboatman
@brokenboatman 5 лет назад
It's interesting how differently people can say mini xD
@vipulsharma5836
@vipulsharma5836 5 лет назад
The codes of uno and nano will be same or not??
@BasonTech
@BasonTech 5 лет назад
If you mean the sketches you make, yes generally they are the same. But for example the pin numbers for the SPI interface differ per Arduino.
@jarasmus
@jarasmus Год назад
What is that annoying high frequency noise on a background?! Not possible to listen.
@BasonTech
@BasonTech Год назад
I guess it is the fan of my Macbook. It had a very hard time while recording and became very warm.
@noud8868
@noud8868 5 лет назад
Its the arduino micro which can be used as keyboard or mouse. Not the nano.
@kimhansen6384
@kimhansen6384 5 лет назад
The Micro has no USB port, so you can not be right.
@noud8868
@noud8868 5 лет назад
@@kimhansen6384 Arduino Micro is the smallest board of the family, easy to integrate it in everyday objects to make them interactive. The Micro is based on the ATmega32U4 microcontroller featuring a built-in USB which makes the Micro recognisable as a mouse or keyboard. That's copied from Arduino's website..
@ONNDMAD
@ONNDMAD 3 года назад
I got here trying to understand the difference between does two(nano and pro mini) because I was trying to use the nano as keyboard and after reading because of the microcontroller it is that the micro (and others not listed here) are the ones capable of simulated the keyboard. Although it seems that one with a sort of 2016 library can put to work the nano as well, but I haven't get there. I thought it can suit better to use the capability of the microcontroller installed on the Arduino micro and direct use the keyboard.h library. But for any with further lectures please: how to convert a Arduino nano as external keyboard?
@techparistech2659
@techparistech2659 4 года назад
Good job
@BasonTech
@BasonTech 4 года назад
Thanks! 😃
@pathfinder814
@pathfinder814 4 года назад
2:29 Mean I can use my USB B mobile cable
@BasonTech
@BasonTech 4 года назад
As far as I know, you can use any cable that will fit this type of usb port
@joecirillo3360
@joecirillo3360 2 года назад
Thanks
@BasonTech
@BasonTech 2 года назад
My pleasure! 😃
@safacetinkaya
@safacetinkaya 4 года назад
Thanks!
@BasonTech
@BasonTech 4 года назад
You're welcome 😃
@seanocansey2956
@seanocansey2956 6 лет назад
Pro mini has 8 analog pins mate
@BasonTech
@BasonTech 6 лет назад
According to the specs on store.arduino.cc/arduino-pro-mini it has 6 analog input pins
@arkadypavlenko1628
@arkadypavlenko1628 4 года назад
Take it, and look! 8 analog pins. Do not read books - it s poor!
@arletpaz8010
@arletpaz8010 3 года назад
nano can not be used as a HID altho in theory any Arduino can do this they are MCU at the end of the day but the thing is that if you do this to a none Native HID ready device you will have bricked the Arduino to the point of no return, meaning you wont be able to use it after that to upload other scketch as it will be stuck in USB or only recognized as a USB HID device. i just order and got a Pro Micro which is ready for HID just like the Leonardo. Im actually in the middle of making my own BT AirMouse for Gesture control www.arduino.cc/en/Reference/HID
@BasonTech
@BasonTech 3 года назад
Hi, you don't brick your Arduino. The only thing is that you can't upload via USB anymore. With a standalone programmer you can still upload code to the Arduino. See www.instructables.com/Turn-your-Arduino-Uno-into-an-USB-HID-Mididevice/ This page also describes how to restore the original firmware.
@arletpaz8010
@arletpaz8010 3 года назад
@@BasonTech ahhhh okay thanks for the note, i have a nano that wont upload no more via usb, (bad resistor or cap not sure) any tips or advise on how to upload to it? maybe a red ftdi board or other methods? thanks in advance.
@BasonTech
@BasonTech 3 года назад
To be honest, I just would buy I new one. Especially if you don't know what is exactly wrong with it.
@arletpaz8010
@arletpaz8010 3 года назад
@@BasonTech yes i know BUT we are makers in the DIY space and throwing things away is just NOT what we do lol, thanks for your input tho.
@BasonTech
@BasonTech 3 года назад
True, I am not so good at troubleshooting PCBs 😄
@jianliu8806
@jianliu8806 3 года назад
Yo can also program the MINI using another Arduino as interface!
@BasonTech
@BasonTech 3 года назад
You are absolutely right, I completely forgot about that. Thanks for pointing out! 👍🏻
@_Phoenix_.
@_Phoenix_. 5 лет назад
Something wrong with this video! Not correct, are you sure you want put this on RU-vid? An example, arduino pro mini has a0 to a7 analog in! Search on the board! And where's 22 digital pin on the nano?? Something wrong?
@BasonTech
@BasonTech 5 лет назад
Yes, I want to keep the video online since the numbers are correct: Arduino Pro Mini: store.arduino.cc/arduino-pro-mini on the "tech specs tab" it states "Analog Input Pins 6" Arduino Nano: store.arduino.cc/arduino-nano on the "tech specs tab" it states "22 Digital I/O pins"
@nani_alpha
@nani_alpha 2 месяца назад
22digital i/o means we can also use 8analog pins as digital i/o pins whenever needed. So nothing is wrong with the video. I think you are a beginner for electronics
@helmut987
@helmut987 4 года назад
very goot vid thx :-)
@ajeeshta1
@ajeeshta1 5 лет назад
Very happy to hear your valuable comments and I need some help
@calebmetix
@calebmetix 6 лет назад
Good job on the video. Good luck on getting your channel off the ground.
@BasonTech
@BasonTech 6 лет назад
Thanks! Hope to make some new vids at the end of the year :)
@BasonTech
@BasonTech 6 лет назад
It now has a dedicated website at arduino-lessons.com/ :)
@mehmetyilmaz00
@mehmetyilmaz00 2 года назад
Nano good
@matijamodric1435
@matijamodric1435 4 года назад
I came here just for nano cuz i am 8 grader and i trying to learn sokething before high school so i can start easy in high school
@BasonTech
@BasonTech 4 года назад
Great to hear! Make sure to checkout my 35 Arduino tutorials at arduino-tutorials.net/ Maybe these can be of any help 😃
@matijamodric1435
@matijamodric1435 4 года назад
@@BasonTech wow that was really fast
@BasonTech
@BasonTech 4 года назад
😎😄
@matijamodric1435
@matijamodric1435 4 года назад
@@BasonTech oh yea..... i ha question..... can i make led cube with arduino nano with out pcb board
@BasonTech
@BasonTech 4 года назад
That should be possible, there are plenty of tutorials about LED cubes on RU-vid
@baddouabdou1879
@baddouabdou1879 5 лет назад
Arduino Nano has 20 digital pin
@BasonTech
@BasonTech 5 лет назад
Hi Baddou. According to the specs on store.arduino.cc/arduino-nano (tab "Tech Specs") it has 22 Digital I/O pins
@rolfvanrijckevorsel
@rolfvanrijckevorsel 4 года назад
I hoorde gelijk dat je nederlands bent...
@BasonTech
@BasonTech 4 года назад
Hoi Rolf, dat klopt helemaal! Wist je dat deze lessen er ook in het Nederlands zijn op arduino-lessen.nl 😃
@leestons
@leestons 5 лет назад
So much wrong information
@BasonTech
@BasonTech 5 лет назад
Do you mind to share which information is wrong? Thanks!
Далее
Considering Arduino Nano? Watch this First!
7:47
Просмотров 51 тыс.
Breadboarding tips
20:16
Просмотров 437 тыс.
What's the difference? Arduino vs Raspberry Pi
6:21
Просмотров 1,8 млн
12 Best Arduino Projects for Beginners in 2024!
7:38
Просмотров 110 тыс.
Magnetic Switches - for $20 each!
20:42
Просмотров 427 тыс.