I Accidentally Bought the New Arduino UNO R4 (And It's INSANE)

  Рет қаралды 74,610

Playduino

Playduino

Күн бұрын

Пікірлер
@clytle374
@clytle374 Ай бұрын
Okay, fine. But they shouldn't have called it a UNO, it's a completely different beast. It's just going to cause headaches for anyone familiar with the old UNO. Very dumb move.
@SoloRenegade
@SoloRenegade Ай бұрын
my thought exactly
@TheBinklemNetwork
@TheBinklemNetwork 12 күн бұрын
Good point
@jimviau327
@jimviau327 9 күн бұрын
Yap! Almost as dumb as this new crappie KZbin new app that was just forced installed on my S8 tablet this morning. What a shty move. I hate it.
@bhambhole
@bhambhole 15 күн бұрын
"the Arduino can talk to your car, just don't let it drive" 😂
@bob1505
@bob1505 10 күн бұрын
Musk would.
@sanjaybhatikar
@sanjaybhatikar Ай бұрын
Good Lord, it is almost as good as ESP32!
@playduino
@playduino Ай бұрын
Ohh, Yes!
@travispulley8899
@travispulley8899 Ай бұрын
The wifi version includes one
@Atom224
@Atom224 Ай бұрын
I don't know if this is sarcasm, but it's nowhere close to the performance of an ESP32
@solwidotnl
@solwidotnl Ай бұрын
Different use case, though. The Arduino boards support 5V shields, have a wide range power supply, quicker compile time and better peripherals (for instance, a linear ADC).
@Peter_A1466
@Peter_A1466 Ай бұрын
@@solwidotnl that really doesn't come across in this video
@PaperHunter
@PaperHunter 26 күн бұрын
My hot air station laughs at the "inability to swap chips". I still don't want one though. ESP32, RP2040/2530 or even good old Arduino Nano (the Elegoo clone ones) are my choice these days.
@djdiscoordination639
@djdiscoordination639 9 күн бұрын
Aye just fixed one from work with the qfn for the u2 and the 328p.
@twr4641
@twr4641 Ай бұрын
I was curious, started with Arduino originally. I am puzzled why people use Arduino these days. A 16MB single core ESP32-C3 costs less than €2, a dual-core 16MB ESP32 with high density ttf display and liion charger is under €5, with 16 gpios, and about 1/4 of the size of an Arduino. I am honestly just wondering. Btw you can of course run 5v peripherals. Gpios are 5v tolerant.
@krib1887
@krib1887 8 күн бұрын
We made a board using the Renesas RA4M1, Added optocouplers on all 13 IOs so we can input up to 32V. Also added 13 transistors to control mosfets /relays. For the Analog pins, we added some voltage divider circuits so we can read up to 36V. The Can is very easy to use we simply added a Sn65Hvd with choke and capacitors, we manage to read machinery Canbus and activate modules. We are currently trying to add a RF module to the board as well as a Canbus display. We had to change the renesas Buck converter since it is absoulte trash and really hard to solder. We love the ra4m1.
@playduino
@playduino 8 күн бұрын
:) nice. so output current is not an issue any more in your case. You could add an ESP32 for RF (WIFI / Bluetooth) like Arduino UNO R4 WiFi does it.
@krib1887
@krib1887 5 күн бұрын
@@playduino We want to actually sell the product so we needed a FCC approved Radio frequency module. We went for the RN2903 from microchip.
@playduino
@playduino 5 күн бұрын
@krib1887 esp wroom and wrover modules (like on Arduino WiFi) should also be precertified
@zentriceggofficial
@zentriceggofficial Ай бұрын
I regret buying it. Many popular libraries won't run on it. Meanwhile the inexpensive ESP Wroom32, utilising both cores at 240mhz. Or how about the Teensy 4.1? 600mhz overclock? 1ghz Overclock?
@SpeccyMan
@SpeccyMan Ай бұрын
MHz, not mhz!
@Comonad
@Comonad Ай бұрын
I don’t think I’ve ever spec’d my components based on clock speed. 48Mhz vs 1Ghz is a chisel vs dynamite, something’s gone horribly wrong if that’s what’s been picked. What I’m considering: price buying in bulk, availability, power consumption, instruction set, pin counts.
@zentriceggofficial
@zentriceggofficial Ай бұрын
@@Comonad I see. Clock speed is critical for me since my projects are generally music hardware. Latest project needs a good clock speed for the TFT graphics as well. In fact making use of both cores of the ESP32 was essential. 240mhz x 2. ESP Wroom 32 is very affordable. Teensy and DaisySeed not so much. Would have to be very special music projects for either of those two devices. I started some of my projects on the Uno R3 and then shifted over to ESP32.
@twr4641
@twr4641 Ай бұрын
The thing is: Arduino is produced just for hobbyists. Esp32 are industrial mc that are used by the millions in all kinds of devices, and industry makes sure that this mc family is always up to par. I thank Arduino for providing me with the first steps but honestly this platform today is light years behind while at the same time ridiculously overpriced. Good ESP32 boards today, obviously with Wifi, BLE, efficient deep sleep and 16MB are below €3 and fully support 5V peripherals. And they are just as simple to program as Arduino, even ArduinoIDE would work (although I strongly recommend platformio or better yet esphome). Don’t be trapped in the old Arduino World.
@bhambhole
@bhambhole 15 күн бұрын
I haven't bought a teensy for maybe ten years but was always very impressed with how powerful they were. They were a bit pricey but well worth it. I'll have to check out the newer ones. Thanks for reminding me of them.
@mt-qc2qh
@mt-qc2qh Ай бұрын
I don't see the sense in continuing this core line. I've retired all my atmel cores over 2 years ago in favor of the ESP line of microcontrollers. Over the years I've accumulated just about every form factor of arduino modules all of which are now rotting in a box. Life is too short for all the devices being spung on us. I now standardize on the esp32C3 for battery based sensors, esp32S3 for hubs and esp32 for bluetooth audio (for the A2DP). For wearables I use the nrf52480 family.
@tdumnxy
@tdumnxy Ай бұрын
Cool. The 14bit ADC could interest me... but wait I'm still using my Duemilanove which I bought when it first came out. DC Current per I/O Pin:40 mA, And on-board FTDI. And a proper big-boy Type B connector. They don't break! And I can even pronounce Duemilanove properly.
@playduino
@playduino Ай бұрын
I love my Duemilanove!
@zaired
@zaired Ай бұрын
I almost bought it, but in Canada the wifi version is way too expensive. I can get esp32 wroom for 10 cad but r4 is 60 cad
@marsrocket
@marsrocket 9 күн бұрын
Sounds awesome until you get to the pin current limits. That means you’ll need external transistors or mosfets to drive even moderately powered chips.
@BartVenneker
@BartVenneker 8 күн бұрын
What?? What chip requires an input current of more than 8mA??
@marsrocket
@marsrocket 7 күн бұрын
@@BartVenneker any LED, any 7400 series TTL chip, lots of sensors, etc.
@jimmy21584
@jimmy21584 9 күн бұрын
I picked up one of these only because it is almost alone in being fast + 5v level + Arduino. I am using it to interface with an ancient Casio computer, and level converters + ESP32 did not work with its non-standard I/O. Also of note is that the new chip is a whole other world from STM when you dig below the Arduino libraries.
@DustinWatts
@DustinWatts 4 күн бұрын
Everyone destroyed at least one Arduino. Fortunately, you could swap the ATMega chip and be up and running again. To do this with the Renesas RA4M1 is a bit more difficult. And all the nice ram upgrades are great, but the big reduction in pin output in mA, makes it not worth for me. I have long switch to the ESP32 eco system and see no reason to go back to Arduino...
@joeblow229
@joeblow229 8 күн бұрын
The R4 is something that in the past, I would have bought one just to put it in a nice case to display on my shelf. The way the economy is now, I can't really justify the expense for something I probably won't use. Like others have said, I'll just use the ESP32 or a Pico W for 1/4 or less of the cost of the R4.
@BartVenneker
@BartVenneker 8 күн бұрын
The VREF pin on the Arduino Uno R3 is used as the reference voltage for the analog-to-digital converter So you may connect it to 2v to get the full ADC resolution over 2volt in stead of the default 5v
@playduino
@playduino 8 күн бұрын
Yeah thankfully they kept the VREF pin on R4
@AlanTheBeast100
@AlanTheBeast100 15 күн бұрын
Nice - this means some OS-less projects I do on Pi can probably be done on UNO R4. Buying one now.
@playduino
@playduino 15 күн бұрын
Some of them for sure 👍
@fmphotooffice5513
@fmphotooffice5513 Ай бұрын
I think it outgrew its from factor. It was ok in the past if you wanted to put "shields" on it, etc or if you wanted to scrape out the dip chip and make a simplified "dead bug" project. ESP32 stuff is tiny and abundant now. The Arduino IDE is excellent and very mature but this new thing is awkward in this space.
@rubmel98
@rubmel98 Ай бұрын
That R4 seems to be a little big power-tool for our projects!
@tolkienfan1972
@tolkienfan1972 Ай бұрын
I like the upgrade in compute. I think I'll get a couple to experiment
@jeremiahbullfrog3090
@jeremiahbullfrog3090 Ай бұрын
Did anyone notice the map of Italy on the bottom side in one of the corners? Complete with both islands! Also, ChatGPT does a good job programming the led array.
@playduino
@playduino Ай бұрын
the map looks nice, I overall like the design of all Arduino boards, they are doing a great job. I need to check out my R4 Wifi :)
@danondler8808
@danondler8808 13 күн бұрын
They should have put a removable jumper on the LED pin13 circuit to remove the LED and full utilization of pin13. The reduced power on I/O pins and soldered in micro are deal breakers for me.
@playduino
@playduino 13 күн бұрын
Agree 👍
@seanfaherty
@seanfaherty 14 күн бұрын
I got Raspis too but when I want to do something I try to make it work with an arduino
@Unmannedair
@Unmannedair 13 күн бұрын
Why on Earth would they lower the throughput amperage?! 🤯 That simply reduces the backwards compatibility! 😠
@radazeonv8821
@radazeonv8821 7 күн бұрын
I heard about earlier iterations of the EEPROM being very limited in its write cycles. How does it fair with R4?
@playduino
@playduino 7 күн бұрын
Great question Arduino Uno R3 has a EEPROM with 100,000 write cycles. Arduino Uno R4 has no EEPROM, in fact has a virtual EEPROM utilizing the flash memory itself which has also 100,000 write cycles. In theory the flash memory could endure longer if there was wear-leveling in place. However looking into the source code, I did not find such a mechanism.
@radazeonv8821
@radazeonv8821 5 күн бұрын
@@playduino If there is no current method to wear-leveling, suppose that may be your next video topic?
@playduino
@playduino 4 күн бұрын
Nice topic to dive into for sure 👍
@MGsyd
@MGsyd Ай бұрын
You still need an external transceiver to use the can bus
@playduino
@playduino Ай бұрын
True!
@jlucasound
@jlucasound Ай бұрын
Like a having a cell phone while traveling using public transportation, with a positive outlook, right? 🤔🤣✌
@jlucasound
@jlucasound Ай бұрын
@@playduino Thanks for this video! I LOVE Arduinos!
@philipershler420
@philipershler420 Ай бұрын
A very nice and honest review of the R4 Uno, thanks.
@Veso266
@Veso266 8 күн бұрын
What?? Noo, I was realy happy when I heard CANBus is built in What difference does this make having CANbus half built in like esp32 does, if u still need something external) better to use, external canbus board like MCP2515 then?
@Jasmohan
@Jasmohan 14 күн бұрын
With these many tradeoffs, isn't it better to just use a ESP32 directly?
@playduino
@playduino 14 күн бұрын
If your project works with 3.3V then probably yes
@jazzboy
@jazzboy 12 күн бұрын
Great board but the removed the crystal rendering it useless for my application of turntable control via SimpleFOC. Tried one and sadly had to send it back. Maybe future coding might make is useful. Mr R3 got .05% wow&flutter vs over 1% with the R4. Again beautiful board but not for all applications.
@cle4tle
@cle4tle Ай бұрын
could they have maybe used some transistors to amplify the available current at each pin
@playduino
@playduino Ай бұрын
they could have, but this would have made it more expensive for everyone, so I guess its fine to keep the current limit in mind and add a transistor to your project if its required by your project
@makers_lab
@makers_lab 11 күн бұрын
For a few pins maybe, but for pins that are bidirectional that's not so suitable. The current limit also shouldn't be an issue for interfacing to peripherals, and you can get low current LEDs that need just one or two mA if you want to trivially add some status LEDs, so it's workable. Still prefer STM32, ESP8266 or 32 though :)
@JustMe-s6s4m
@JustMe-s6s4m 13 күн бұрын
Too little too late. After working with Arduinos for years (including my own bareboard variants, some using the 1284 instead of the 328), I have basically stopped using them altogether. I still use the same IDE, but my boards tend to be around the ESP32-S3 now. Onboard WiFi and Bluetooth, 240 MHz, up to 32MB Flash (WROOM-2), built-in MMC (faster and bigger SD cards), etc. etc. etc. I now have a feature rich webserver and NAS in a very small package.
@targas1008
@targas1008 Ай бұрын
..but it can take only 8milli amps per pin, which is a shame..
@RaOne-gk3ok
@RaOne-gk3ok 11 күн бұрын
Would choose a pico or bluepill over it for now
@Jenny_Digital
@Jenny_Digital 14 күн бұрын
I’m surpassed they went with that chip (and no, it’s not a complaint) given that the STM32 line could cheaply and easily do the same with more memory, higher clock speeds and at least feature parity. I have been programming STM32s, PICs, AVRs, and an assortment of MCUs since I don’t know when. So I know STM32s are excellent candidates.
@playduino
@playduino 13 күн бұрын
As far as I know, there are no STM32 microcontrollers that operate on a 5V power supply. While some STM32 models are 5V tolerant, it seems Arduino opted to maintain full compatibility with 5V I/Os, which may have limited their options quite significantly.
@Jenny_Digital
@Jenny_Digital 13 күн бұрын
@@playduino There are indeed a good, but incomplete selection of 5V tolerant pins on some STM32s. Also, I recognise that 5V logic is well into its pensionable age but that Arduino has kept it to continue compatibility. Maybe it's time to define a new 3.3V standard for Arduino to go forward. OTOH, I just learned of a Cortex M4 that runs at 5V for retro projects, and that will come in handy. I guess we learn every day. Thank you.
@playduino
@playduino 13 күн бұрын
Oh, I see ... Kinetis KE1xF for example. not bad! thank you.
@pengyuecai553
@pengyuecai553 2 күн бұрын
The reason why Arduino chooses to use Renesas chips is because Renesas has invested in them.
@playduino
@playduino 2 күн бұрын
Oh that is possible tracxn.com/d/companies/arduino/__pTebmNyTTWfIkwprLaIa7jst5W9_B3KGiz6GjtCEp6g/funding-and-investors#summary
@dafoex
@dafoex Ай бұрын
The CAN support sounds fun, I've always threatened to make a thing to see what my car is thinking. Also first?
@evanbarnes9984
@evanbarnes9984 11 күн бұрын
I think this makes sense as a choice for Arduino purely for maintaining 5V logic compatibility while offering more processing power in a form factor that a lot of people still use. But it's still a weird choice. It's not like anyone was using Renesas MCUs in the hobby world already, so this is a pretty niche ecosystem with low compatibility for libraries. I also honestly don't understand why anyone is still using the Uno form factor. I think they should have just left it at the R3 and stopped further development on that line. The Uno is such a huge board with a bunch of empty space on the PCB, i can't imagine a situation for my projects where using one would make more sense than using a Nano or something. I'm honestly also surprised that they went with the Renesas chip when there are options like ATSAMD51 out there. There's a well developed ecosystem of boards and libraries that are already compatible with those and I'm pretty sure there are 5V tolerant SAMD chips, although i don't remember exactly off the top of my head. And of course there are other great choices like ESP32. I just feel like there were better choices available, I'd love to know why they chose the RA4M1.
@playduino
@playduino 11 күн бұрын
Me too. It doesn‘t fully make sense to me
@djdiscoordination639
@djdiscoordination639 9 күн бұрын
I have so many kicking about and it gets used a lot for teaching. It's a useful wee tool but i tend to do my own pcbs if i'm making something.
@pengyuecai553
@pengyuecai553 2 күн бұрын
We chose Renesas chips because Renesas has invested in them.
@sergeantsapient
@sergeantsapient 25 күн бұрын
The SMD chip is kind of discouraging.
@IamTheHolypumpkin
@IamTheHolypumpkin Ай бұрын
I kind of dislike that they switched from an 8 bit AVR to a 32 bit ARM architecture. Maybe I'm weird, but I associate the Arduino Brand Names like Uno, Nano, more with the CPU architecture than with the form Factor. But I also like to expore assembly code so may not surprise that I'm so pinned on the architecture. Anyway disadvantage the switch in architecture is that any code directly interacting with the CPU registers will need to be rewritten or use Register Emulation like the Arduino folks did with the Nano Every. But the Nano Every is still AVR, register emulation across architectures is not really feasible.
@playduino
@playduino Ай бұрын
Agree, they shouldn’t have called it UNO
@MagmaBow
@MagmaBow Ай бұрын
i just stumbled across the channel, and immediately subscribed. One criticism is that your face is everso slightly too low in the video composition which seems a bit... off...
@indyguy04
@indyguy04 22 күн бұрын
So it can't even drive an LED on a digital pin without pwm? That's a huge bummer!
@playduino
@playduino 22 күн бұрын
Yeah, I wouldn’t risk it with PWM to be honest 😂
@makers_lab
@makers_lab 11 күн бұрын
Sure you can as 1mA LEDs are a thing. I've found low current LEDs useful with battery projects for example.
@dogsbd
@dogsbd Ай бұрын
Why doesn't Ardunio use USB-C for power like R Pi?
@playduino
@playduino Ай бұрын
R4 does
@desmond-hawkins
@desmond-hawkins 14 күн бұрын
I don't understand why people still buy Arduino boards. They're huge, expensive, have all the limitations covered in this video including being incredibly underpowered, and for ages had this terrible big barrel plug that you still carried around even if you didn't live in the 90's. I don't know why anyone would buy one instead of an ESP32, or an ATmega board if they really needed low-power.
@Veso266
@Veso266 8 күн бұрын
Everything great, exept the soldered MCU No, just no, why not put it in a socket, of course its not dip socket, but a different type of socket What people that used arduino did was they programmed their ATMega in arduino took it out, then into their own project And now u cannot do this anymore (at least not as easly)
@playduino
@playduino 8 күн бұрын
agree, I removed ATMegas countless times and integrated them somewhere :/
@dalerogers1134
@dalerogers1134 14 күн бұрын
Thank you
@vanhetgoor
@vanhetgoor Ай бұрын
Yeah, but all of those improvements sound like expensive.
@seanfaherty
@seanfaherty 14 күн бұрын
So they made it better and way worse all at the same time. Not being able to run 20 mA seems stupid.
@jlucasound
@jlucasound Ай бұрын
@1:12 Milk came out my nose. 🥛🤣🌊😳🤧😉
@3D_Printing
@3D_Printing Ай бұрын
32 I want 256 :)
@colin_actually
@colin_actually 15 күн бұрын
Absurd power limits
@matgaw123
@matgaw123 Ай бұрын
Arduino uno + rp2040 would be cool But it would be 3.3v tho
@SpeccyMan
@SpeccyMan Ай бұрын
A RP2350 would be better.
@matgaw123
@matgaw123 Ай бұрын
@@SpeccyMan absolutely 👍
@TT-it9gg
@TT-it9gg Ай бұрын
Oops.. no clue why use it? what for? $ or?
@chudchadanstud
@chudchadanstud 10 күн бұрын
haven't looked at Arduino in a while but Jesus £25 for an Uno? 😂
@AnweshAdhikari
@AnweshAdhikari 11 күн бұрын
@TheGraemeEvans
@TheGraemeEvans 15 күн бұрын
Rp2040. Why is anyone still using Arduino?
@pgrvloik
@pgrvloik Ай бұрын
I see no reason to buy an arduino anymore.
@almosthuman4457
@almosthuman4457 26 күн бұрын
Yeah I'll subscribe. this is the kind of stuff that makes this website still worth visiting. I gotta go see what kind of projects you have now.
@ovalwingnut
@ovalwingnut Ай бұрын
First time viewer. Definitely a SUB-worth video Arduino "Give'ith & Take'ith away? But still COoL. Cheers from So.Ca.USA 3rd house on the left (please call before stopping by)
@GeeEmJay
@GeeEmJay 15 күн бұрын
Sorry, but while the Arduino brand innovated at the start, they have progresively been overtaken by other manufacturers. ESP8266, ESP32, RP2040 to name but a few. This just seems like the old Apple Marketing - "look at our flashy new flagship product, it's more expensive, it has third generation components and runs at a fraction of Android competitors, but it's still better, becaue we say so." The Teensy 4.0 runs at a whopping 600mhz and it's bigger brother Teensy 4.1 has tons more pins / peripherals onboard. Wake up Arduino - you are well behind in the tech race!!
@jlucasound
@jlucasound Ай бұрын
HEY! I LOVE Goldy! 🐠 And I am pretty sure she remembers me when I get home from work. Pretty sure. I think. I give her 8 bits of food and she likes that. 🤗☺ 😒 😉
@SpeccyMan
@SpeccyMan Ай бұрын
Conditioned response or memory?
@ipendlebury
@ipendlebury 13 күн бұрын
Just beware. The onboard RTC is not accurate, it's completely useless for my purposes.
@playduino
@playduino 13 күн бұрын
Oh no, can you give us examples of applications where it's useless?
@ipendlebury
@ipendlebury 13 күн бұрын
@@playduino No need to give you examples. The clock gains over 2 minutes per day. I searched the Arduino forum and found that other people have the same problem.
@playduino
@playduino 13 күн бұрын
OMG 😨
@TrimeshSZ
@TrimeshSZ 9 күн бұрын
@@ipendlebury The really strange thing is that there are pads on the PCB for a 32.768kHz xtal and associated load capacitors. But they aren't installed. Seeing as how cheap these parts are this is a baffling omission - especially considering the price they are selling this board for. Since there is no xtal, the Arduino core for this board configures the RTC to use the low-frequency internal oscillator - which according to the Renesas datasheet is nominally 32.768kHz - but has an allowable range between 27.8 and 37.6KHz (fLOCO on page 57 of the datasheet) - so in principle it could gain or lose 9 seconds a minute and still be in spec. Why are they even advertising this as usable?
@ronaldronald8819
@ronaldronald8819 10 күн бұрын
Why bother esp32 much better and cheaper to.
@graealex
@graealex Ай бұрын
Why make 4K video when everything is out of focus?
@highpraise-highcritic
@highpraise-highcritic Ай бұрын
4K is so beyond common at this point on cameras that your comment comes across as foolish. Also you would still have the same critcism for focus at 2K or 1080 .. so say what you really want to say and stop wasting everyone's time.
@spasticjackson9578
@spasticjackson9578 Ай бұрын
@@highpraise-highcritic still out of focus... regardless of how clever you are.
@highpraise-highcritic
@highpraise-highcritic Ай бұрын
@@spasticjackson9578Who said it wasn't? I didn't even address whether it is or not. So what's your point in telling me?
@graealex
@graealex Ай бұрын
@@highpraise-highcritic The end result is still 480p in places. Also, it's not too common for hobbyists, since 4K60 is still an expensive barrier for filmmakers.
@highpraise-highcritic
@highpraise-highcritic Ай бұрын
@@graealex I know you aren't flipping this discussion to the end user statistics to try and not be wrong ... 😂 You were dunking on the content, not making an empirical observation of the youtube user base. Also why skip over the obvious 4K30? or even 2K .. you wriggle more than a worm trying to be right.
@xander1756
@xander1756 11 күн бұрын
When clickbaiting titles become so ridiculous.
@habiks
@habiks 14 күн бұрын
I "Accidentally" pressed don't recommend this channel.
@spasticjackson9578
@spasticjackson9578 Ай бұрын
pass
@fooballers7883
@fooballers7883 Ай бұрын
lot of crap ...stick to R3 chinese
@Eriiiiiiiick
@Eriiiiiiiick Ай бұрын
u funny bro
Martens Ruined Car, So I Created THIS... (100% Legal?)
6:54
Playduino
Рет қаралды 5 М.
I Built the World's Biggest Hydrofoil Board
16:57
rctestflight
Рет қаралды 721 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 213 МЛН
They Chose Kindness Over Abuse in Their Team #shorts
00:20
I migliori trucchetti di Fabiosa
Рет қаралды 12 МЛН
This Exotic Material Holds An Invisible Secret (Electret)
16:57
Plasma Channel
Рет қаралды 353 М.
Flipper Zero Must Have Modules
14:53
sn0ren
Рет қаралды 77 М.
The Ultimate Microcontrollers Tier List - Arduino, Raspberry PI, ESP
10:22
DIY Laser Image Projector (100ft+ Range!)
20:08
Ben Makes Everything
Рет қаралды 465 М.
AI Copyright Claimed My Last Video
24:11
Venus Theory
Рет қаралды 486 М.
I went to my old job and took apart their new 3D printer
1:06:33
Stuff Made Here 2
Рет қаралды 570 М.
Is This the NEW GOLDEN Standard for Communication? (I3C) EB#60
12:17
Review of the New Arduino Uno R4 WiFi - Is It Time to Upgrade?
31:23
Paul McWhorter
Рет қаралды 18 М.
I replaced my Apple TV-with a Raspberry Pi
16:12
Jeff Geerling
Рет қаралды 824 М.