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.
@Hartley943 жыл бұрын
thanks
@gnarlestongnu6373 жыл бұрын
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-kq5rx3 жыл бұрын
I’ve been waiting for this video to come out for a while... it was definitely worth the wait, great video as usual Christopher 👌😊
@ExplainingComputers3 жыл бұрын
Thanks -- I got there in the end!
@Hi-kq5rx3 жыл бұрын
Great things take time, everyone knows that!
@gravestoner24883 жыл бұрын
@@Hi-kq5rx is that why I'm so slow?
@IsaacPiera3 жыл бұрын
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.
@kriskruz37923 жыл бұрын
And in next week’s episode I will show you how to build an AI-driven terminator robot 🤖 based on raspberry Pi ! 👍
@zeberto19863 жыл бұрын
It’s always a good Sunday when @ExplainingComputers releases a video about the very thing I am working on. Thank you Chris.
@Cluffmaster19803 жыл бұрын
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.
@rogerkoh19793 жыл бұрын
The tank is back. Speed control is added. Always nice to see the robot in action.
@theoriginaldylangreene3 жыл бұрын
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!
@resrussia3 жыл бұрын
Greatly enjoyed the latest installment of the robotics series. Keep up the good work!
@rohanverma60583 жыл бұрын
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.
@dazryan34633 жыл бұрын
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
@rikprince84143 жыл бұрын
Ok, loved the technical bits. But, my favorite thing about THIS video was the robot's frowny face! :)
@LMacNeill3 жыл бұрын
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-oz1xm3 жыл бұрын
Loved it, and I can't believe the Robot found a stick. How crazy is that? Great Job Chris
@caw25sha3 жыл бұрын
If it was a robot dog it would chase after it and pick it up.
@DrBenChem3 жыл бұрын
Always nice to listen to you talk about electronics whilst I peel my potatoes
@muddyexport56393 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Thanks for your feedback, and I'm glad it was a enjoyable build. I must try the alternative pins. Thanks for the info.
@srtcsb3 жыл бұрын
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.
@qwkimball3 жыл бұрын
Thanks for this. I started a project yesterday using the L298N, so the timing is impeccable, very much unlike my coding.
@MayankJairaj3 жыл бұрын
😂🙏
@lawrenceallwright70413 жыл бұрын
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.)
@ExplainingComputers3 жыл бұрын
:)
@serceband3 жыл бұрын
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!
@NickCornaglia3 жыл бұрын
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.
@gregholloway26563 жыл бұрын
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. 😀
@MayankJairaj3 жыл бұрын
Thanks I'll borrow this idea 👌
@virgilmcmayers49743 жыл бұрын
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...
@wanyman3 жыл бұрын
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.
@AndersJackson3 жыл бұрын
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.
@mightycain47253 жыл бұрын
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. 👍
@HickoryDichotomy3 жыл бұрын
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
@chuckmuckamuck80013 жыл бұрын
The best video on KZbin right now, thanks! I have taken this up as a hobby and this is the next project.
@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-rh5so3 жыл бұрын
Chris I respect that you share vs people all details and hope could encourage many guys. ))
@M6Props2 жыл бұрын
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!
@ExplainingComputers2 жыл бұрын
Great to hear that you have a Devastator too! :)
@RedMageGaming3 жыл бұрын
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.
@alerey43633 жыл бұрын
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)
@ExplainingComputers3 жыл бұрын
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! :)
@ashikjana82873 жыл бұрын
Even thought he has more than 700k subs he still soo underrated... I guess some humans don't wanna learn
@PS_Tube3 жыл бұрын
This robot project is interesting. And it looks stunning. A teeny tiny explorer.
@andreasproteus14653 жыл бұрын
Grown up men still playing with toys is bad news all around.
@NickT66303 жыл бұрын
@@andreasproteus1465 Im a grown up and still play with RC cars 😆
@Peter.Sky.Walker3 жыл бұрын
That's what she said. =[
@parrotraiser65413 жыл бұрын
@@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.
@perrymcclusky46953 жыл бұрын
So happy to see the robot back in the wild! Looking forward to your next video.
@barnowldroneservices29793 жыл бұрын
Using pygame is rather ingenious. Nice work.
@stuartg403 жыл бұрын
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.
@caw25sha3 жыл бұрын
Can you control a stepping motor? Would be good for a turret.
@stuartg403 жыл бұрын
@@caw25sha Yep, that was the plan.
@tpobrienjr3 жыл бұрын
Thanks for bringing back the devastator bot.
@1983Chriso3 жыл бұрын
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.
@ExplainingComputers3 жыл бұрын
Go for it!
@cokeforever3 жыл бұрын
Autonomous navigation with neural network and object shapes recognition seems like logical next steps for your lovely robot ;)
@LeftoverBeefcake3 жыл бұрын
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.
@SuperHaunts3 жыл бұрын
So glad to see t hat the stick didn't get things stuck. I wondered what had happened to the devistator!
@PeteVanDemark3 жыл бұрын
Kids fortunate enough to have access to Explaining Computers today, will be building the off-world rovers of tomorrow.
@plica063 жыл бұрын
This was a brilliant episode! Python code running on a Pi controlling a robot!
@stephenhargreaves90113 жыл бұрын
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_paultuk70523 жыл бұрын
Neat!. Its like s 2021 version of the old 70's BigTrak.
@techcracker45663 жыл бұрын
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!
@ravesab3 жыл бұрын
We are in 2021, i wait for hovercraft robot video or another Raspberry robot video 🙏🏻🙏🏻🙏🏻. Thanks for your channel 👍🏻👍🏻
@bigjim1523 жыл бұрын
Very interesting. Looks like the next project should be to add the code for 'sweeping up in the garden' to the robot capability!
@martinmchugh19243 жыл бұрын
So happy to see this robot back again 😂
@ExplainingComputers3 жыл бұрын
It is pleased to me back!
@amirmukhlis49363 жыл бұрын
Hey, that robot is awesome! Keep making great content man!
@ExplainingComputers3 жыл бұрын
Thanks! Will do!
@bg313373 жыл бұрын
A live video stream over network would be awesome! 🙏
@t5ruxlee2103 жыл бұрын
Operating the Raspberry Pi Devastator without a combination recovery vehicle/ maintenance and repair crane to hand is really tempting fate, Mr Barnatt.
@t8lucas3 жыл бұрын
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-murery3 жыл бұрын
Now just add some missiles and sirens then program it to recognize strangers invading your backyard :) Cool video as usual Thanks Chris
@christodd61053 жыл бұрын
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-Ix5 ай бұрын
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?
@ExplainingComputers5 ай бұрын
The Pi hovercraft remains an ambition!
@Praxibetel-Ix5 ай бұрын
@@ExplainingComputers One day... 🤞
@mikebreakwell39093 жыл бұрын
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
@heinrichkeyser42173 жыл бұрын
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😊
@ddiver22003 жыл бұрын
Thank you for sharing knowledge, but can external control be classified as a robot?
@DFX2KX3 жыл бұрын
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)
@kentswanson28073 жыл бұрын
outside?! What a strange and wonderful place you have discovered. Scary.
@martinkuhk3 жыл бұрын
I think the Devastator is pretty suitable for students to make autonomous vehicles powered by machine learning.
@ExplainingComputers3 жыл бұрын
Yes, it would be a robust platform for that.
@allluckyseven3 жыл бұрын
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.
Chris: "Devastator, will you be my Valentine?" Devastator: "After all this time?" Chris: "Always."
@dany080113 жыл бұрын
Oh god the baddest of pi cases!
@legojenn3 жыл бұрын
It's always exciting looking inside a robot. Isn't it?... :)
@MrTrilbe3 жыл бұрын
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.
@Beevreeter3 жыл бұрын
Now that our tank is running smoothly. in our next video we add a 125 mm smoothbore high-velocity tank gun.
@derekp26743 жыл бұрын
That's so 1960's. Please could we have a working railgun instead?
@Beevreeter3 жыл бұрын
@@derekp2674 Only army surplus parts in the kit, I'm afraid .
@felipesqr3 жыл бұрын
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)
@ExplainingComputers3 жыл бұрын
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. :)
@polgzz3 жыл бұрын
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!)
@reggiep753 жыл бұрын
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.
@thomasburnett47123 жыл бұрын
Thank you so much for yet another entertaining and informative video!
@TheTechieScientist3 жыл бұрын
I have already done the devestator robot with my raspberry Pi 3b+ , will upgrade now 😀
@ExplainingComputers3 жыл бұрын
Great! This video finally contains the updated code many have been asking me for . . .
@TheTechieScientist3 жыл бұрын
@@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 :)
@williamgiddings96363 жыл бұрын
Good fun Chris, especially during lockdown. BTW, what was the pile of bricks for?
@ExplainingComputers3 жыл бұрын
It is a more a question of where they were from . . . ! :)
@runepedersenDK3 жыл бұрын
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!
@robertomaximilianosilveira87683 жыл бұрын
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
@TopHatCentury3 жыл бұрын
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.
@bensekh3 жыл бұрын
Love your videos. This will be my next project.
@amaljazzam21273 жыл бұрын
It's fantastic devaster I like I want to make it,thank you for the detailed tutorial
@ExplainingComputers3 жыл бұрын
You are welcome 😊
@vassilisnikolaou73763 жыл бұрын
That is awesome! Now I feel like I want to make one too, once I finish my Python courses!
@robertmaxa66313 жыл бұрын
Looking forward to seeing the hovercraft in action.
@lorderectus18493 жыл бұрын
The tanks getting closer!
@onepalproductions3 жыл бұрын
Lovely stuff, thanks for sharing.
@ExplainingComputers3 жыл бұрын
My pleasure!
@Steve.683 жыл бұрын
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_Rule3 жыл бұрын
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.
@VeryUsMumblings3 жыл бұрын
Surely a robot called 'Devastator' can deal with a stick... oh,, wait...no... oh, ....YES! Ha! That will teach that stick!
@NicoDsSBCs3 жыл бұрын
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.
@SarfLondonWardancer3 жыл бұрын
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?
@ExplainingComputers3 жыл бұрын
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". :)
@SarfLondonWardancer3 жыл бұрын
Thanks
@lowiehojas55253 жыл бұрын
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 :)
@ExplainingComputers3 жыл бұрын
Thanks for this. A live video feed is on my list!
@lowiehojas55253 жыл бұрын
@@ExplainingComputers yay, great! looking forward to it :)
@karllaun24273 жыл бұрын
At last! I've been waiting for this one. Time to bring the Devastator out of it's box...
@NewAgeDIY3 жыл бұрын
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!
@SimopediaTech3 жыл бұрын
great informative video, thanks for sharing 👍🏼
@gigteevee61183 жыл бұрын
Hovercraft needs to be done for sure!!! Both could do with tank like dual analogue stick game controller support instead of keyboard.
@JuryDutySummons3 жыл бұрын
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.
@ExplainingComputers3 жыл бұрын
Now this I will investigate. Thanks! :)
@JuryDutySummons3 жыл бұрын
@@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-Z3 жыл бұрын
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?"
@MrJaz80883 жыл бұрын
Pan & Tilt for the Camera would be a very good option