The New Arduino Giga R1 WiFi (Part 1)

  Рет қаралды 79,311

Switch & Lever

Switch & Lever

Жыл бұрын

It's almost like xmas in March when Arduino releases a new board. Follow along as I explore the Arduino Giga, and see what makes it tick. This is the first part of a two part video, the second part being released at some point shortly and will contain a project made with the Arduino Giga.
Thank you to Arduino for sending me this board for review! All opinions expressed in this video are my own though.
Head over to www.arduino.cc to check out the Arduino Giga and everything else Arduino has to offer.
#gigar1 #gigar1wifi #arduino #arduinogiga
--------------------------------------------------------
Correction for 5:08 : It should be 0-4096, not 0-1023. The DAC is 12-bits.
-------------------------------------------------------
Get your merch on: switchandlever.com/merch
Follow and like Switch & Lever on:
Facebook: / switchandlever
Instagram: / switchandlever
Twitter: / switchandlever
Pinterest: / switchandlever
Linkedin: www.linkedin.com/profile/view?...
And check out the Switch & Lever online store at:
www.switchandlever.com/store/

Пікірлер: 124
@Arduino
@Arduino Жыл бұрын
Thanks for sharing! Looking forward to part two!
@wingselectronics
@wingselectronics Жыл бұрын
Please Provide Orignal Arduino In India to Distributors So Can We Buy
@mspeir
@mspeir Жыл бұрын
Good job, guys! I've been waiting for something advanced like this from you for years.
@nkwilk513
@nkwilk513 Жыл бұрын
Please send Arduino GIGA to Botland (PL)!!!! I'd like to get a couple for my new projects!
@kennethbeal
@kennethbeal Жыл бұрын
@@nkwilk513 Amuses me to see a land of bots in Perl. :) (I know, I know, everyone's moved on to Python, and .py can't be an ambiguous country code so find humor where we can... :) )
@dungtrananh1522
@dungtrananh1522 Жыл бұрын
Is this commercial now?
@ninjarobotmonk3y
@ninjarobotmonk3y Жыл бұрын
Nice to see you! What a lovely little explanation video, thanks for taking the time to create, edit, and share :)
@bluegizmo1983
@bluegizmo1983 Жыл бұрын
This new Giga R1 is gonna make some great projects! One use I can see for sure is in the DIY vehicle ECU market. Right now, one of the common DIY ECU kits on the market is the Speeduino, which uses an Arduino Mega as the brain, but is somewhat limited in functionality due to the slow processor and memory limitations, plus no built-in WiFi or Canbus. This new Giga R1 would be a fantastic replacement for the Mega in this area, but would require some slight redesign to accommodate the new pinout of the Giga, plus some logic level shifting would be required to accommodate the new 3.3V IO instead of 5V.
@theelectricmonk3909
@theelectricmonk3909 Жыл бұрын
Nice! But TBH I'll be sticking to the ESP32... So, it doesn't have as many pins, nor an "off" pad (or a RTC as far as I know) - but it does have WiFi, "enough" pins, can be programmed via the Arduino IDE (or not, as you prefer)... and is around 1/10th the price for a devkit board. It's great to see WiFi coming to Arduino though!
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Each thing in its place. If a project suffices with an ESP32 that's what I'll use, if I have one handy, but if I need the features of the Giga for a project it's sure a nice board to have in your toolkit. The 12-bit DAC is a really nice addition, higher fidelity audio output is something I've been wanting for some time.
@theelectricmonk3909
@theelectricmonk3909 Жыл бұрын
@@SwitchAndLever Yeah, can't argue with any of that! I still use Arduino Nanos (which, weirdly, are bigger than the Mini Pro?) because often that's all the board you need. The 12-bit DAC would be no good to me, my ears are only fitted with a 7-bit DAC that mostly doesn't work very well 🤣
@SarahKchannel
@SarahKchannel Жыл бұрын
If you dig deep into the ESP32, it has sort of an RTC built-in, while not very much talked about. Good enough for most applications where occasional synch to network time or GPS is possible. But never the less an exiting new family member !
@bobweiram6321
@bobweiram6321 Жыл бұрын
Interesting, but the Raspberry Pi Pico's PIO changes the game. It can perform complex, high speed protocols over IO in realtime without bogging down its cores. You can render VGA graphics, for example, and still have the CPU available to run a simulator.
@TheSwissGabber
@TheSwissGabber Жыл бұрын
And you can get 17 Picos for the price of one Giga..
@666aron
@666aron Жыл бұрын
Every component has its use. The Pi Pico does have PIO, but it's not even near that flexible as an FPGA. It has a dual-core architecture, but the overall performance is low. Of course, for the average Arduino user it's more than enough. These AMP boards M7/M4 are beasts in their own. You don't need PIO if you have DMA and core decoupled peripheral. If you want a true hybrid, look for PSoCs. They have single or dual ARM cores, analog/digital peripheral, configurable logic blocks and some even have BT (and they are not as expensive as a ZYNQ or similar SoC).
@mspeir
@mspeir Жыл бұрын
Finally an Arduino that excites me!
@ericBcreator
@ericBcreator Жыл бұрын
It looks interesting but is not really suited for small projects and neither cheap, even more expensive than a RPi.
@alranel
@alranel Жыл бұрын
It's called GIGA... it's for big projects 🙂
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Small is a matter of definition though. Is it suitable for true miniaturization projects the size of a matchbox? No, of course not, but no one claimed it to be either. However, what it lacks in minisculeness it makes up for in leaps and bounds in other areas.
@Scrogan
@Scrogan 11 ай бұрын
I can see it being useful as the brains of an extensive 3D printer or other CNC mainboard, where the high pin-count and STM32 processor are in demand. That said, you really don’t need that high specs for CNC. An overclocked RP2040 would work just as well if not for compatibility and pin count issues, hopefully we’ll see Klipper and Marlin builds for it in the near future.
@LimbaZero
@LimbaZero Жыл бұрын
It seems like stripped down version of STM32F746DISCOVERY board with bigger chip. Missing POE, Display, 4GB EMMC, ST-Link. Ok those features limit what GPIO I can have. For that size of chip I start to recommend ST-Link for debugging. Ability to step code and check internal ram/registers/peripherals start to be gold if you need to investigating why it's behaving oddly.
@danieltudor6165
@danieltudor6165 Жыл бұрын
finally a big wifi board ! all the extra are a nice to have also, I hope the price is affordable.
@prigadiri
@prigadiri Жыл бұрын
Just ordered uno r3. Now I have to wait for two months :D
@cx3268
@cx3268 Жыл бұрын
Few years ago the big thing that prompt me to other providers was WiFi or Arduino lack of. Minor against was the size of that board. Yes others such as Arduino NANO was a lot smaller footprint.
@FinlayDaG33k
@FinlayDaG33k 11 ай бұрын
I've been looking at a variety of boards to make my car's new dashboard... I think I may have found a very solid candidate.
@pyalot
@pyalot Жыл бұрын
Yay finally wifi with an antenna connector on an arduino. Have been using that on ESP32 costing 1/5th of an arduino at 1/10th the board size for years...
@PCBWay
@PCBWay Жыл бұрын
Welcome back! 🥳
@heisenbergstayouttamyterri1508
@heisenbergstayouttamyterri1508 Жыл бұрын
Lol it's an SBC itself instead of a Microcontroller... ❤️❤️❤️ LOVE IT!
@madwilliamflint
@madwilliamflint Жыл бұрын
Yeah it's really crossed the line. I'll take 8.
@camplays487
@camplays487 Жыл бұрын
fake news
@Bianchi77
@Bianchi77 Жыл бұрын
Nice video, thanks :)
@kippie80
@kippie80 Жыл бұрын
this could be a killer board for klipper. Both MCU and Host in same chip on 3D printers
@GnuReligion
@GnuReligion Жыл бұрын
Hmmm ... don't know if a Cortex-M4 has the guaranteed cycles-per-instruction needed, but probably. The M0's have no problem. The issue is that real STM32's of any flavor are ridiculously expensive and hard to source. I long for the days of plentiful $15 PiZero2W boards hosting Mainsail+cam, driving a $1.50 STM32F103CBT6 running 5 steppers though Klipper.
@ferencszabo3504
@ferencszabo3504 Жыл бұрын
Those stm32H, even F7 micros are always fun, but its price point is killing this product.The golden standard is still ESP32 !
@SwitchAndLever
@SwitchAndLever Жыл бұрын
I hear you, but that's a bit like comparing apples and oranges. Sure they're both fruit, but they're not replacable, and I wouldn't put orange slices instead of apple into an apple cake. Situations which may call for an ESP32 may not need a Giga, and situations that may need what the Giga offers may not suffice with an ESP32. For instance, how big of a touch screen and how many HID devices can you use with the ESP32? WiFi is only part of it.
@kennethbeal
@kennethbeal Жыл бұрын
@@SwitchAndLever Re: "apples and oranges." An apple a day might keep the doctor away, but it won't cure your scurvy when you're out at sea away from the docks. (And yes, there's intentional wordplay in there, like birth/berth certificate.) Am loving the esp32, and agree that different tools have different uses. Will check this one out too!
@fench1234567
@fench1234567 9 ай бұрын
Can you use just any arduino compatible touch screen TFT or otherwise with the Giga R1? How do you connect it? I haven't seen much listing of compatibility or display screen products available that explicitly include the Giga R1.
@michaelw24401
@michaelw24401 Жыл бұрын
I have a little bit of an Arduino obsession. They should have called this gem the "Arduino SWEET!" Must have. Thanks for the run-down.
@cheetahkid
@cheetahkid Жыл бұрын
hmm, thank for sharing! I was thinking, can we use it for 3d printing and camera and extra stuff all in?
@terryphan7451
@terryphan7451 Жыл бұрын
Definitely! There already ramp board for the Mega. Hopefully they make a ramp board for the Voron build with support for 7 stepper.
@siriokds
@siriokds Жыл бұрын
Interesting choice to use a very fast STM32 dual core arm soc in an Arduino board. It has 5V tolerant gpio with very fast access. Unluckly ST has availability issues.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
It is not recommended to connect 5V to any of the GPIOs. The MCU and board runs on 3.3V. It can provide 5V output on the 5V pin, and it can accept being powered by higher voltages on the Vin pin, but that's about it.
@georgesdev4577
@georgesdev4577 Жыл бұрын
It's ESP32 for me. For price and so much choice of boards!
@thegreenpickel
@thegreenpickel Жыл бұрын
@ 5:09 Wouldn't a 12bit dac have 0 - 4095 steps and a 10 bit dac have 1023 steps? Nice board and video.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Read the description, I made a mistake when editing in a rush, but I can't really edit the video after the fact.
@thegreenpickel
@thegreenpickel Жыл бұрын
@@SwitchAndLever Yes, I read this in the comments after I posted. Now I want to make an Arduino sandwich.
@GregsGarage
@GregsGarage Жыл бұрын
Whohoo!!! Always exciting to see what's new with these things.
@ipadize
@ipadize Жыл бұрын
what size is that micrometer on the wall?
@christopherleadholm6677
@christopherleadholm6677 Жыл бұрын
Nice work.
@mr.g4tero781
@mr.g4tero781 Жыл бұрын
Comparative with Portenta? Or not comparable? Greetings Open Hardware'rs
@larsu1212123
@larsu1212123 Жыл бұрын
Are the DACs 12-bit or from 0 to 1023 @ 5:08 ? Because 12 bit would be 0...4095.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Damn, you're right! That's an inattentive mistake, it's of course 4096 values (0-4095), i.e. 12-bits.
@larsu1212123
@larsu1212123 Жыл бұрын
@@SwitchAndLever Alright, many thanks!
@kutterkoeter
@kutterkoeter Жыл бұрын
what are these 2*2 covers on the headers for?
@jon_raymond
@jon_raymond Жыл бұрын
They are there so the pick and place machine can place the headers using it's vacuum nozzle while assembling the board. They are to be removed by the user before use.
@fusseldieb
@fusseldieb Жыл бұрын
Looks like the Arduino looked up to the ESP32/8266 boards and finally wants a slice of the pie ;)
@playdav485
@playdav485 Жыл бұрын
i would like to see that used for some sort of self driving it has can communication etc
@crazytom
@crazytom Жыл бұрын
No radios? In this day and ages?
@55418und
@55418und Жыл бұрын
Where can I study how this board functions? More in depth.?
@madwilliamflint
@madwilliamflint Жыл бұрын
I'm not sure what I'll use that many pins for. But...I need a half dozen to figure it out.
@johnbillings5260
@johnbillings5260 Жыл бұрын
Interesting, but not for me. I don't need to start working on another handheld project, but with even more limits. I guess you could use the DAC for sampling data like a TI calculators could use CBL. It could be a 2 channel oscilloscope for example.
@DIYRobotGirl
@DIYRobotGirl Жыл бұрын
I am just wondering about connecting to screens. If so, why not just make it a single board computer. It just seems unnecessary if I still have to put it to rpi4.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
This is not about connecting to screens to run a whole OS backbone, or running video or anything more processor intensive. It's still only about running relatively small screens with optional touch screen interfaces to create simpler interactive interfaces. To create that with a Pi is certainly possible, but it's woefully overpowered for something that simple. At the same time Arduino has been underpowered for something like that, which makes me happy to see them closing that gap with the Giga.
@EmbeddedEnigma
@EmbeddedEnigma Жыл бұрын
Its nice Arduino is moving towards STM32s now, but I think the price point of this is not that appealing as STM32H7 nucleo board go for 27dollar, And I think this board is more focus towards more advance projects. I work a lot with stm32s and if I had a choice I would surely go for one of the nucleo board and not this one.
@666aron
@666aron Жыл бұрын
If you can get your hand on a NUCLEO-H7 board... I wanted one of these asymmetric MCU devboards from the time of release, but so far I had no luck. Everything sells out as soon as it is on stock.
@EmbeddedEnigma
@EmbeddedEnigma Жыл бұрын
@@666aron well I checked two days ago they were available on digikey and now magically they are no longer available XD.
@A_Canadian_In_Poland
@A_Canadian_In_Poland Жыл бұрын
A microcontroller that has more computing power than most 1990s computers?! What is a practical use of this board that no earlier version of the Arduino could do? Or is it just to compete with the Raspberry Pi Pico? I've done several microcontroller projects in the past and found ATtiny ICs enough for most of my needs.
@felderup
@felderup Жыл бұрын
i think as an educational platform on the low end, that's where arduino shines, a mid range is needed and the pcduino's(like raspberry with arduino headers) lagged behind. both arduino(and their hangers on) and raspberry(and their hangers on) are trying to win the midrange experimenter sbc market, the raspberry knockoffs go toward the nano-itx power level stuff, arduino should limit their board sizes to what they have, stay small, they're more likely to win there. i think the pico was an outlier built to deal with chip shortages, if there was really that big a market for high power in tiny spaces the propeller would have taken off and clogged that market long ago.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
"arduino should limit their board sizes to what they have" I'm confused, because this is what they're doing. The Giga does not represent a physical size increase beyond what they already offer. From the sound of it you'd be surprised how broadly Arduino is adopted in product development prototyping qualities. Oftentimes you need a platform which is quick and easy to cobble something functional together with, and the Arduino fills that function beautifully with its wide variety of boards, and peripherals (and libraries) available to it.
@felderup
@felderup Жыл бұрын
@@SwitchAndLever they've stayed within their size ranges, sure, but, no, i'm not surprised it's used in development, that's the point, they're better at that than pi's, aside from the pico. if they stray too far from that ease of development it'll spread them thin and they'll falter.
@Gerald-iz7mv
@Gerald-iz7mv Жыл бұрын
hi is there a camera, LTE, and solar cell i can connect to this Arduino Giga R1?
@GROGU123
@GROGU123 Жыл бұрын
Oh wow, this board is sexy. I want that built in CAN bus!!!!
@thespacecowboy420
@thespacecowboy420 7 ай бұрын
When will there be a generic that costs half the price?
@drakkorvladimir4012
@drakkorvladimir4012 11 ай бұрын
Why will this NOT print to serial monitor?
@williamjasonnoda2643
@williamjasonnoda2643 Жыл бұрын
Do you think it will work with RAMPS?
@diyaaldeen1097
@diyaaldeen1097 5 ай бұрын
Whats happened to switch and lever
@retrotechandelectronics
@retrotechandelectronics Жыл бұрын
So its an ESP32 at 5 times the price with some feature tradeoffs.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Esp32 have 12-bit DACs, a can bus, jtag connector, and can use both USB HID devices, cameras and screens? Basically the similarities stop shortly after “it has Wi-Fi”.
@legionjames1822
@legionjames1822 Жыл бұрын
Coming after the pi market
@lomgshorts3
@lomgshorts3 3 ай бұрын
Just to be interesting, why not make a brass telegraph key, eh?? This is bound to get much interest.
@kayezero703
@kayezero703 Жыл бұрын
It's been awhile
@Mr_Tummy
@Mr_Tummy Жыл бұрын
Would anyone happen to know which display screens are compatible with this?
@saddle1940
@saddle1940 Жыл бұрын
The 3v3 GPIO is a bit of a killer for me.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Logic level converters do exist 🙂
@tychothefriendlymonolith
@tychothefriendlymonolith Жыл бұрын
Can someone please make an SP-1200 clone for this?
@johnbarrington2526
@johnbarrington2526 Жыл бұрын
Is that a batleth behind you?
@josuelservin
@josuelservin Жыл бұрын
A _precision_ bat'leth
@colormaker5070
@colormaker5070 Жыл бұрын
Thats the first thing I thought but then I saw the micrometer on the end. I just switched from PIC18 to ESP32 for new projects.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Go to my instagram (link at the very end of the video). The first image on my account shows a full view of the "bat'leth" 😉
@BruceNJeffAreMyFlies
@BruceNJeffAreMyFlies Жыл бұрын
@@SwitchAndLever Can barely see the picture without an account.
@johnstorm589
@johnstorm589 Жыл бұрын
why doesn't it have more ram?
@ilario.foresti
@ilario.foresti Жыл бұрын
Hi friend… 12bit DAC si 0 to 4095 😊
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Hi friend, you should probably read both the description of the video, as well as the comments below it, before throwing yourself into writing a comment.
@kriptokoin
@kriptokoin Жыл бұрын
please try to run ds18b20. mbed os crashes with no solution
@TheBriti-Critic
@TheBriti-Critic 9 ай бұрын
Part two!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@georgeogrady449
@georgeogrady449 Жыл бұрын
What speed what giga to tb speed
@ipadize
@ipadize Жыл бұрын
Next up: Arduino Ultra Arduino Hyper
@ChrisLocke1969
@ChrisLocke1969 Жыл бұрын
I wonder why the "off" pin isn't software accessible? (ie: no hardware switch required)
@tookitogo
@tookitogo Жыл бұрын
I’m guessing it’s the shutdown pin of a DC-DC converter
@jimmatheson9125
@jimmatheson9125 Жыл бұрын
12 bits is 4095, not 1023!
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Yep, which if you actually bothered to read the description or comments you would’ve realized is a horse that’s been beaten to death long ago.
@romanowskis1at
@romanowskis1at Жыл бұрын
Lack of ethernet, which is present in main controller is huge as hell drawback and in Arduino hardware style project. Also is lack of external SDRAM etc. Audio connector without audio codecks is bs, for example NAU88C22 is cost about $1.4 in $70 is small budget impact. Is usefull device but from my perspective Nucleo boards are better and more price efficient. Everythig work under visual studio codes so...
@arjanitfandaj
@arjanitfandaj Жыл бұрын
Its basically an stm32, so buy the nucleo even cheaper than this..
@greenTech88
@greenTech88 4 ай бұрын
Due board
@robertraagas2360
@robertraagas2360 Жыл бұрын
The problem with this MC is the availability. Tsk tsk.
@Zocht-Kocht
@Zocht-Kocht 5 ай бұрын
3:00 Or you could Put 8 copies of Doom on it🎉
@britantyowicaksono8409
@britantyowicaksono8409 Жыл бұрын
OMG it's stm32H7...it's top of the road map on stmicro...meh...must be expensive, skip it for now
@marsrocket
@marsrocket Жыл бұрын
Not a “literal” beast. Literal means the exact opposite of what you mean.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Oh, you're one of those 🙄 Look, buddy, let me break it down to you. Language change over time. Things, like the word "literal" and "literally" may have once meant only what you hint at, but has for quite a while now had use where it essentially means the antonym of what it once did, i.e. figuratively. This has for quite some time been an accepted meaning, and listed in both the Cambridge, Oxford, and Merriam-Webster Dictionaries. Further more, the word "literal/literally" has literally been used in writing since the 18th century in the way I'm using it in this video. So, we done here?
@marsrocket
@marsrocket Жыл бұрын
@@SwitchAndLever I’m all for language changing, but this one hasn’t hit my life yet. And no, I’m not “one of those”, but this word in particular seems to push my buttons.
@SwitchAndLever
@SwitchAndLever Жыл бұрын
Then let it push your buttons no more, accept that its usage is correct and move on, let knowledge set you free rather than limiting others with disinformation 🙂
@kjoh42
@kjoh42 Жыл бұрын
Manicure
@SwitchAndLever
@SwitchAndLever Жыл бұрын
No, this is something called "working hands", meaning I actually do productive things in a workshop all day long as opposed to sitting and making snarky comments on KZfaq.
@aaronalquiza9680
@aaronalquiza9680 8 ай бұрын
oof.. $100
@alexstone691
@alexstone691 Жыл бұрын
I feel like all arduino boards are obselete nowadays with all the arm chips
@Ziplock9000
@Ziplock9000 6 ай бұрын
I think it's overpriced. It should be around £30-£40 not £60
@bricklearns
@bricklearns Жыл бұрын
Uh this is just an advert
@SwitchAndLever
@SwitchAndLever Жыл бұрын
As I expressly stated, everything I have mentioned in the video are my own words, Arduino has in no way told me what to say and not. So your statement that it’s just an advert is wrong. This video is for those who are interested in Arduinos, and news from them. If you’re not interested it’s very easy to just move on 🙂
The Trick With Laser Cut Box Joints
12:17
Switch & Lever
Рет қаралды 246 М.
Did you believe it was real? #tiktok
00:25
Анастасия Тарасова
Рет қаралды 54 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 61 МЛН
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 6 МЛН
What's the difference? Arduino vs Raspberry Pi
6:21
Tinkernut
Рет қаралды 1,8 МЛН
Arduino Giga Display for Giga R1 WiFi - first impressions  #Giga Display #Giga R1 WiFi #arduino
3:53
Massive AliExpress Haul - Arduino & Electronics Edition (2024)
16:58
Risto Innovates
Рет қаралды 2,5 М.
GPIO for any PC or Laptop: Adafruit FT232H
19:18
ExplainingComputers
Рет қаралды 198 М.
Making a Piezo Pickup Instrument
10:06
Switch & Lever
Рет қаралды 167 М.
new Arduino GIGA - Is Arduino doomed?!?
7:44
Blueprint IoT
Рет қаралды 25 М.
DIY sonar scanner (practical experiments)
14:30
bitluni
Рет қаралды 1 МЛН
Arduino Starter Kit Roundup (2024)
8:17
Insights In Automation
Рет қаралды 1,7 М.
Arduino Uno R4 Review - Best Arduino Board Ever?
9:16
Gary Explains
Рет қаралды 27 М.
القطة الشجاعة 😭😭🐱 #shorts
0:30
7amoda Gaming
Рет қаралды 28 МЛН
Burger Boom 💥 #настольныеигры #boardgames #games #игры #настолки #настольные_игры
0:35
КОМПОТ В СОЛО
0:16
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 3,2 МЛН
Clowns abuse children#Short #Officer Rabbit #angel
0:51
兔子警官
Рет қаралды 15 МЛН