No video

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

  Рет қаралды 130,925

Bas on Tech

Bas on Tech

Күн бұрын

Пікірлер: 150
@Koastall
@Koastall 3 жыл бұрын
Very clear, very concise. Great video!! Thank you!!
@BasonTech
@BasonTech 3 жыл бұрын
Glad it was helpful! 😃
@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 😁
@chriskaprys
@chriskaprys 5 ай бұрын
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 5 ай бұрын
The Arduino Pro Micro can as well 😃
@chriskaprys
@chriskaprys 5 ай бұрын
@@BasonTech sweet!
@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. :)
@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
@Good13man
@Good13man 5 жыл бұрын
Great comparison. Thank you for sharing!
@Mike40M
@Mike40M 8 ай бұрын
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 8 ай бұрын
Not unique but very useful for the ones not want to solder or use breadboards 😃
@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!
@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 4 жыл бұрын
@@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 4 жыл бұрын
@@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.
@aparnaelayat9938
@aparnaelayat9938 3 жыл бұрын
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 3 жыл бұрын
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.
@idkidk9204
@idkidk9204 4 жыл бұрын
Gonna use nano for rocket control :P
@BasonTech
@BasonTech 4 жыл бұрын
I always like ambition! Go for it! 😃
@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.?
@samb.2877
@samb.2877 3 жыл бұрын
an arduino nano can't be used as a mouse or keyboard
@kimhansen6384
@kimhansen6384 5 жыл бұрын
Good explanation. Thank you.
@VeryMuchBlessed
@VeryMuchBlessed 3 жыл бұрын
Good video for sure. Thanks for making this comparison. Very helpful sir.
@BasonTech
@BasonTech 3 жыл бұрын
Glad it was helpful! 😃
@user-in8qi3xy7h
@user-in8qi3xy7h 3 жыл бұрын
This video is very good!! I will buy NANO. Thank you!
@BasonTech
@BasonTech 3 жыл бұрын
Super! Have fun with coding! 😃
@noushikhsanju8721
@noushikhsanju8721 5 жыл бұрын
thanks for the video man it an valuable info
@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
@minravex9919
@minravex9919 4 ай бұрын
hi...please can pro mini be used with TB6612fgn to drive DC or stepper motor...thanks
@BasonTech
@BasonTech 4 ай бұрын
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 4 ай бұрын
@@BasonTech thanks Sir
@ultrainstinct1181
@ultrainstinct1181 5 ай бұрын
Is the pro mini capable of working with a mpu9250?
@BasonTech
@BasonTech 4 ай бұрын
I guess, but I have never made it myself.
@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 😃
@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 😃
@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!
@GeorgeJFW
@GeorgeJFW 5 жыл бұрын
Awesome video very well put together
@akshitsingh9080
@akshitsingh9080 4 жыл бұрын
Thank you very much. Your service is really appreciated.
@BasonTech
@BasonTech 4 жыл бұрын
Thanks!
@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
@kemala.7486
@kemala.7486 3 жыл бұрын
great information and tips. thank you
@BasonTech
@BasonTech 3 жыл бұрын
My pleasure! 😃
@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.
@SK-uh1ey
@SK-uh1ey 3 жыл бұрын
Thank you. Great video
@BasonTech
@BasonTech 3 жыл бұрын
Thanks 😃
@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
@cardsigner
@cardsigner 3 жыл бұрын
Which one can be powered with the smallest Lipo battery that will last for the longest time?
@BasonTech
@BasonTech 3 жыл бұрын
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 3 жыл бұрын
@@BasonTech I was familiar with PIC16F84A 20 years ago as a hobby.. What do you think of PIC?
@BasonTech
@BasonTech 3 жыл бұрын
I literarily had to Google what it was 😄 So no opinion about that one. I am only familiar with Arduino, ESP8266 and RPI
@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
@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 😃
@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.
@joecirillo3360
@joecirillo3360 2 жыл бұрын
Thanks
@BasonTech
@BasonTech 2 жыл бұрын
My pleasure! 😃
@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 😃
@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?
@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?
@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.
@tonyhoffman8953
@tonyhoffman8953 2 жыл бұрын
Great job
@BasonTech
@BasonTech 2 жыл бұрын
Thanks, appreciated! 😃
@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?
@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! 👍🏻
@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!
@sidharthan3349
@sidharthan3349 4 жыл бұрын
Can we use Arduino uno instead of pro mini
@BasonTech
@BasonTech 4 жыл бұрын
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
@pathfinder814
@pathfinder814 3 жыл бұрын
2:29 Mean I can use my USB B mobile cable
@BasonTech
@BasonTech 3 жыл бұрын
As far as I know, you can use any cable that will fit this type of usb port
@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?
@safacetinkaya8785
@safacetinkaya8785 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 😄
@techparistech2659
@techparistech2659 4 жыл бұрын
Good job
@BasonTech
@BasonTech 4 жыл бұрын
Thanks! 😃
@helmut987
@helmut987 4 жыл бұрын
very goot vid thx :-)
@ajeeshta1
@ajeeshta1 4 жыл бұрын
Very happy to hear your valuable comments and I need some help
@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.
@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
@baddouabdou1879
@baddouabdou1879 4 жыл бұрын
Arduino Nano has 20 digital pin
@BasonTech
@BasonTech 4 жыл бұрын
Hi Baddou. According to the specs on store.arduino.cc/arduino-nano (tab "Tech Specs") it has 22 Digital I/O pins
@matijamodric1435
@matijamodric1435 3 жыл бұрын
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 3 жыл бұрын
Great to hear! Make sure to checkout my 35 Arduino tutorials at arduino-tutorials.net/ Maybe these can be of any help 😃
@matijamodric1435
@matijamodric1435 3 жыл бұрын
@@BasonTech wow that was really fast
@BasonTech
@BasonTech 3 жыл бұрын
😎😄
@matijamodric1435
@matijamodric1435 3 жыл бұрын
@@BasonTech oh yea..... i ha question..... can i make led cube with arduino nano with out pcb board
@BasonTech
@BasonTech 3 жыл бұрын
That should be possible, there are plenty of tutorials about LED cubes on KZbin
@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 😃
@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.
@_Phoenix_.
@_Phoenix_. 4 жыл бұрын
Something wrong with this video! Not correct, are you sure you want put this on KZbin? 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 4 жыл бұрын
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 Ай бұрын
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
@leestons
@leestons 5 жыл бұрын
So much wrong information
@BasonTech
@BasonTech 5 жыл бұрын
Do you mind to share which information is wrong? Thanks!
The Arduino Family - Uno - Mega - Nano - Pro Mini -ATtiny85
30:01
DroneBot Workshop
Рет қаралды 213 М.
SparkFun Arduino Comparison Guide
8:31
SparkFun Electronics
Рет қаралды 1,1 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 32 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 52 МЛН
Considering Arduino Nano? Watch this First!
7:47
Programming Electronics Academy
Рет қаралды 49 М.
Using the Arduino Pro Mini & FTDI
27:40
DroneBot Workshop
Рет қаралды 179 М.
SOUND SENSOR DATA ON ARDUINO SERIAL PLOTTER - Arduino tutorial #30
7:45
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 314 М.
Introduction to Arduino Nano
5:44
The Engineering Projects
Рет қаралды 70 М.
Top 3 Ideas With Arduino | 3 Awesome Arduino Projects
7:44
Creativity Buzz
Рет қаралды 7 МЛН
10 Arduino Projects with DIY Step by Step Tutorials
5:30
How To Mechatronics
Рет қаралды 2,5 МЛН
Blue Food VS Red Food Emoji Mukbang
00:33
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 32 МЛН