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

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • Briefly comparing the Arduino UNO, Nano and Pro Mini. Over 30 Arduino tutorials at arduino-tutori...
    Compare all Arduino boards in one table:
    www.arduino.cc...
    In this tutorial I compare the technical specs of Arduino UNO, Nano and Pro Mini. Beside this comparison I explain which Arduino I use for my projects. I made mistake soldering the Arduino Pro Mini. In this video I show you what I did wrong, and how you can prevent this when you are soldering yours.
    The Arduino for beginners tutorials series guides you through the world of Arduino. A video is around 10 minutes and shows you step-by-step how to build the circuit and write the code. The website contains the course material, circuit diagram, Arduino code and shopping list of all the components used in the tutorial.
    👉 More tutorials and projects on arduino-tutori...
    🇳🇱 Bekijk deze tutorial in het Nederlands op • 🇳🇱 ARDUINO UNO, NANO E...
    DATA SOURCES:
    See the "Tech specs" tab on the following pages:
    • Arduino Uno R3: store.arduino....
    • Arduino Nano: store.arduino....
    • Arduino Pro Mini: store.arduino....
    CHAPTERS:
    00:00 Introduction
    00:27 Arduino Uno
    01:18 Arduino Uno Shields
    02:08 Arduino Nano
    03:39 Arduino Pro Mini
    05:37 Conclusion
    🛒 COMPONENTS:
    🇨🇳 Arduino Starter Kit A - AliExpress
    s.click.aliexp...
    🇨🇳 Arduino Starter Kit B - AliExpress
    s.click.aliexp...
    🇨🇳 Arduino Starter Kit RFID - AliExpress
    s.click.aliexp...
    🇨🇳 Arduino Component Kit - AliExpress
    s.click.aliexp...
    🇳🇱 Arduino Uno (clone) - Opencircuit
    arduino-tutori...
    🇨🇳 Arduino Uno (clone) with cable - AliExpress
    arduino-tutori...
    🇳🇱 Arduino Uno SMD (original) - Opencircuit
    arduino-tutori...
    🇳🇱 Arduino Uno Chip (original) - Opencircuit
    arduino-tutori...
    🇨🇳 Arduino Mega (clone) - AliExpress
    s.click.aliexp...
    🇨🇳 Arduino Nano USB-C (clone) - AliExpress
    s.click.aliexp...
    #arduino #BasOnTech

