No video

Is the new Raspberry Pi AI Kit better than Google Coral?

  Рет қаралды 53,441

Kevin McAleer

Kevin McAleer

Күн бұрын

I've got my hands on the new Raspberry Pi AI Kit, an M.2 Hat with the Halio 8L module onboard. This brings advanced AI capabilities to the Raspberry Pi 5, and offloads this to the Neural Processing Unit.
Join this channel to get access to perks:
/ @kevinmcaleer28
💁‍♂️ For more information on SMARS Robots, tutorials and more visit: www.smarsfan.com​
🎖To join the membership at 🥉bronze, 🥈silver or 🥇gold levels, head over to
www.smarsfan.c...
Join the list - action.smarsfa...
☕️ Enjoy this video? Buy me a coffee! www.buymeacoff...
📸 Follow me on Instagram - @kevinmcaleer / kevinmcaleer
🐦 Follow me on Twitter - @kevsmac / kevsmac
🙂📘 Join the Facebook group - Small Robots / smallrobots
👩‍💻 My Code on GitHub: www.github.com...
🎵 Music by Epidemic Sounds www.epidemicso...
#Pico​ #MicroPython​ #Robotics

Пікірлер: 120
@felicemassaro9564
@felicemassaro9564 2 ай бұрын
Thanks for the video. I got one of these kits and it is amazing when running the provided sample codes/apps. Pity to program something leveraging on this kit you need c++, the installation of the Hailo SDK and then it becomes very complicated for 99% of the people using a Pi. I would not recommend the AI Hailo kit for everyone. It is for developers with good knowledge of AI and c++. There is not a single video explains that, all video on KZfaq just try to market it, I have not found any tutorial explains how to modify or make a new app. At present, if you got one of these kits you will be on your own.
@mormatus
@mormatus Ай бұрын
there is no other way around but learning before being capable of creating interesting stuff. There's a number of courses on C++ and ML on the internet
@seagsmtrashseagsmtrash1906
@seagsmtrashseagsmtrash1906 Ай бұрын
If you want to get something new, do something new, then you need to learn something new. Otherwise, just keep posting cat pictures on Instagram.
@marsrocket
@marsrocket Ай бұрын
Google Coral has python support, which makes getting into using it considerably easier
@felicemassaro9564
@felicemassaro9564 Ай бұрын
@@seagsmtrashseagsmtrash1906 Thank you for your message. I appreciate the sentiment behind "if you want to get something new, do something new, then you need to learn something new." While I personally have no issues with C++ and other programming languages, I have some concerns regarding the advertisement of the AI kit for the Raspberry Pi 5 in a way that looks like it is easy for everyone. All the videos I've checked on this AI kit don't mention the specific skills required to use it effectively. The Raspberry boards are predominantly used by hobbyists, and it's unreasonable to assume that all of them are proficient in C++. Therefore, it seems a bit too marketing-oriented to emphasize how easy it is to use the AI kit without clearly stating that a good understanding of C++ and the Hailo SDK is necessary. Additionally, there isn't a single video available today showing how to use the Hailo SDK or providing tutorials on writing code that leverages this AI kit on a Raspberry Pi 5. While some of the responses to my post seem to highlight "how good I am because I know C++," my intention was simply to direct potential buyers to investigate a bit further before purchasing this kit, which I consider amazing but.... again not for everyone.
@GreenCaulerpa
@GreenCaulerpa 29 күн бұрын
True, I came to realize that luckily before buying. Unfortunately hailo doesn’t release the dataflow compiler, so it’s basically useless when trying to infer any „small-LLM“ like tinyllama or such. Currently it seems that the cheapest and most energy efficient alternative for any practical assistant-like LLM is the mac-mini, but the price tag - oof. Perhaps the orangepi would be a bit more accessible, but I have yet to see any LLM on it
@eelcohoogendoorn8044
@eelcohoogendoorn8044 2 ай бұрын
It great to have such a chip design with tightly integrated memory which is obvious the way to go for any inference tasks. But ive found it interesting how hailo manages to keep any information about the amount of that super useful memory 100% secret; and this product launch is no exception. Like, dont we all want to know what models we can actually run on there? Arnt we going to find out eventually what the memory limits are after we spend our money? Or is that somehow the point?
@JeffGeerling
@JeffGeerling 2 ай бұрын
A great option for robot vision, IMO. I still wish there were at least a little NPU right on the Pi (like the RK3588)... but this is a worthy option in lieu of that. Also regarding the TOPS/W rating, I had 13 TOPS at 1.5W-according to their specs, but I was wondering if you are using the full Pi + Hailo-8L power consumption for your rating of 3 TOPS/W?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
I’ll look into that shortly Jeff - what equipment do you use to test the power draw?
@JeffGeerling
@JeffGeerling 2 ай бұрын
Ah, I may have been reading the specs wrong-realized they are using "1.5W" on their site to indicate typical usage at 30-60 fps of a standard image processing model. It can use more than that when it goes all-out at 13 TOPS. Wish I could edit my video ha!
@JeffGeerling
@JeffGeerling 2 ай бұрын
@@kevinmcaleer28 I use a ThirdReality Smart Outlet for measurements over time, it's connected to my Home Assistant. I have also used a few other power measurement devices, but the ThirdReality one's been the most reliable and seems pretty accurate!
@TheArcanis87
@TheArcanis87 2 ай бұрын
Agreed. I was waiting for a promising tensor accelerator for the pi for a while. I just bought this to try it. A possible advantage is that you can use the ram on the pi, and offload computation via the PCIe3.0 accelerator. This could allow to use larger models, a problem I have with e.g. the oak d lite is the 2GB ram limitation. Something I want to try is to run a local LLM on the pi using halio acceleration. This could give a low latency LLM for things like e.g. Speech to Text to Speech. it's something that works poorly on the cloud due to the latency involved.
@raspberrypi
@raspberrypi 2 ай бұрын
Hiiii Kev! 👋you could make your fortune telling robot EXTRA spookily accurate with this kit.
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Cool! Yes, if I added a camera and ollama back end it could detect a person and then say something spooky about what it sees!
@AerialWaviator
@AerialWaviator 2 ай бұрын
Very interesting. It would be nice to hear more about supported frameworks in future. Realize this a hardware unboxing and quick demo.
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Yes I’ll be following up with more info on that now that the full software stack is released
@Playfool
@Playfool 2 ай бұрын
I'm quite interested in seeing its performance running LLMs via Ollama. With a RPi5 alone, it takes vision model LlaVa about 5 whole minutes to interpret an image. I'm hoping the AI kit can improve that vastly! Have you given it a go?
@MrC0MPUT3R
@MrC0MPUT3R Күн бұрын
@@Playfool I haven't tried this, but I'm very skeptical. Since there's no onboard memory all the data needs to be transferred back and forth over the PCIe 3 connection which is going to be a huge bottleneck. That is, assuming it works at all.
@mrarfarf
@mrarfarf 2 ай бұрын
Hey I got one of these but was disappointed you can't use it with PyTorch or llm models or other models without some weird recompiling but they don't provide the full sdk. So if you wanna train something to find a squirrel for example, I don't see any way. In the mean time it's just a simple toy to run some of their demos. Unimpressive imo. I think the coral is better since it's easier to get it to help with tasks..
@txga2005
@txga2005 Ай бұрын
Extremely helpful video for beginners
@nikobellic570
@nikobellic570 2 ай бұрын
I can imagine nature watchers will want this to identify animals
@armisis
@armisis 2 ай бұрын
Got mine ordered.
@victorial5141
@victorial5141 2 ай бұрын
I'm so glad I found your channel so awesome and informative videos! keep it up
@TheArcanis87
@TheArcanis87 2 ай бұрын
Very informative, I was looking for an accelerator for mobile robotics and found nothing useful. The Orin is powerful but has nvidia blessed binary blobs and is really expensive. 13TOPS, PCIE1x3.0 3.0TOPS/W are promising specs. On an 8GB RPi it might be enough to run a llama3-8B-4QKM model.
@cherrymountains72
@cherrymountains72 2 ай бұрын
Bit of a misleading title as there was no real comparison between the Google Coral and Hailo 8L other than just a spec sheet side-to-side comparison. I guess it’s just a promo for the RPi AI Kit.
@igoraraujo7511
@igoraraujo7511 2 ай бұрын
Wow, thank you very much for sharing! Always helping! I have a question, I think your website is down!
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Thanks - its back up!
@txga2005
@txga2005 Ай бұрын
If you want to shrink this component, you can replace the RJ45 connector with a Mini I/O connector.
@fruitcake4910
@fruitcake4910 2 ай бұрын
That toilet detection was hilarious. You can see how it got matched: it looks oval and has a rim and that’s where the logic ends. No consideration of perspective or gravity. lol.
@mormatus
@mormatus Ай бұрын
machine learning is not about any considerations, it's just a pre-trained model that understands nothing, but is trying to categorize objects based on the training it was given before.
@Chasing_The_Dream
@Chasing_The_Dream 18 күн бұрын
Q could you use a high-def camera and large hard drive and use as a dash camera?
@marcdurbach7036
@marcdurbach7036 2 ай бұрын
Hi Kevin. Maybe you know a solution for connecting both an Ai Kit hat as well as an ssd on m.2 hat at the same time to a pi 5?
@ahmedosama7463
@ahmedosama7463 2 ай бұрын
When tried , the hailo causes issues in identification , and aside from the fps , accuracy is very low , is that accuracy lost during conversion ?, i would still use the coral for now
@bokami3445
@bokami3445 2 ай бұрын
+1 liked, for the late night dancing :-), seriously though, $70 for an entry point modest AI chip is pretty impressive. If you consider all the interesting things hobbits have done with PI's over the years, I'm looking forward to see what they come up with, when you add a NPU to the recipe
@armisis
@armisis 2 ай бұрын
I just got a milk-v meles and managed to get it to boot...(it won't power on using the raspberry pi 5 power but will from just a usb from my pc....) I think this RISC-V has potential but the OS support is lacking right now and RISC-V really needs some love from the open source community. I was hoping ubuntu had something already but they only have a broken version for Milk-V mars that the wifi won't even work... Yet... I think hobbiests are going to love this stuff!
@user-yr2nf9cr4v
@user-yr2nf9cr4v 2 ай бұрын
Looking forward to a tutorial, inferencing custom trained Yolov8 object detection models using this....
@armisis
@armisis 2 ай бұрын
I got a coral and the coral hasn't helped at all. Looking forward to working it into my fabric project.
@AlasdairAllan
@AlasdairAllan 2 ай бұрын
Nope it won't. If you're on a Pi 5 inferencing speed on the CPU is the same performance as the Coral TPU.
@poonnawat9178
@poonnawat9178 Ай бұрын
Q: Can I simply attach this module to my raspberry pi, run the same computer vision program I already have, and expect decent improvements? Thank you.
@kevinmcaleer28
@kevinmcaleer28 Ай бұрын
Great question - unfortunately it doesn’t work like that, that programs need to be specifically away of the accelerator and use it to run the ML models
@tinkerman1790
@tinkerman1790 2 ай бұрын
Thx for sharing! Apart from object recognition, any other use caes be benefit with edge compute power?
@steaders82
@steaders82 2 ай бұрын
Can I use this chip in a standard tensorflow model? If so how? Or is it automatic?
@StefanSteinbauer
@StefanSteinbauer Ай бұрын
Q which case would you put the pi with the hat in? How would you describe the necessity to cool hat or pi?
@CB-ht9ow
@CB-ht9ow 26 күн бұрын
I wanna get into raspberry pi’s and local Ais . Is this called electrical engineering? Is this just a hobby or could I make a living doing this stuff. And without college
@kevinmcaleer28
@kevinmcaleer28 25 күн бұрын
AI is part of the programming skillset. You would have to expand upon the hobby question. You can make a living from AI in many’s, but the programming side requires advanced skills and knowledge of algorithms to make a living from. I mean you can make a living in many ways from AI so you’d have to be more specific
@fullstack_journey
@fullstack_journey 2 ай бұрын
now all that's remaining is: Frigate support!!
@ochanabondhu
@ochanabondhu 2 ай бұрын
Q:Hello..This is cool!... I was wondering if this is enough computer power to work with depth cameras with 3D object detection like the Realsesnse series?...
@janikabalin
@janikabalin 2 ай бұрын
Same question… not sure if I should go for a Jetson Nano, Orin Nano or a PI5 + AI Kit. I want to run a RealSense + RPLIDAR for object tracking and SLAM.
@BlckshpWll
@BlckshpWll 2 ай бұрын
What about the cooling, I'm sure both the pi and ai chip will get boiling if you want to build some continuous running high-flops program
@Technicallyaddicted
@Technicallyaddicted Ай бұрын
Do they cluster stack? Suppose I have an AI project that is 4 different models at once. Can I assign 1 model per pi and make a 4 cluster? I need a LLM that works at least as good as GPT-3, and I need both image(face) recognition, and image generation(from prompt and from fed images, like stable diffusion). Can I use one pi for both image processes, or will I need 5 pi total? I’ve got a cap of 150w because the thing needs to run off a single 200w solar panel(with battery array). Can I get lucky enough to do it all locally without the cloud?
@DarcilioKreitlow
@DarcilioKreitlow 27 күн бұрын
É possivel utilizar essa IA junto com uma camera IP ligado a um NVR? Ou somente com essa mini camera?
@SA-oj3bo
@SA-oj3bo Ай бұрын
Hi, looks interesting, can this AI Kit also work with a stream from an IP-cam?
@ScottFoust
@ScottFoust 2 ай бұрын
I'm interested in detecting ArUco markers and getting their pose estimates. Is that something this AI chip can do well? Would you still need to run something like OpenCV on it? I've never used AI specific hardware so not sure how it works.
@ArianeQube
@ArianeQube 2 ай бұрын
Can I use this AI kit to speed up my LLMs on the Raspberry Pi 5 with Ollama ?
@oksowhat
@oksowhat 2 ай бұрын
how are you running llms on a rpi?
@duplicake4054
@duplicake4054 2 ай бұрын
How well does it perform with LLMs against the base Pi 5?
@OriNachum
@OriNachum 2 ай бұрын
This chip appears to be low on memory, and not fitting at all for LLMs. You want to look out for Hail-10H though (not released yet, no release date either)
@anthonyholmes1312
@anthonyholmes1312 2 ай бұрын
I have struggled SO HARD with the Coral and Raspberry Pi 5. If you are telling me I don't have to create Dockers and virtual environments and whatnot to run older versions of Python I'm IN!!!
@galdakaMusic
@galdakaMusic 2 ай бұрын
Is posible Rpi5 with SSD and Halo for run Asístant and Frigate? What are the correct hat configuration for this pourpose? Thanks
@realivanjx
@realivanjx Ай бұрын
@@galdakaMusic be careful running frigate on a pi as it does not have a compatible encoder and will eat your cpu too much
@galdakaMusic
@galdakaMusic Ай бұрын
​@@realivanjxI have Home Assitant with Frigate Addon in a Rpi4 with Coral USB. With 4 cameras al 50 Zigbee2mqtt devices without any problem since 4 years. I ask if would be posible migrate to Rpi5, pimoroni nvme dual with SSD and Hailo 8L. Runs Hailo 8L with Frigate??
@erniea5843
@erniea5843 Ай бұрын
Seems like this proves to be more performant than my Jetson Nano…maybe it’s time to switch back to Pi
@cslivedk
@cslivedk 2 ай бұрын
Hi Kevin. Is it posible to make a very small pc not much larger than an Apple TV box. It should be running Linux, and possible to connect, keyboard using USB/Bluetooth with a couple of additional usb ports 😃
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Yep - Raspberry Pi 5 plus a tower case (SunFounder have launched one recently)
@cslivedk
@cslivedk 2 ай бұрын
Thank You Kevin😀
@upaiaq
@upaiaq 2 ай бұрын
Is it possible to use this technology to control a UAV so it can be autonomous without GPS? Maybe have it detect objects like buildings mountains lakes etc that it has seen a picture of prior? Where you can use identifiable objects as waypoints that you programmed in prior. I'm a total noob and wonder is there's a name for this idea so I can explore it further?
@asdfg09965
@asdfg09965 2 ай бұрын
its called DSLAM, using pictures to map the environment in real time while you navigate it.
@johnnydepp4114
@johnnydepp4114 2 ай бұрын
so no nvme ssd at the same time as the ai ?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Not with this Hat, but you can use the Pimoroni Duo to have both at the same time.
@anthonyholmes1312
@anthonyholmes1312 2 ай бұрын
@@kevinmcaleer28 could we use the Pimoroni Duo and the Hailo accelerator with the same software, etc?
@biskero
@biskero 2 ай бұрын
I use the PCIe for an NVMe, so how would I add this AI kit, need a splitter?
@agustinbmed
@agustinbmed 29 күн бұрын
man getting one of these is so hard... but it also means that we loose the PCI port to add NVMe / M.2 SSD. Which... why would you run AI without SSD? We'll see when I get one :P
@68HC060
@68HC060 2 ай бұрын
Does openvino work with this ? (I'd like to use Audacity's openvino tools and Whisper for speech recognition).
@Dexter101x
@Dexter101x 2 ай бұрын
Where’s the link for this module?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
www.raspberrypi.com/news/raspberry-pi-ai-kit-available-now-at-70/
@eMgotcha77
@eMgotcha77 2 ай бұрын
@@kevinmcaleer28 Do you know any reseller in the EU?
@Dexter101x
@Dexter101x 2 ай бұрын
@@eMgotcha77 there’s links in that link
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
@@eMgotcha77 Pretty sure my friends at Pimoroni ship to the EU!
@eMgotcha77
@eMgotcha77 2 ай бұрын
Thanks, I know. All shops, even Pimoroni, show either nothing or "pre-order, coming soon". Well i have to exercise patience meanwhile 🙌
@cassielakin
@cassielakin 2 ай бұрын
That's awesome can you still have an nvme drive
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
You'll need a Hat that can take 2 NVMe - such as the Pimoroni NVCe Duo
@bern047
@bern047 2 ай бұрын
@@kevinmcaleer28 isn't the Raspberry Pi NVME hat stackable? so why cant we have two?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
@@bern047 The Raspberry Pi M.2 Hat has one PCIe connector and one M.2 port. The GPIO pins are stackable, but you only get one PCIe connector. Pimoroni Duo has two M.2 ports. There are other Hats available that have multiple PCIe connectors so you can daisy chain them - check out PineBoards website for more info on those.
@bern047
@bern047 2 ай бұрын
@@kevinmcaleer28 Thanks, Pimoroni have done it again for me, will order one thanks
@meryplays8952
@meryplays8952 2 ай бұрын
Is it possible to install both the Acceleator and an SSD?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Yes - you'll need a Pimoroni NVMe Base Duo though
@meryplays8952
@meryplays8952 2 ай бұрын
@@kevinmcaleer28 Thank you.
@martyn334
@martyn334 2 ай бұрын
got a few pi's, but just wondering what uses would this have? o.0
@3dmixer552
@3dmixer552 2 ай бұрын
Can it run facial recognition model?
@Potato_Quality7
@Potato_Quality7 Ай бұрын
Don't know about Ollama, but Hailo, the company behind this M.2 kit (Hailo-8L), the kit has enough processing power to be able to do so.
@conorstewart2214
@conorstewart2214 2 ай бұрын
Unfortunately a lot of AI products look good just looking at the top level specs but then once you have a deeper look they are difficult to use and not all that useful. It will be interesting to see how this ends up working. I have just bought a cheap jetson orin nano for a project of mine so I won't be buying this anytime soon but it will be interesting to see what people manage to use it for.
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
This is not like Rabbit or Humane, it actually does the work locally. I’ve made a lot of content about using object detection previously for various projects so this will take that workload off the main CPU freeing it to do other tasks.
@RobinTheHoodedMan
@RobinTheHoodedMan 14 күн бұрын
The coral was noticeable by its absence....?
@ayusharora8141
@ayusharora8141 2 ай бұрын
very cool !!
@Lp-ze1tg
@Lp-ze1tg 2 ай бұрын
Is the 4gb ram raspberry pi 5 good enough for the A.I kit?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Sure is - in fact that’s the one I demoed it on
@Jerseylance1
@Jerseylance1 2 ай бұрын
Can it run on a pi4?
@AerialWaviator
@AerialWaviator 2 ай бұрын
Not without mods. It uses "PCIe Gen 3" connection on Pi5.
@JeffGeerling
@JeffGeerling 2 ай бұрын
@@AerialWaviator Technically it could be made to run on a Compute Module 4-though I haven't tried yet.
@AerialWaviator
@AerialWaviator 2 ай бұрын
@@JeffGeerling Was wondering. Perhaps a custom PCB where both plug-in. ;)
@TheArcanis87
@TheArcanis87 2 ай бұрын
The RPI4 has a PCIe 1x2.0 connected to a USB3 host controller The CM4 has the PCIe 1x2.0 lane free for the designer to use Hardware wise, it should work, a compliant pcie 3.0 peripheral should communicate with a 2.0 pcie host at reduced speed. One has to see if the halio pcie silicon interface supports that. The RPI4 has the BCM2711 SoC, the RPI5 has the BCM2712 SoC. One has to see if the provided Halio driver works on both SoC, or if it is specific for the RPI5 SoC. I'd really like for the Halio M.2 accelerator to be compatible with CM4, there are lots of CM4 boards out there with a M.2 expansion slot already exposed. e.g. "EdgeBox-RPI-200 equipped a M.2 socket of M KEY type. ONLY 2242 size NVME SSD card is support, NOT mSATA."
@daveedwards1663
@daveedwards1663 2 ай бұрын
Does not work with tflite?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
According to the specs, yes!
@daveedwards1663
@daveedwards1663 2 ай бұрын
@@kevinmcaleer28 Hi Kevin, Do you know of any good getting started guides for it? The demos are fine and the hailo site offers very little. I am interested in a guide to loading models and running inference in python so that I can make some particle use of it.
@FernandoDCDuarte
@FernandoDCDuarte 2 ай бұрын
But, any actual useful uses of this AI kit?
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
What actual uses would you find useful?
@LoneStarBassPursuit
@LoneStarBassPursuit 2 ай бұрын
@kevinmcaleer28 anything besides imagine detection or recognition.
@Yakroo108
@Yakroo108 2 ай бұрын
👍👍👍
@SandipDhakal-hc9tk
@SandipDhakal-hc9tk 2 ай бұрын
I guess you have a shitty light there!
@kevinmcaleer28
@kevinmcaleer28 2 ай бұрын
Haha
@thesimplicitylifestyle
@thesimplicitylifestyle 2 ай бұрын
😎🤖
@salh2665
@salh2665 2 ай бұрын
❤❤❤❤❤🎉🎉
@Alice8000
@Alice8000 22 күн бұрын
So inspiring to see a successful LGBTQ+ KZfaqr 🏳‍🌈❤ Kevin!
@OMNI_INFINITY
@OMNI_INFINITY 13 күн бұрын
Ceiling light or mouse…hmmmm
@OMNI_INFINITY
@OMNI_INFINITY 13 күн бұрын
Ceiling light or toilet….hmmmm
I Built a CoPilot+ AI PC (without Windows)
12:50
Jeff Geerling
Рет қаралды 344 М.
I tried finding Hidden Gems on AliExpress AGAIN! (SPECIAL Part 10)
15:11
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 165 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 23 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 15 МЛН
Matching Picture Challenge with Alfredo Larin's family! 👍
00:37
BigSchool
Рет қаралды 47 МЛН
I built a MONSTER AI Pi with 8 Neural Processors!
8:29
Level 2 Jeff
Рет қаралды 127 М.
Every Developer Needs a Raspberry Pi
27:27
Sam Meech-Ward
Рет қаралды 439 М.
We Did It: Receiving A Program Sent From The Past!
34:08
Retro Recipes
Рет қаралды 59 М.
It’s Been a Good Run, Phone Providers.
26:31
Data Slayer
Рет қаралды 4,4 МЛН
The Raspberry Pi 5 is a $80 Gaming Beast
14:56
Modern Vintage Gamer
Рет қаралды 632 М.
The coolest robot I've ever built!
19:40
Thomas Burns
Рет қаралды 4,6 МЛН
DON'T Use Raspberry Pis for Servers! (Use THIS)
16:23
Hardware Haven
Рет қаралды 1 МЛН
Tiny Pi NAS: It's impossible to recommend
9:06
Level 2 Jeff
Рет қаралды 89 М.
When Did Raspberry Pi become the villain?
21:54
Jeff Geerling
Рет қаралды 1,6 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 165 МЛН