Raspberry Pi Devastator Robot #4: Pygame & Speed Control

  Рет қаралды 99,117

ExplainingComputers

ExplainingComputers

Күн бұрын

Пікірлер: 471
@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.
@DrBenChem
@DrBenChem 3 жыл бұрын
Always nice to listen to you talk about electronics whilst I peel my potatoes
@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!
@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?
@SembeiNorimaki
@SembeiNorimaki 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.
@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.
@rikprince8414
@rikprince8414 3 жыл бұрын
Ok, loved the technical bits. But, my favorite thing about THIS video was the robot's frowny face! :)
@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.
@resrussia
@resrussia 3 жыл бұрын
Greatly enjoyed the latest installment of the robotics series. Keep up the good work!
@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 жыл бұрын
:)
@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.
@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.
@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.
@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 жыл бұрын
😂🙏
@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!
@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 ! 👍
@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.
@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.
@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.
@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
@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! :)
@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. 👍
@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.
@PeteVanDemark
@PeteVanDemark 3 жыл бұрын
Kids fortunate enough to have access to Explaining Computers today, will be building the off-world rovers of tomorrow.
@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 👌
@perrymcclusky4695
@perrymcclusky4695 3 жыл бұрын
So happy to see the robot back in the wild! Looking forward to your next video.
@johnvirgin405
@johnvirgin405 2 жыл бұрын
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. ))
@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!
@ashikjana8287
@ashikjana8287 3 жыл бұрын
Even thought he has more than 700k subs he still soo underrated... I guess some humans don't wanna learn
@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.
@barnowldroneservices2979
@barnowldroneservices2979 3 жыл бұрын
Using pygame is rather ingenious. Nice work.
@plica06
@plica06 3 жыл бұрын
This was a brilliant episode! Python code running on a Pi controlling a robot!
@tpobrienjr
@tpobrienjr 3 жыл бұрын
Thanks for bringing back the devastator bot.
@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.)
@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!
@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.
@SuperHaunts
@SuperHaunts 3 жыл бұрын
So glad to see t hat the stick didn't get things stuck. I wondered what had happened to the devistator!
@martinmchugh1924
@martinmchugh1924 3 жыл бұрын
So happy to see this robot back again 😂
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
It is pleased to me back!
@DimensionPardo
@DimensionPardo 3 жыл бұрын
Greetings, what program do you use to edit your videos and to record your screen?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Hello! :) I normally edit (and did here) in Premiere Pro CS5 (one of the last editions pre-rental). Else I use DaVinci Resolve. The screen is recorded in hardware, not software, using an HDMI recorder see my video here: kzbin.info/www/bejne/pqDGpGNojtp9as0
@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 😊
@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! :)
@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
@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
@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...
@thomasburnett4712
@thomasburnett4712 3 жыл бұрын
Thank you so much for yet another entertaining and informative video!
@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.
@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
@cokeforever
@cokeforever 3 жыл бұрын
Autonomous navigation with neural network and object shapes recognition seems like logical next steps for your lovely robot ;)
@vassilisnikolaou7376
@vassilisnikolaou7376 3 жыл бұрын
That is awesome! Now I feel like I want to make one too, once I finish my Python courses!
@SimopediaTech
@SimopediaTech 3 жыл бұрын
great informative video, thanks for sharing 👍🏼
@bensekh
@bensekh 3 жыл бұрын
Love your videos. This will be my next project.
@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!
@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.
@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
@dj_paultuk7052
@dj_paultuk7052 3 жыл бұрын
Neat!. Its like s 2021 version of the old 70's BigTrak.
@delagum1
@delagum1 3 жыл бұрын
Great vid! Now you’re making me want to get involved into the Raspberry.
@ravesab
@ravesab 3 жыл бұрын
We are in 2021, i wait for hovercraft robot video or another Raspberry robot video 🙏🏻🙏🏻🙏🏻. Thanks for your channel 👍🏻👍🏻
@judsonleach5248
@judsonleach5248 3 жыл бұрын
"It's always exciting looking inside a robot, isn't it?" - Yes Sir! lol - Cheers!
@karllaun2427
@karllaun2427 3 жыл бұрын
At last! I've been waiting for this one. Time to bring the Devastator out of it's box...
@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!)
@bg31337
@bg31337 3 жыл бұрын
A live video stream over network would be awesome! 🙏
@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!
@onepalproductions
@onepalproductions 3 жыл бұрын
Lovely stuff, thanks for sharing.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
My pleasure!
@ddiver2200
@ddiver2200 3 жыл бұрын
Thank you for sharing knowledge, but can external control be classified as a robot?
@Praxibetel-Ix
@Praxibetel-Ix 7 ай бұрын
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 6 ай бұрын
The Pi hovercraft remains an ambition!
@Praxibetel-Ix
@Praxibetel-Ix 6 ай бұрын
@@ExplainingComputers One day... 🤞
@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 . . . ! :)
@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 😊
@sepgorut2492
@sepgorut2492 3 жыл бұрын
How about pre-programmed moves: turn 90 degrees left, wheel right, about turn, shoot the burgler with the laser etc?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Certainly possible -- I did the essence of that here: kzbin.info/www/bejne/d4u2mqSgZbONnbc
@amirmukhlis4936
@amirmukhlis4936 3 жыл бұрын
Hey, that robot is awesome! Keep making great content man!
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Thanks! Will do!
@NickT6630
@NickT6630 3 жыл бұрын
Great video as always Chris! I think I need one of these but with a lawn mower attachment. How fun It would be to drive it round the garden while sitting in doors viewing through the camera.
@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
@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😊
@cossakrose
@cossakrose 3 жыл бұрын
Chris: "Devastator, will you be my Valentine?" Devastator: "After all this time?" Chris: "Always."
@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.
@Pekitos
@Pekitos 3 жыл бұрын
Like always mr. SATURN... morning! Great video!
@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. :)
@dany08011
@dany08011 3 жыл бұрын
Oh god the baddest of pi cases!
@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.
@czarczarczar
@czarczarczar 3 жыл бұрын
Hi Chris love this video and all of your raspberry pi rc robot videos ! Is there anywhere I can get the pygame code you created ?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
The code is accessible from this page -- www.explainingcomputers.com/pi_devastator_videos.html -- under "Episode Four". This link is in the video description. :)
@czarczarczar
@czarczarczar 3 жыл бұрын
Thanks Chris!
@AMDRADEONRUBY
@AMDRADEONRUBY 3 жыл бұрын
Nice video as always hope you had a nice week.
@featherpony
@featherpony 3 жыл бұрын
How about left + up runs left tread at 50% speed and right tread at 100%?
@NicolasChapadosGirard
@NicolasChapadosGirard 3 жыл бұрын
Math... Go to know the difference in distance and how much you want your forward turn... Everything could be done with time and practical test.
@Reziac
@Reziac 3 жыл бұрын
So I have a question -- can you change speed while the robot is moving, or only while it's stopped? Had missed its earlier adventures so this was my first experience with those mysterious GPIO pins. :D
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Yes, speed could be changed by moving code-wise, but not with keyboard control if motion is controlled by holding a key down.
@Oogobuk
@Oogobuk 3 жыл бұрын
Should have the arrow keys determine how long it was pressed forward, and change the pwm based on how long you hold it down.
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
A possibility, certainly.
@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 :)
@kentswanson2807
@kentswanson2807 3 жыл бұрын
outside?! What a strange and wonderful place you have discovered. Scary.
@ObsidianMercian
@ObsidianMercian 3 жыл бұрын
Wonderful video Chris! Thank you.
@pyanehemehem3685
@pyanehemehem3685 3 жыл бұрын
thanks for this exciting episode
@dylansullivan9229
@dylansullivan9229 3 жыл бұрын
Thank you for a great video 👍
@Igerster80
@Igerster80 3 жыл бұрын
Did anyone else notice the time on the computer? Appears he pulled an all nighter working on this.
@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.
@robertmaxa6631
@robertmaxa6631 3 жыл бұрын
Looking forward to seeing the hovercraft in action.
@VeryUsMumblings
@VeryUsMumblings 3 жыл бұрын
Surely a robot called 'Devastator' can deal with a stick... oh,, wait...no... oh, ....YES! Ha! That will teach that stick!
@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.
@netadmin-fraser787
@netadmin-fraser787 3 жыл бұрын
One more upgrade consideration, controlling it via SSH and maybe a battery life indicator?
@matthewfelgate
@matthewfelgate 3 жыл бұрын
Nice project thanks for sharing. Do you think you could run a robot like this from a microcontroller?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Yes for motor control, but not if you wanted to record or stream video.
@NickCornaglia
@NickCornaglia 3 жыл бұрын
I'm still hoping for a live surveillance video edition of the devastator robot. Do you think that's possible in the future?
@ExplainingComputers
@ExplainingComputers 3 жыл бұрын
Certainly!
@rysterstech
@rysterstech 3 жыл бұрын
I know some battery Banks out there have the ability to report their battery state over USB I wonder if this could be used to get a low battery warning whenever the battery reaches say 15%
I put ChatGPT on a Robot and let it explore the world
15:24
Nikodem Bartnik
Рет қаралды 1 МЛН
Raspberry Pi Pico
16:16
ExplainingComputers
Рет қаралды 319 М.
Raspberry Pi Devastator Robot #1
15:03
ExplainingComputers
Рет қаралды 205 М.
Raspberry Pi Pico W: WiFi  Controlled Robot
17:56
ExplainingComputers
Рет қаралды 94 М.
I built a rover using a Raspberry Pi & Arduino
16:56
Lukas Deem
Рет қаралды 251 М.
Tank Mobile Robot Platform by DFRobot
18:52
RoboCircuits
Рет қаралды 3,1 М.
Lego, Raspberry and Python Project - Reaction Wheel Inverted Pendulum
21:14
Brick Experiment Channel
Рет қаралды 4,3 МЛН
Every Developer Needs a Raspberry Pi
27:27
Sam Meech-Ward
Рет қаралды 1 МЛН
Raspberry Pi Pico: Inputs & Servo Control
17:20
ExplainingComputers
Рет қаралды 135 М.
Very Useful Small Computing Things
12:28
ExplainingComputers
Рет қаралды 325 М.
Robot AI Demo - NVidia Deep Learning, ROS Navigation, Raspberry Pi
18:01