Arduino Uno R4 Review - Best Arduino Board Ever?

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • The latest iteration of the Arduino Uno is out, the Arduino Uno R4. As the successor to the Uno R3, the new board uses a 32-bit Arm Cortex-M4 CPU alongside an ESP32-S3 which provides Wi-Fi and Bluetooth connectivity. Add USB-C, a 12-bit DAC, and a 12x8 LED matrix then this just might be the best Arduino ever!
    ---
    Let Me Explain T-shirt: teespring.com/gary-explains-l...
    Twitter: / garyexplains
    Instagram: / garyexplains
    #garyexplains

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

  • @ergindemir7366
    @ergindemir7366 11 месяцев назад +9

    This R4 wifi board is probably the best value Arduino board ever made. Most interesting part is the led matrix, they use charlieplexing instead of regular led driver ic, less bright and efficient but save a lot of cost.

  • @johnking6624
    @johnking6624 11 месяцев назад +7

    Its a tough piece of gear. Idiot delivery man threw the package over my back fence and, since I didn't know it had been delivered it was out in the rain for 3 days. The cardboard was sodden so I dried it as best I could and left it on a warm shelf for 2 days. It works fine!

  • @rickh6963
    @rickh6963 11 месяцев назад +3

    I bought one of each here in the U.S. and the shipping was $3.50, no sales tax. I try to buy all of their new boards to support the ecosystem.

  • @anugrahandi
    @anugrahandi 11 месяцев назад +4

    Some people asked why not just skip the UNO and going with Arduino Nano, or ESP 32, or other boards. Well, at least for me, it suits well: 5V connectors so it would still be compatible with my sensors, also now come with ADC so I don't need additional controller to control my actuator (needs 1-5V DC signal for control input), and also now it comes with neat LED to show any error or status for fast debugging. All in one 'package' that robust and easy for my project.

    • @GaryExplains
      @GaryExplains  11 месяцев назад +2

      Those are all very good points 👍

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

      Too bad there is no Arduino R4. It is either Minima (sans LEDs) or WIFI (which I never use and adds to compilation time a lot).

  • @Stabby666
    @Stabby666 11 месяцев назад +15

    Weirdly the WiFi module is a lot more powerful than the ARM part 😁 I always wonder why they choose to do this - maybe just the number of I/Os.

    • @rc0d3
      @rc0d3 4 дня назад

      I think because of costs. Have "Arduino Uno Wi-Fi rev2", an old board that I never seen before R4 Wi-Fi, is more expansive with dedicated Wi-Fi chip, but I didn't find about the pins, maybe a lot of pins lost, like esp32cam that have less pins available for use.
      Then use ESP32 like chinese boards to be cheaper but with a high API (WiFiS3.h), is impressive good implementation for end user.
      But I we know, ESP32 >>

  • @JustMorad
    @JustMorad 6 месяцев назад +1

    very helpful review

  • @warrenscorner
    @warrenscorner 11 месяцев назад +2

    I was so disappointed when I discovered that my Arduino Uno WiFi rev2 board wouldn’t connect to the Arduino Cloud. I’m really looking forward to playing around with this one. I actually like that it doesn’t take up space on my breadboard.

  • @Bob_Burton
    @Bob_Burton 11 месяцев назад +2

    Incompatibility with many existing libraries is a big problem at the moment judging by the posts on the Arduino forum. This will improve in time but right now is a big problem

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      Interesting, but surprising. This isn't the first Arm board, so I don't see why there should be library issues.

    • @rickh6963
      @rickh6963 11 месяцев назад

      @@GaryExplains Specifically GRBL, it won't compile for the Uno R4.

    • @GaryExplains
      @GaryExplains  11 месяцев назад +1

      The OP said, " many existing libraries" and that it "is a big problem". One CNC project doesn't seem to fit that description.

    • @lovemadeinjapan
      @lovemadeinjapan 11 месяцев назад

      @@GaryExplains It is a non-SAMD board though. All former M0/M3/M4 chips were from Atmel/Microchip. You also need another compile core for NXP chips in the Microbit for example, which is ARM M4 as well.

  • @PeetHobby
    @PeetHobby 11 месяцев назад +2

    What is the "best" Arduino always depends on your use case. 😊

  • @rambo5004
    @rambo5004 11 месяцев назад +2

    Wouldn’t a downside be that some some existing libraries or projects might need to be updated to work on this rev?

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      Since there are other Arm Arduino boards, other ESP32 Arduino boards, and other boards with Wifi, then I guess it is a possibility, but rare I would assume.,

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

    So basically this is just like connecting the ESP32-S3 to an Arduino R3 with improvements in the processor sector

  • @sagerdood
    @sagerdood 11 месяцев назад +3

    Not big enough for me
    I use megas only

  • @gedtoon6451
    @gedtoon6451 6 месяцев назад

    Do you have any information on why the SPI bus is so slow on the Uno R4?

    • @GaryExplains
      @GaryExplains  6 месяцев назад

      There is a great conversation about that here: forum.arduino.cc/t/uno-r4-poor-spi-performance/1143935/18

  • @QuimChaos
    @QuimChaos 11 месяцев назад

    29.99/19.99€ R4 WiFi/Minima in Portugal @Mauser...

  • @steveu235
    @steveu235 11 месяцев назад

    The popular GRBL cnc controller can not be flashed to Arduino4 do you think it will be long before it can be used for GRBL?

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      If the GitHub dates are right, that project hasn't been updated in years. Also the description says, "The controller is written in highly optimized C utilizing every clever feature of the AVR-chips to achieve precise timing and asynchronous operation" which means it has special code that won't run on Arm-based boards. Since we have had Arduino Arm based boards for many years and no one has updated this project then it looked like it is gonna stay as it is.

    • @rc0d3
      @rc0d3 4 дня назад

      Why not use ESP32? A better option in my opinion and chineses CNC's haha

  • @petermainwaringsx
    @petermainwaringsx 11 месяцев назад +1

    Shame there is no antenna socket on the WiFi.

  • @whothefoxcares
    @whothefoxcares 11 месяцев назад +4

    Q: Can the Arduino Uno R4 be used to build a #TRUTH detector to regulate who uses which washroom?👍

  • @init_yeah
    @init_yeah 11 месяцев назад +1

    ❤❤❤❤

  • @init_yeah
    @init_yeah 11 месяцев назад +1

    Uno is the best

    • @lovemadeinjapan
      @lovemadeinjapan 11 месяцев назад

      It never was. We solely use Leonardo's for entry projects. So much better and cheaper as well.

  • @viktorhugo8252
    @viktorhugo8252 11 месяцев назад

    If you have a ESP32-S3 on the board why you will program the ARM with M4 Core?

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      If you want a 3.3v ESP32 board then use one of those. If you want a 5v Arm board with a LED matrix, and Wifi, then get this. In that case just think of the ESP32 as a WiFi chip.

    • @viktorhugo8252
      @viktorhugo8252 11 месяцев назад

      @@GaryExplains , I take always a ESP32 board when I need a lot of GPIO. For The smaller projects the ESP8266 is the right MCU cheep and fast enough and comfortable to program.
      More then $ 5 is to expensive for a DIY project.

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      Indeed, use the board that fits your needs. Personally I prefer the Raspberry Pi Pico.

    • @viktorhugo8252
      @viktorhugo8252 11 месяцев назад +1

      @@GaryExplains , Pi pico is a good choice

    • @lovemadeinjapan
      @lovemadeinjapan 11 месяцев назад

      ESP has coffee-maker friendly compilation-times. I hope they just leave the ESP code untouched. Going from 8-bit Atmel compilation time to M4 ARM is already a huge time hog, if you add ESP RTOS compilation to that, it becomes unbearable. I really like to know how long a blink sketch first compile takes on the avarage i3 student laptop, no in class there are no 8-core i7's with 16GB RAM.

  • @rogercarlsson8679
    @rogercarlsson8679 11 месяцев назад +2

    I don't really understand what the LED matrix could be used for. Seems to be a gimmick.

    • @Riddick94
      @Riddick94 10 месяцев назад

      Program it to display error codes for you, to see the problem immediately. Depends on how well you catch exceptions in your own code to log errors correctly. That's the only proper use I can think of.

    • @rc0d3
      @rc0d3 4 дня назад

      Can make games, can show text, for meteorologic project show temperature, umidity etc. Is great. Easy to use animation, show ur logo wmth else. But for this price... idk. Maybe IOT will be fine

  • @scumbag373
    @scumbag373 11 месяцев назад

    Will the esp32 support Now?

    • @GaryExplains
      @GaryExplains  11 месяцев назад +1

      I am looking into that as the subject of a possible future video. For this board and the new Nano.

    • @sagerdood
      @sagerdood 11 месяцев назад

      Of course it does

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      @@sagerdood Actually, I tried and couldn't get it to work on the R4. But I have made the video about ESP NOW on the new Nano.

  • @Ziplock9000
    @Ziplock9000 7 месяцев назад

    Why no princes in Pounds?

    • @GaryExplains
      @GaryExplains  6 месяцев назад +1

      Why no prices in Pesos?

    • @gesuchter
      @gesuchter 6 месяцев назад

      ​@@GaryExplains😂😂

  • @donkeypoopdragon
    @donkeypoopdragon 11 месяцев назад +2

    My problem with the uno is its so big! After using a seeeduino xiao, every other board seems way too big

    • @BlondieSL
      @BlondieSL 11 месяцев назад +4

      With all the Arduino boards that I have, I have only 1 UNO and that was the one that came in a training kit, many years ago, when I started with Arduinos.
      Then I heard about the NANO boards and bought a couple to test, and just loved them.
      Then, the Nano Every came out, that has a lot more memory and speed, and I loved that one. LOL
      THEN, for a special project, I picked up a Leonardo board, which is also big. That was more for testing for that special project.
      So during my "Arduino" phase, I bought only Nano and Nano Every boards.
      THENNNN came ESP32! I watched a couple of videos and bought 2 to do some testing.
      Well, I fell in love with those! LOL
      So now, for tiny, quicky projects, I'll use the Nanos and for more robust projects, the ESP32 exclusively.
      I don't ever see buying the over-priced UNO R4. While it may be nice, it comes off as gimmicky to me.
      That LED matrix, I think, is just a gimmick. I mean, how many people would actually use that for real projects when a good project will be installed into a project case?!
      The WiFi might be interesting, but for me, ONLY if the libraries support peer-to-peer communications using Broadcast. The ESP32 already does that and it works very well. It's also 1/4 the cost!!!

    • @xxportalxx.
      @xxportalxx. 11 месяцев назад +3

      ​@@BlondieSLI think it's probably meant to fill the same role as your first uno: educational kits, learning the ecosystems. Could also be handy for protyping implementations, I could see the led matrix being helpful for early debugging.

    • @BlondieSL
      @BlondieSL 11 месяцев назад

      @@xxportalxx. Good points

  • @yngsjo
    @yngsjo 11 месяцев назад

    Uart shared bus and uart in and relayd to the other side

  • @stark_energy
    @stark_energy 11 месяцев назад

    With current price of Arduino R4 it is way too expensive for this low-spec. You can get several ESP32 from the same price. And ESP32 still has some winning category such as faster processor speed, higher memory, smaller form factor and more pins. It is only great when the price of Arduino R4 down to near the same as ESP32. And no, I don't need that built-in LED matrix. It is better to buy LED Matrix module separately (if needed) than to burden the buyer with this cost.
    And there are tons of microprocessors (small Computer) like Orange Pi that is just double or triple the price of this Arduino but way far far more powerful (like GHz of multi-core processors and Gigabytes or RAM with Linux OS and HDMI display support). I know this is not apple to apple comparison as Orange Pi is already on different league with Arduino but hey, the price matters a lot. You don't pay for expensive things for Arduino. It supposedly not to be expensive, otherwise it enters different market, the market of complex microprocessors. In my country, I check that with the same price, I could buy second-hand Orange Pi Zero LTS with 512MB and 1.2GHz Quad Core + Wifi + USB + Audio and Ethernet socket.

    • @dd07871
      @dd07871 7 месяцев назад

      I'd prefer to pay extra to support 🇮🇹

    • @argvSys
      @argvSys 2 месяца назад

      Low spec? Have you even reached their limit? If you are talking about specs and want fair price, then use STM32H7, it is a lot faster and keeps almost the same range of cost as an ESP32. WiFi? Use an external chip.

  • @kychemclass5850
    @kychemclass5850 11 месяцев назад

    You live in the EU Gary?

    • @GaryExplains
      @GaryExplains  11 месяцев назад

      Why do you need to know? 🤔😬🫣

    • @kychemclass5850
      @kychemclass5850 11 месяцев назад

      @@GaryExplains I don't need to know, just you mentioned a shipping cost to (somewhere in) the EU from Italy.

    • @GaryExplains
      @GaryExplains  11 месяцев назад +1

      @@kychemclass5850 That is right, I got that board shipped to an EU county.

    • @viktorhugo8252
      @viktorhugo8252 11 месяцев назад

      @@kychemclass5850, there ist no TAX from Italy to another country in the EU.

    • @kychemclass5850
      @kychemclass5850 11 месяцев назад

      @@viktorhugo8252 I'm not really asking about the tax (but there is actually 20% sales tax in Italy)

  • @MrKkprince
    @MrKkprince 2 месяца назад

    THE WORST EVER due to the lack of quartz on the onboard RTC.
    20 munutes ahead -RTC EVERY day ......... no comment....

  • @Mudassir_41
    @Mudassir_41 11 месяцев назад +2

    Why do anyone buy arduino when we have esp based boards?? Honestly I don't understand...

    • @GaryExplains
      @GaryExplains  11 месяцев назад +6

      Quality, support, life cycle, supply chain, not coming from Communist China, to name a few...

    • @chrisparker8539
      @chrisparker8539 11 месяцев назад +1

      ​@@GaryExplainsCountry of origin is extremely important.

    • @sagerdood
      @sagerdood 11 месяцев назад +2

      ​@@GaryExplainsnice buddy. My thoughts exactly

    • @lovemadeinjapan
      @lovemadeinjapan 11 месяцев назад

      Kids at school can compile for a 32U4 in a few seconds. For the ESP32 it can take minutes. Next....
      If you need power, Teensy 4 is your friend. It destroys an ESP32 (10x as fast).

  • @lovemadeinjapan
    @lovemadeinjapan 11 месяцев назад +1

    The downside list is far from complete.
    - First there is the very limited power per pin. It goes back from 40mA to 8mA. That can barely power a LED.
    - I think USB-C is a downside, not a plus. These boards get heavy treatment in classrooms. USB-B never breaks, and USB-micro is easily replaced upon student-fubar actions. Try replacing a USB C plug. Without reflow oven it is impossible.
    - We default to Leonardos, and those still have some benefits: 12 ADC pins and no shared SPI with pin 10-13. USB behaviour and dual UART is on par though.
    - But the MAIN DOWNSIDE will be compilation-time. Forget about 5 second compile-and-upload with the R4. It has to compile the frigging ESP RTOS and usually ARM chips are much slower to compile for as well. If a student has to wait 1 minute, we have lost their attention.
    - And it is ugly.

  • @ClayTheFoxx
    @ClayTheFoxx 11 месяцев назад +4

    No. The best arduino is Chinese knockoff arduino nano because of its footprint, versatility and library support. If you need Wi-Fi, buy just an ESP32 board for like five bucks, still would have a smaller footprint and two cores + all the peripherals

    • @GaryExplains
      @GaryExplains  11 месяцев назад +2

      That isn't an Arduino but a Chinese knockoff, like you said. 🤷‍♂️

    • @BlondieSL
      @BlondieSL 11 месяцев назад

      @@GaryExplains It appears from your comments that you do not buy or avoid at all costs, buying any "knockoff" boards of any kind from China.
      I'm just curious, is it just political or did you have bad experiences with crap products?
      Great videos! I just found your channel and like the way you present.
      Thanks for that.
      Cheers

    • @haideralikhan5947
      @haideralikhan5947 11 месяцев назад +2

      Agree, Nano is the best for general purpose.

    • @GaryExplains
      @GaryExplains  11 месяцев назад +4

      @BlondieSL I think you have misinterpreted my comment. The OP said that the best Arduino is a Chinese knockoff. I pointed out that Chinese knock offs aren't Arduinos, they are clones. Arduino is a company and a brand. They are made in Italy. I am glad you have found my channel. If you have time., take a look at my others videos, you will see several reviews of boards that come straight from China.

    • @BlondieSL
      @BlondieSL 11 месяцев назад

      @@GaryExplains Ah! Thanks for that clarification.
      That makes sense!
      You are right about how most of us use the word, "Arduino" when actually referring to an
      "Arduino Clone"! I'm very guilty of that too. LOL
      Most of the "Arduino" boards I have are clones. I don't buy the official Arduinos because to me, they are over priced when I can pay 1/4 the price for a clone.
      So far, the clones have worked perfectly.
      Most of that is now a moot point as I've moved to ESP32 devices as most of my projects are more advanced than before.
      I will be viewing your other videos. I suspect that you've posted some very interesting things.
      Cheers

  • @DW-indeed
    @DW-indeed 11 месяцев назад +2

    Found the guy that walks into a coffee shop and orders an "expresso" 🫵🫵

    • @wild-radio7373
      @wild-radio7373 11 месяцев назад

      Why? Why so god damn rude?

    • @DW-indeed
      @DW-indeed 11 месяцев назад

      @@wild-radio7373 Let me explain: My humour isn't to everyone's taste and clearly it didn't land with you

    • @GaryExplains
      @GaryExplains  11 месяцев назад +1

      As well as not being funny, it isn't very accurate. I always assumed that Espressif was a play in the word Expressive, with the s/x and f/ve swapped. I guess I could be wrong.

    • @DW-indeed
      @DW-indeed 11 месяцев назад

      @@GaryExplains sure, that much is obvious. But you're literally saying a different word to the one you're showing. As one who "teaches," I'm sure you can appreciate the need for accuracy when in a position of such responsibility. There are a lot of kids on here after all.
      Imagine, for example, an English teacher who perpetuated the misuse of "Pacific" instead of "specific." Not the standard one would expect.
      That said, I'm sad that you, and your acolyte, took such offense to a light hearted jibe, and I'll think twice before engaging with your content in future 👍

    • @GaryExplains
      @GaryExplains  11 месяцев назад +1

      I am sure there are plenty of brands that aren't pronounced as they are spelt... Fiverr, for example, am I meant to pronounce it like a pirate with an extra "rrrr"? 🤣