NEW Arduino UNO R4 - All you need to know

preview_player
Показать описание
Is Arduino still a stranger to WiFi?
Arduino just launched the new Arduino Uno R4 Minima and the Uno R4 Wifi
This video will cover all you need to know, new features, performance comparison of the new boards vs the Arduino Uno R3 and much more!
Also the weird approach of melting an ESP32 by espressif into the UNO to make it wifi capable.
Рекомендации по теме
Комментарии
Автор

Good summary, thanks.
One comment though: for compiled languages like C, comments in the source code don't cause memory problems because they're not present in the compiled code.

denisrennes
Автор

The second memory value, i.e. the 2kb in 32kb/2kb for the R3, and the 32kb in 256kb/32kb for the new boards are SRAM. SRAMs are used during runtime, this is used by your variables. Code comments are not included when you compile your program. Having a bigger SRAM means you can create and use bigger variables, like when you want to create huge array for keeping track the value of an LED array.

sylpisophia
Автор

I'm confused about the code comments in the code and their flash memory usage influence 9:29 .

I presume that the comments are stripped away with the preprocessor before the compilation of the program.

What do you think?

mohamed-aarab
Автор

Thanks for your information. The only thing I think it's worse compared to the R3 is the max 8 mA current per I/O.

perditaolio
Автор

Nice, actually makes a lot of sense. A few years back I was working on a project where I needed multiple radios, the 8266 gave me wifi but you never get enough IO on those boards.
The other radios were more suited to an arduino because of things like IO and timing. I ended up building a board that did exactly this, it was basically an arduino with an 8266 attached to take care of wifi and data is stilll being passed between the two of them today.
I've printers done this way! Do we redesign the whole machine around a new processor, with a new operating system, with a full IP stack, and implement the encryption... or we could just throw in an ESP32 on a daughterboard in there, it is only a printer after all.
If this was available back when I was doing my project, I would have just used these.

encorespod
Автор

So can the ESP32 be programmed to do more than just Wifi? Are are of the pins connectable?

frankhovis
Автор

As far as I know, the Qwiic connector is the same as the Adafruit Stemma QT: both use 4 pin JST SH connectors, which are 1.0 mm pitch

alfatech
Автор

Comments are not compiled into the code...

mikelCold
Автор

I was the biggest supporter of USB-C after I got a 2016 MacBook Pro and it’s really annoying that so many companies are switching over now after such a long time. I have dozens of spare 2-3m USB A-B cables from old printers etc, but I’m not sure if I yet own a single USB A-C cable over 2m. Most I have are like 10cm long and some don’t even transfer data.

And now with WiFi you’re going to see high voltage AC plugged in right next to Arduino school projects with wires going everywhere because so many USB A-C cables are only 10cm.

AlexKiritz
Автор

The Renesas Cortex M4 on the R4 Wifi seems to be redundant with the ESP32 onboard, and using the ESP32 just for its wifi and bluetooth is rather wasteful.

davidw.
Автор

The LED matrix would still be useable for a real product to display error codes for example...

tsavorit
Автор

extremely cool my electronics teacher is probably malding right now seeing all the money he spent on r3's

plazmaguyyago
Автор

just pre-ordered it and look forward to arrive soon

Akeshma
Автор

It's funny their WiFi chip is basically as powerful or more powerful than the main chip. Biggest thing "striking it" from this project in particular is it only being 3.3v capable

However I've always been weirded out by the pin form factor. Its nice and big for first impressions but quickly becomes unwieldy for integrating into a project

Comments are never put into your actual executable code as the program size

Would love to see one or two versions of these in the nano format.

ivolol
Автор

I'll wait patiently for the clones to start to show up on Aliexpress for less than 4 euros.

keen
Автор

What i would really like is a R4 Minima, but in the formfactor of the Nano or Micro.

permanentmagnet
Автор

now can be support LoRa protocol with one board arduino uno

panjiputradwiaryaarianto
Автор

Qwiic is pronounced as "quick", and is pin compatible with Adafruit's STEMMMA QT.

thebloxxer
Автор

Can someone explain what the use case is for an onboard LED matrix? For that matter, what is the use case for any Arduino when superior alternatives, often at lower cost, are available? No matter. If Arduinos prevent more buyers of Raspberry Pi, then go for it.

averystablegenius
Автор

Don't you use some of the extra memory just because it is going from 8bit to 32bit?

Edit: If you sort the boards by "Best Selling" the one with the DIP socket is much higher than the SMD one.

joseph