Комментарии • 150

  • @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 😃

  • @Koastall
    @Koastall 3 года назад +8

    Very clear, very concise. Great video!! Thank you!!

    • @BasonTech
      @BasonTech  3 года назад

      Glad it was helpful! 😃

  • @dieselboats7886
    @dieselboats7886 5 лет назад +20

    Thank you for sharing the mistake as well! much apprciated.

    • @BasonTech
      @BasonTech  4 года назад +1

      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  4 месяца назад +1

      The Arduino Pro Micro can as well 😃

    • @chriskaprys
      @chriskaprys 4 месяца назад +1

      @@BasonTech sweet!

  • @Good13man
    @Good13man 5 лет назад +5

    Great comparison. Thank you for sharing!

  • @redheart419
    @redheart419 4 года назад +8

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

  • @ahmadghosheh245
    @ahmadghosheh245 2 года назад +1

    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 лет назад +5

    Nice and clearly explained thank you 😊

  • @tryinghard1018
    @tryinghard1018 4 года назад +3

    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.

  • @avaescaner
    @avaescaner 5 лет назад +6

    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.

  • @noushikhsanju8721
    @noushikhsanju8721 5 лет назад +4

    thanks for the video man it an valuable info

  • @samb.2877
    @samb.2877 3 года назад +1

    an arduino nano can't be used as a mouse or keyboard

  • @kimhansen6384
    @kimhansen6384 5 лет назад +3

    Good explanation. Thank you.

  • @IC-kf4mz
    @IC-kf4mz 2 года назад +1

    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 года назад +1

      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

  • @GeorgeJFW
    @GeorgeJFW 5 лет назад +1

    Awesome video very well put together

  • @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  7 месяцев назад

      Not unique but very useful for the ones not want to solder or use breadboards 😃

  • @VeryMuchBlessed
    @VeryMuchBlessed 3 года назад

    Good video for sure. Thanks for making this comparison. Very helpful sir.

    • @BasonTech
      @BasonTech  3 года назад

      Glad it was helpful! 😃

  • @akshitsingh9080
    @akshitsingh9080 4 года назад

    Thank you very much. Your service is really appreciated.

  • @user-in8qi3xy7h
    @user-in8qi3xy7h 3 года назад

    This video is very good!!
    I will buy NANO.
    Thank you!

    • @BasonTech
      @BasonTech  3 года назад +1

      Super! Have fun with coding! 😃

  • @minravex9919
    @minravex9919 4 месяца назад

    hi...please can pro mini be used with TB6612fgn to drive DC or stepper motor...thanks

    • @BasonTech
      @BasonTech  3 месяца назад +1

      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 3 месяца назад

      @@BasonTech thanks Sir

  • @ultrainstinct1181
    @ultrainstinct1181 4 месяца назад

    Is the pro mini capable of working with a mpu9250?

    • @BasonTech
      @BasonTech  3 месяца назад

      I guess, but I have never made it myself.

  • @kemala.7486
    @kemala.7486 3 года назад

    great information and tips. thank you

  • @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

  • @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

  • @aparnaelayat9938
    @aparnaelayat9938 3 года назад +1

    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 года назад +1

      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 года назад +1

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

  • @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 года назад +1

      @@BasonTech ok, thank you!

  • @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.

  • @tonyhoffman8953
    @tonyhoffman8953 2 года назад

    Great job

    • @BasonTech
      @BasonTech  2 года назад

      Thanks, appreciated! 😃

  • @SK-uh1ey
    @SK-uh1ey 3 года назад

    Thank you. Great video

  • @j.lietka9406
    @j.lietka9406 2 года назад

    The nano is better than the pro mini? Thanks

    • @BasonTech
      @BasonTech  2 года назад +1

      It is not a matter of "better" it is more what suits your project best

  • @samithgurusinghe2246
    @samithgurusinghe2246 6 лет назад +1

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

  • @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 года назад +1

      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.

  • @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 😃

  • @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 года назад +1

      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 😃

  • @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 лет назад +6

    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 лет назад +1

      My-knee is definitely not right. I've usually heard it pronounced meh-knee though.

    • @brokenboatman
      @brokenboatman 5 лет назад +1

      It's pronounced min - ee at least in my opinion.

    • @brokenboatman
      @brokenboatman 5 лет назад

      It's interesting how differently people can say mini xD

  • @idkidk9204
    @idkidk9204 4 года назад +1

    Gonna use nano for rocket control :P

    • @BasonTech
      @BasonTech  4 года назад +1

      I always like ambition! Go for it! 😃

  • @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 4 года назад

    Where is type for inverter by pure sine wave? Thanx

    • @BasonTech
      @BasonTech  4 года назад

      Sorry I don't really understand your question. Could you please give a little more information?

  • @sidharthan3349
    @sidharthan3349 4 года назад

    Can we use Arduino uno instead of pro mini

    • @BasonTech
      @BasonTech  4 года назад +1

      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

  • @joecirillo3360
    @joecirillo3360 2 года назад

    Thanks

  • @helmut987
    @helmut987 4 года назад

    very goot vid thx :-)

  • @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 года назад +1

      @@Hygix_ With the speaker tutorial I've made you should be able to make your own 😃

  • @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 лет назад +1

      @@BasonTech Yes--thank you!

  • @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 лет назад +1

      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?

  • @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

  • @ajeeshta1
    @ajeeshta1 4 года назад

    Very happy to hear your valuable comments and I need some help

  • @safacetinkaya8785
    @safacetinkaya8785 4 года назад

    Thanks!

  • @techparistech2659
    @techparistech2659 4 года назад

    Good job

  • @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 лет назад +1

      @@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?

  • @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.

  • @seanocansey2956
    @seanocansey2956 5 лет назад +1

    Pro mini has 8 analog pins mate

    • @BasonTech
      @BasonTech  5 лет назад +1

      According to the specs on store.arduino.cc/arduino-pro-mini it has 6 analog input pins

    • @arkadypavlenko1628
      @arkadypavlenko1628 4 года назад +1

      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 года назад +1

      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 😄

  • @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 года назад +1

      😎😄

    • @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 RUclips

  • @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! 👍🏻

  • @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  5 лет назад

      It now has a dedicated website at arduino-lessons.com/ :)

  • @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.

  • @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

  • @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 😃

  • @_Phoenix_.
    @_Phoenix_. 4 года назад +1

    Something wrong with this video! Not correct, are you sure you want put this on RUclips? 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 23 дня назад +1

      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!