Raspberry Pi Devastator Robot #4: Pygame & Speed Control

  Рет қаралды 98,695

ExplainingComputers

ExplainingComputers

Күн бұрын

Пікірлер: 473
@RoboNuggie
@RoboNuggie 3 жыл бұрын
This video is why you garner so much respect Christopher, in an increasingly superficial society, you delve into the minutiae of how things work and why. Excellent. Thank you.
@Hartley94
@Hartley94 3 жыл бұрын
thanks
@gnarlestongnu637
@gnarlestongnu637 3 жыл бұрын
I would like to add that, on a completely superficial level, that robot is super cool and its face looks badass and if it tried to start a fight with me in a pub I would probably back down and buy it a pint.
@Hi-kq5rx
@Hi-kq5rx 3 жыл бұрын
I’ve been waiting for this video to come out for a while... it was definitely worth the wait, great video as usual Christopher 👌😊
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Thanks -- I got there in the end!
@Hi-kq5rx
@Hi-kq5rx 3 жыл бұрын
Great things take time, everyone knows that!
@gravestoner2488
@gravestoner2488 3 жыл бұрын
@@Hi-kq5rx is that why I'm so slow?
@IsaacPiera
@IsaacPiera 3 жыл бұрын
Great video! An improvement suggestion: If your robot gets out of range it will never receive the KeyUp event, so it will continue advancing forever. Solution: the controller sends the status of the keys every second not only when they are pressed or released. The robot has a timeout so if it doesn't receive an update every second it stops. You can test that by leaving a key pressed and switching off the controller, so it never sends the keyUp event and the robot initiates the emergency stop.
@kriskruz3792
@kriskruz3792 3 жыл бұрын
And in next week’s episode I will show you how to build an AI-driven terminator robot 🤖 based on raspberry Pi ! 👍
@zeberto1986
@zeberto1986 3 жыл бұрын
It’s always a good Sunday when @ExplainingComputers releases a video about the very thing I am working on. Thank you Chris.
@Cluffmaster1980
@Cluffmaster1980 3 жыл бұрын
I have built a robot following your Guides and I have even added a remote firework launcher using a quad relay board. Using 4x 18650 batteries the tank goes really fast as well. Thank You Christopher for the video`s on what to do, You are very clear with instruction. All I need now is a PTZ camera with a live view so I can then drive it up and down the street, on my WiFi Launching my rockets lol.
@rogerkoh1979
@rogerkoh1979 3 жыл бұрын
The tank is back. Speed control is added. Always nice to see the robot in action.
@theoriginaldylangreene
@theoriginaldylangreene 3 жыл бұрын
Just watching this made me feel like a child again. I wish we had stuff like this "in my day".....*groan*. Genuinely Your channel is one of the most reliable for good content. Thanks so much!
@resrussia
@resrussia 3 жыл бұрын
Greatly enjoyed the latest installment of the robotics series. Keep up the good work!
@rohanverma6058
@rohanverma6058 3 жыл бұрын
As soon as I thought you done with the pi zero robot, you strike me again with another video, really like it hope to see more.
@dazryan3463
@dazryan3463 3 жыл бұрын
I had been wondering if the Devastator would return for an update and not disappointed. Using PWM is definitely a much better approach to getting the robot moving in a controlled fashion especially with the hard plastic tracks. Looking forward to the next instalment
@rikprince8414
@rikprince8414 3 жыл бұрын
Ok, loved the technical bits. But, my favorite thing about THIS video was the robot's frowny face! :)
@LMacNeill
@LMacNeill 3 жыл бұрын
So many opportunities for customization here -- one could modify the code to automatically slow the motors during a turn to make turning more accurate. And I see that when you let go of *any* key, all the motors would stop. One could customize that part of the code to check and see *which* key you let go of, so that if you, say, press and release one of the "speed" keys while holding the forward key down, it won't stop the motors until you release the forward key. So many possibilities here! Love it!
@JoseLopez-oz1xm
@JoseLopez-oz1xm 3 жыл бұрын
Loved it, and I can't believe the Robot found a stick. How crazy is that? Great Job Chris
@caw25sha
@caw25sha 3 жыл бұрын
If it was a robot dog it would chase after it and pick it up.
@DrBenChem
@DrBenChem 3 жыл бұрын
Always nice to listen to you talk about electronics whilst I peel my potatoes
@muddyexport5639
@muddyexport5639 3 жыл бұрын
Very good! Enhancement: A joystick to control by degrees via cartesian X/Y coordinates "while in motion" vs. key down input. (Hover Craft need also.)
@satch174
@satch174 Жыл бұрын
Fantastic series, just build this and enjoyed it a lot. Thanks for this. I changed 1 thing. I used pin 16 instead of pin 7. Because every pin above 8 seems to be in a "low" state. This way u don't need a switch. The robot will not move at startup. Hope this helps someone.
@ExplainingComputers
@ExplainingComputers Жыл бұрын
Thanks for your feedback, and I'm glad it was a enjoyable build. I must try the alternative pins. Thanks for the info.
@srtcsb
@srtcsb 3 жыл бұрын
This is one of my favorite projects; it's nice to see it filled out with some simple (but clever) code and improved hardware. Thanks for another great video.
@qwkimball
@qwkimball 3 жыл бұрын
Thanks for this. I started a project yesterday using the L298N, so the timing is impeccable, very much unlike my coding.
@MayankJairaj
@MayankJairaj 3 жыл бұрын
😂🙏
@lawrenceallwright7041
@lawrenceallwright7041 3 жыл бұрын
Wife: "Raspberry pie? Why on earth would you possibly want a raspberry pie? You don't even like raspberries!" Me: (Points at Explaining Computers Devastator Robot video and whimpers.)
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
:)
@serceband
@serceband 3 жыл бұрын
Thank you so much for this !!! Your Pi Robotics series helped me discover a new passion in life 😊 If there is anything I could ask, it would be super super cool if you could also create an episode explaining powering solutions for such projects in more detail. I built a line follower based on your tutorials but it's powered with a single 18650 and capacitor to save space and make recharging easier. I'm making another one powered by 2s battery (7.4v). Thank you again, I really like your channel!
@NickCornaglia
@NickCornaglia 3 жыл бұрын
I thought I'd check in to see where you were at with the devestater project. So glad I did. I always enjoy your videos. I was hoping for a live view camera program but I'll take what I can get. Thanks for the video.
@gregholloway2656
@gregholloway2656 3 жыл бұрын
Great video, Chris. If you want another programming challenge, try using the pwm speed control to make high speed turns when at speed 3. For example, run the left track at speed 3 while the right track is forward at speed 2. Should make a more gradual turn to the right. 😀
@MayankJairaj
@MayankJairaj 3 жыл бұрын
Thanks I'll borrow this idea 👌
@virgilmcmayers4974
@virgilmcmayers4974 3 жыл бұрын
With daughter we also building the robot based on two raspberry pi computers. One is in the robot and the second is the control station. We realized for rotating the camera more suitable to use the separate turning mechanism based on the stepper motor with pre-programed angles to turn. Because you've noticed that tu turn the camera by turning the robot is not easy to catch the proper angle. Also you right that the final tuning of the rotation and speeds is necessary in accordance to the bot dimensions and it's motors capabilities :) One problem that the "real-time reaction" to the button press isn't working in our configuration bot control station. However we working on it now...
@wanyman
@wanyman 3 жыл бұрын
Great video ! I love the robotic ones. Can’t do detailed stuff like this anymore due to health issues so I appreciate allowing me to live vicariously through you.
@AndersJackson
@AndersJackson 3 жыл бұрын
You have an open loop control just now. You might also want to consider a closed loop controller, where you record the speed of the wheels (like number of ticks generated by some of the wheels in the transmition), so it can adjust the PWM so the robot is traveling in the expected speed, if it can. Not just guessing what speed it should have. Then you actually can lower the speeds. This should probably be a PID controller, which isn't that hard to do. Adjusting the P, I and D constant is a bit harder though (but to make it easier, just set some to 1.0 and some to 0.0). That would probably be a better start, and put that in a class so the controlling get abstracted away an easier to control from the rest of the program. Fun video, anyways. Thanks.
@mightycain4725
@mightycain4725 3 жыл бұрын
So happy your making more videos of the robots, I watched the others a few month back and it really got me interested in having ago at building one with my son. Hope you continue with the robotics videos. 👍
@HickoryDichotomy
@HickoryDichotomy 3 жыл бұрын
Very cool indeed! Maybe a nice idea would be to code it so that IF left or right is pressed then a minimum 'tested' speed would be enforced on turning, but keeping the current rules in place for forward and back buttons
@chuckmuckamuck8001
@chuckmuckamuck8001 3 жыл бұрын
The best video on KZbin right now, thanks! I have taken this up as a hobby and this is the next project.
@johnvirgin405
@johnvirgin405 Жыл бұрын
AmAzInG! Thank you again for sharing your content. You have been inspiring and amazing me since the days of Sinclair magazine when I spent hours typing programs (code will always be called programs in my head) into my ZX81 and Spectrum.
@SomeOne-rh5so
@SomeOne-rh5so 3 жыл бұрын
Chris I respect that you share vs people all details and hope could encourage many guys. ))
@M6Props
@M6Props 2 жыл бұрын
Great video Christopher! This series has been such a huge help in building my own Devastator Robot. Thanks for putting out an update to the code!
@ExplainingComputers
@ExplainingComputers 2 жыл бұрын
Great to hear that you have a Devastator too! :)
@RedMageGaming
@RedMageGaming 3 жыл бұрын
Worth the wait! It's been so long since our little treaded friend got some screen time. Would be great to build this out in a more 'client x server' style. With the devastator streaming a live camera feed to another machine where you could control it with a gamepad or something. As long as it's within wifi range fully remote control robotank.
@alerey4363
@alerey4363 3 жыл бұрын
Great hack! You can default to speed 2 for turning so you are sure it has enough power to turn in a controlled manner (1 is not enough and 3 is too much for rotation)
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Yes, it would be a good idea to do all turning at speed 2. And in forward or reverse, to increase speed the longer the key was held down. So many possibilities! :)
@ashikjana8287
@ashikjana8287 3 жыл бұрын
Even thought he has more than 700k subs he still soo underrated... I guess some humans don't wanna learn
@PS_Tube
@PS_Tube 3 жыл бұрын
This robot project is interesting. And it looks stunning. A teeny tiny explorer.
@andreasproteus1465
@andreasproteus1465 3 жыл бұрын
Grown up men still playing with toys is bad news all around.
@NickT6630
@NickT6630 3 жыл бұрын
@@andreasproteus1465 Im a grown up and still play with RC cars 😆
@Peter.Sky.Walker
@Peter.Sky.Walker 3 жыл бұрын
That's what she said. =[
@parrotraiser6541
@parrotraiser6541 3 жыл бұрын
@@andreasproteus1465 How do you think new ideas get generated? Testing concepts on toys is a lot less expensive and dangerous than starting with full-scale hardware.
@perrymcclusky4695
@perrymcclusky4695 3 жыл бұрын
So happy to see the robot back in the wild! Looking forward to your next video.
@barnowldroneservices2979
@barnowldroneservices2979 3 жыл бұрын
Using pygame is rather ingenious. Nice work.
@stuartg40
@stuartg40 3 жыл бұрын
I also used Pygame for this robot a few years ago. I too should probably dig it out for more experimentation. The original plan was to mount a pan-tilt turret on the top with a laser that could burst black balloons.
@caw25sha
@caw25sha 3 жыл бұрын
Can you control a stepping motor? Would be good for a turret.
@stuartg40
@stuartg40 3 жыл бұрын
@@caw25sha Yep, that was the plan.
@tpobrienjr
@tpobrienjr 3 жыл бұрын
Thanks for bringing back the devastator bot.
@1983Chriso
@1983Chriso 3 жыл бұрын
Thank you very much Chris for the amazing video. I wanted to get in to pi robotics with my 5 year old this video has made me want to look in to it further.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Go for it!
@cokeforever
@cokeforever 3 жыл бұрын
Autonomous navigation with neural network and object shapes recognition seems like logical next steps for your lovely robot ;)
@LeftoverBeefcake
@LeftoverBeefcake 3 жыл бұрын
I'm modifying a Tomy Omnibot to give it more modern capabilities and better mobility, and this looks like the perfect chassis to use in place of the crusty old rubber wheels and under-powered motor that it came with.
@SuperHaunts
@SuperHaunts 3 жыл бұрын
So glad to see t hat the stick didn't get things stuck. I wondered what had happened to the devistator!
@PeteVanDemark
@PeteVanDemark 3 жыл бұрын
Kids fortunate enough to have access to Explaining Computers today, will be building the off-world rovers of tomorrow.
@plica06
@plica06 3 жыл бұрын
This was a brilliant episode! Python code running on a Pi controlling a robot!
@stephenhargreaves9011
@stephenhargreaves9011 3 жыл бұрын
Oh, for the speed, hook it into a timer so that it will always start slow an accelerate the longer the direction key is pressed. That way, you don't need to manually select the speed, and you can, in fact, have it range rather than be on fixed values. Noted that to slow didn't provide enough power, but you could simply map a range to ensure that minimum power is sufficient. Maybe include a toggle override (that locks the speed) for those situations where you want a constant speed.
@dj_paultuk7052
@dj_paultuk7052 3 жыл бұрын
Neat!. Its like s 2021 version of the old 70's BigTrak.
@techcracker4566
@techcracker4566 3 жыл бұрын
Really nice video🤟. I want it to say that I really like the chassis of the Robot, it really looks aggressive 😁. I might have an idea for you to continue innovating with this robot: the next step could be streaming the picamera preview, using motion framework, over the internet.... That could be great because you will be able to control the robot without looking physically at it...😎 Anyways, thanks!
@ravesab
@ravesab 3 жыл бұрын
We are in 2021, i wait for hovercraft robot video or another Raspberry robot video 🙏🏻🙏🏻🙏🏻. Thanks for your channel 👍🏻👍🏻
@bigjim152
@bigjim152 3 жыл бұрын
Very interesting. Looks like the next project should be to add the code for 'sweeping up in the garden' to the robot capability!
@martinmchugh1924
@martinmchugh1924 3 жыл бұрын
So happy to see this robot back again 😂
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
It is pleased to me back!
@amirmukhlis4936
@amirmukhlis4936 3 жыл бұрын
Hey, that robot is awesome! Keep making great content man!
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Thanks! Will do!
@bg31337
@bg31337 3 жыл бұрын
A live video stream over network would be awesome! 🙏
@t5ruxlee210
@t5ruxlee210 3 жыл бұрын
Operating the Raspberry Pi Devastator without a combination recovery vehicle/ maintenance and repair crane to hand is really tempting fate, Mr Barnatt.
@t8lucas
@t8lucas 3 жыл бұрын
I wish I could built one like that but for now I can only admire your work. Great project and hope to see more. Thank you 😊
@ahmad-murery
@ahmad-murery 3 жыл бұрын
Now just add some missiles and sirens then program it to recognize strangers invading your backyard :) Cool video as usual Thanks Chris
@christodd6105
@christodd6105 3 жыл бұрын
I have done a very similar thing using an analogue PS4 controller for speed control, so the robot goes faster the further you push the thumbstick. Surprisingly to easy to do.
@Praxibetel-Ix
@Praxibetel-Ix 5 ай бұрын
I can't believe I watched all four parts of the Devastator robot saga in one sitting... ...it was worth it too! It does help to have a massive pile of laundry to fold while watching. Anyway, what a good robot it turned out to be. Are there still plans on making that hovercraft?
@ExplainingComputers
@ExplainingComputers 5 ай бұрын
The Pi hovercraft remains an ambition!
@Praxibetel-Ix
@Praxibetel-Ix 5 ай бұрын
@@ExplainingComputers One day... 🤞
@mikebreakwell3909
@mikebreakwell3909 3 жыл бұрын
Great video as always! Really looking forward to more Pi robot adventures. I'd also like to see Chris put a Pi pico through it's paces
@heinrichkeyser4217
@heinrichkeyser4217 3 жыл бұрын
Great video. If it were a true 33% and 66%, you would have first had to test what the minimum pwm for the robot to move is and then work with that as the minimum and not 0. But I'm sure you know this and this was definitely enough to get the point across😊
@ddiver2200
@ddiver2200 3 жыл бұрын
Thank you for sharing knowledge, but can external control be classified as a robot?
@DFX2KX
@DFX2KX 3 жыл бұрын
And here I was just about to comment if it could be done via PWM, but you beat me to it. combined with an analog joystick and a bit more logic, it could be possible to get it to make gradual turns, too. I guess the next step would be giving in a GPS receiver and programming it to follow a path like a NASA Rover. (edit! If you want to do something with hovercrafts, Tom Stanton might be the KZbinr to talk to, he's another Brit and 3D printed one back in the day, he might be able to give you some advice on things like keeping weight down, which is going to be a challenge)
@kentswanson2807
@kentswanson2807 3 жыл бұрын
outside?! What a strange and wonderful place you have discovered. Scary.
@martinkuhk
@martinkuhk 3 жыл бұрын
I think the Devastator is pretty suitable for students to make autonomous vehicles powered by machine learning.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Yes, it would be a robust platform for that.
@allluckyseven
@allluckyseven 3 жыл бұрын
It would be nice if it could have a proximity sensor and could, then, go around the house all by itself without bumping on anything. But before that you could try making it follow a certain path, maybe a literal path drawn on the floor. Something that the camera can pick up and read as something for it to follow. I mean, those are suggestions. Ideas are a dime a dozen as we all know, implementing them is the real challenge.
@judsonleach5248
@judsonleach5248 3 жыл бұрын
"It's always exciting looking inside a robot, isn't it?" - Yes Sir! lol - Cheers!
@cossakrose
@cossakrose 3 жыл бұрын
Chris: "Devastator, will you be my Valentine?" Devastator: "After all this time?" Chris: "Always."
@dany08011
@dany08011 3 жыл бұрын
Oh god the baddest of pi cases!
@legojenn
@legojenn 3 жыл бұрын
It's always exciting looking inside a robot. Isn't it?... :)
@MrTrilbe
@MrTrilbe 3 жыл бұрын
Next to change over to your own HID with dual analogue sticks one for each track, the direction method looking for any value from the stick greater than zero (ok maybe higher to create a dead zone), while the PWM method looks at the raw value of the sticks position to control speed with a mathematical function to convert it.
@Beevreeter
@Beevreeter 3 жыл бұрын
Now that our tank is running smoothly. in our next video we add a 125 mm smoothbore high-velocity tank gun.
@derekp2674
@derekp2674 3 жыл бұрын
That's so 1960's. Please could we have a working railgun instead?
@Beevreeter
@Beevreeter 3 жыл бұрын
@@derekp2674 Only army surplus parts in the kit, I'm afraid .
@felipesqr
@felipesqr 3 жыл бұрын
Great video! i forgot about the speed thing.. I assume that you can make it turn while going foward if you set a lower speed in one of the sides while going foward.. Also i great part 5 would be LIVE VIDEO FEED and yet over wifi controls.. than you could control it from a phone connected to it via wifi for better range (i'm trying to figure it out actually)
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
You are right, you could all manner of gradual turns by running one set of tracks slower than the other. I may well stream from the camera at some point. :)
@polgzz
@polgzz 3 жыл бұрын
This is SO good!!!😃👏👏👏👏👏👏🔝🔝. I didn't knew about this project, Chris, but I think it's fantastic. This is going to be the next present for my little niece! I can't wait to teach her how to build this (and lern myself!)
@reggiep75
@reggiep75 3 жыл бұрын
Incorporating a wireless games console controller into the control system would allow for a more ergonomic control and analogue triggers/joysticks would favour incremental PWM controls. A tea delivery bot is required for the future, this is its beginnings.
@thomasburnett4712
@thomasburnett4712 3 жыл бұрын
Thank you so much for yet another entertaining and informative video!
@TheTechieScientist
@TheTechieScientist 3 жыл бұрын
I have already done the devestator robot with my raspberry Pi 3b+ , will upgrade now 😀
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Great! This video finally contains the updated code many have been asking me for . . .
@TheTechieScientist
@TheTechieScientist 3 жыл бұрын
@@ExplainingComputers I usually see what code you use and then code my own instead of copying as I believe trying on my own makes me better :)
@williamgiddings9636
@williamgiddings9636 3 жыл бұрын
Good fun Chris, especially during lockdown. BTW, what was the pile of bricks for?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
It is a more a question of where they were from . . . ! :)
@runepedersenDK
@runepedersenDK 3 жыл бұрын
I think I would build a "ELP Tarkus Tank", and build in some high quality speakers, to play music from the album. Then add some add-ons to the tank, controlled by the music structure. I love classic british prog rock, and ELP are among the best!
@robertomaximilianosilveira8768
@robertomaximilianosilveira8768 3 жыл бұрын
Wow Nice to see the robot again ... I love it.. i see it from the begining... Wee see this in Former future films now is real un your garden... Love it
@TopHatCentury
@TopHatCentury 3 жыл бұрын
I love the concept of small robot projects like this one. It is fascinating how this specific model of robot can run on a few AA batteries and an external ppwer bank. I was curious about whether buying rechargable AA batteries for this robot would be as effective than with traditional alkaline AA batteries.
@bensekh
@bensekh 3 жыл бұрын
Love your videos. This will be my next project.
@amaljazzam2127
@amaljazzam2127 3 жыл бұрын
It's fantastic devaster I like I want to make it,thank you for the detailed tutorial
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
You are welcome 😊
@vassilisnikolaou7376
@vassilisnikolaou7376 3 жыл бұрын
That is awesome! Now I feel like I want to make one too, once I finish my Python courses!
@robertmaxa6631
@robertmaxa6631 3 жыл бұрын
Looking forward to seeing the hovercraft in action.
@lorderectus1849
@lorderectus1849 3 жыл бұрын
The tanks getting closer!
@onepalproductions
@onepalproductions 3 жыл бұрын
Lovely stuff, thanks for sharing.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
My pleasure!
@Steve.68
@Steve.68 3 жыл бұрын
Yet again a thoroughly enjoyable video , information at a level I sort of understand , just stretching my knowledge level a little. I have a suggestion for a further video in this series, how about building arduino based controller with thumb stick/s to fully utilised the speed control?
@Graham_Rule
@Graham_Rule 3 жыл бұрын
That's fascinating. Will have to go back and review the earlier videos. Was there any particular reason for running a full GUI on the Pi? It is a long time since I used curses (well before I had a computer that could run X-Windows) so I know it doesn't need the graphical display.
@VeryUsMumblings
@VeryUsMumblings 3 жыл бұрын
Surely a robot called 'Devastator' can deal with a stick... oh,, wait...no... oh, ....YES! Ha! That will teach that stick!
@NicoDsSBCs
@NicoDsSBCs 3 жыл бұрын
Nice to see the bot back. He still looks menacing. Would be cool to have a nerf gun on it as cannon. Have a nice evening Christopher.
@SarfLondonWardancer
@SarfLondonWardancer 3 жыл бұрын
Very interesting video. I'm curious when setting the speed are you automatically forced to have a maximum option of 100% ? If one was to type say 200%. Would the motor over clock and work at a higher speed until it burns out, or would the motor just run at 100% being its manufactured maximum?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
A square wave pulse cannot be high more than 100 per cent of time. So you could not overclock the motor by trying to set a higher value -- 100 percent is "fully on". :)
@SarfLondonWardancer
@SarfLondonWardancer 3 жыл бұрын
Thanks
@lowiehojas5525
@lowiehojas5525 3 жыл бұрын
You are such a great person! great mind you have. Thank you for your videos. You make it easy to understand things that are complicated for me. much respect to you Sir! Have you tried setting it up as a live feed? where you have also a monitor on your controller :)
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Thanks for this. A live video feed is on my list!
@lowiehojas5525
@lowiehojas5525 3 жыл бұрын
@@ExplainingComputers yay, great! looking forward to it :)
@karllaun2427
@karllaun2427 3 жыл бұрын
At last! I've been waiting for this one. Time to bring the Devastator out of it's box...
@NewAgeDIY
@NewAgeDIY 3 жыл бұрын
Happy to see Mr. Track back on the road. Lots of good information. Question. I wonder if you incorporated the Raspberry Pi Pico and the Raspberry Pi 0 ? It could be a interesting product!
@SimopediaTech
@SimopediaTech 3 жыл бұрын
great informative video, thanks for sharing 👍🏼
@gigteevee6118
@gigteevee6118 3 жыл бұрын
Hovercraft needs to be done for sure!!! Both could do with tank like dual analogue stick game controller support instead of keyboard.
@JuryDutySummons
@JuryDutySummons 3 жыл бұрын
An alternate option you might find interesting - Blue Dot (android app) - it's designed to allow you to pair an android device to a pi (or similar) and interact with a python script.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Now this I will investigate. Thanks! :)
@JuryDutySummons
@JuryDutySummons 3 жыл бұрын
@@ExplainingComputers Here's a basic scrip I threw together. pastebin(dot)com/mB8DLHsK I have a robot chassis on order, so I'm getting ready :)
@G-3-A-R-Z
@G-3-A-R-Z 3 жыл бұрын
Love the content. In fact this would be a cool project to try with my daughter. She still needs to grow up a bit. Although it would be funny to explain that my daughters first language is Python. I can imagine the question,"What is she from house Slithern?"
@MrJaz8088
@MrJaz8088 3 жыл бұрын
Pan & Tilt for the Camera would be a very good option
Raspberry Pi Plant Watering (& Time Lapse)
23:41
ExplainingComputers
Рет қаралды 338 М.
Raspberry Pi Pico W: WiFi  Controlled Robot
17:56
ExplainingComputers
Рет қаралды 93 М.
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 60 МЛН
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 73 МЛН
Raspberry Pi Devastator Robot #2
19:07
ExplainingComputers
Рет қаралды 285 М.
Raspberry Pi Servo Motor Control
17:36
ExplainingComputers
Рет қаралды 392 М.
Raspberry Pi Devastator Robot #1
15:03
ExplainingComputers
Рет қаралды 205 М.
One CPU To Rule Them All - Ryzen 7 9800X3D Review
12:47
Linus Tech Tips
Рет қаралды 1,1 МЛН
Raspberry Pi Pico: Inputs & Servo Control
17:20
ExplainingComputers
Рет қаралды 133 М.
Building a robot from a videogame?
18:46
Jordan - Obviously Robotics
Рет қаралды 956
Raspberry Pi Anemometer: Measuring Wind Speed!
20:51
ExplainingComputers
Рет қаралды 109 М.
Arm PC Build (Rock 5 ITX)
22:35
ExplainingComputers
Рет қаралды 147 М.
Mini Raspberry Pi Server With Built In UPS & Stats Display
11:03
Michael Klements
Рет қаралды 3,4 МЛН
DualShock Evolution 🎮
0:12
Gleb POV
Рет қаралды 752 М.