I love the way you speak and teach. You're not too slow, and not too fast. Your voice is very easy and effortless to follow and you always explain everything in good detail without being boring. :) Ty so much!
One (or two) questions! How much did it matter which GPIO pins I use for L298N motor controller? If I want to connect more stuff on my PI at the same time, like LED matrix (4 pins plus ground if I remember correctly) and ultrasonic distance sensor HC-SR04, do I run out of GPIO pins which I can use? I'm still a bit lost with those ^__^ thanks in advance.
You can use any of the general GPIO inputs to connect to the motor controller -- look at about 5:36 in my GPIO Inputs video here ua-cam.com/video/NAl-ULEattw/v-deo.html to see which pins they are (there is a diagram, lower screen). You will run out of available pins eventually, but not I think with the devices you list and running the L298N. :)
how can one person be so damn good at thinking from a noob's perspective? he basicly clears all the assumptions that have to be spoken out for my skill level.
Mister Barnett, you do an excellent job of making the difficult to comprehend and making it quite easy too digest. You are a gifted instructor. Thank you for all of your videos.
I just discovered your channel via a comment in another channel. I am impressed a thousand fold with the presentation. I must say I wish I had you as an influence when growing up. I learned a lot from a single video (the previous one of this series) and it was my first one I have ever watched of yours. I have experimented with an Arduino, and own a kit. I was looking into the Pi as a friend said you can link them to hardware too using an IDE and special libraries, and was looking into chaining both. Had no idea how it worked as I do not own one yet. Now I need a Pi, badly! I will recommend you to anyone who wants to know more about it as you present well.
Thanks for this, just started studying Computer Science Artificial Intelligence in Robotics and this video got me interested in order a Pi and some components to start toying around with in my spare time!
Chris, many thanks for taking the time to put this and the many other videos you have together. The RPi and good people such as yourself have helped rekindle a passion for technology I haven't really had since I purchased my Commodore 64 so many years ago.
Great vids. I just started programming Python recently. This has been a sleeping goal for way too long (over 10 years). I have found my first practical application with this series. Thanks.
You may appreciate a video I am posting on 12 June all about using GPIO pins as inputs. It is a quite a long video and features a ton of Python coding that builds on what is in this video.
Sir my twin children who are in 7th grade learned from your video regarding python coding. Now they are explaining to others. Do you like to see their video? There in no better tutorial in the whole of internet than yours until today
Christopher - This was one well made video - crisp, concise and value added - equally balanced for experts and novices. Thanks a bunch for helping me understand quite a bit about Raspberry Pi and how it can be applied! Keep doing this great work!
im really enjoying your vidoes they are fairly clear and quite easy to understand, especially for someone young like me. ive showed my friends who are also 12 (like me) and are also enjoying your tutorials. Saving up for a raspbery pi CANT WAIT
Wow! What a nice simple yet in depth discussion on robotics! It makes me wonder why it took so long for a company like Raspberry to immerge? The combination of the demonstration and the code has been a real treat. Thank you Chris for all you do and I look forward to the next generation of Pi and your next video! Moonpie
Great videos! The video quality is phenomenal and you're straight to the point every time. If you do happen to try mounting everything on the motor body, please upload a video. Everyone's looking forward to that!
Like those who posted before me - love the quality of the video and the presentation. Please do more! I would especially like more on the Zumo robot using a battery pack, WiFi connection, and then some input (camera, sonar, whatever).
Thank goodness for this video. At last I realise I dont have to be a complete NERD to understand what is happening without being overwelmed with technical talk.
+Videogame hacks Yes, everything here that does not require a Pi 2 will work on the Zero, although you would need to solder on some GPIO pins to do the robotics stuff, and also use a combined keyboard/mouse device -- or a USB hub -- as the Pi Zero has only one USB port.
I do not want to advertise so I won't put any links, but a lot of Pololu gear can be purchased from China (actual suppliers of Pololu) for a fraction of the price. My motors had arrived and I'm 99% sure they are the same thing.
Great video and tutorial. Very easy to follow. For anyone watching this video and building along with it please be aware of your hardware. In this video the presenter is using an older RPi with only 26 GPIO pins. The RPi 2 model b and the newer RPi 3 b and b+ broads have 40 GPIO pins. I had to change pin 7 to pin 12 for code to work properly for me. pin 7 was in an on state after boot on my board. You can see the state of each pin after boot from terminal ~$ gpio readall. I learned this the hard way. On my board some gpio pins are in an "on" "up" state. As stated above when looking at my table after running ~$ gpio readall bcm: 4, wPi: 7, name: gpio. 7, mode: in, v: 1, was causing issues for my code. I change to pin 12, gpio. 1 (v: 0, this was key for me) and code executed fine. There are ways to test your gpio's for failure as well. one being gpiotest. you will need the pigpio liabary installed. www.raspberrypi,org/forums/viewtopic.php?t=180505
Thanks for this. There is no need to change the code or to us other pins with a new Pi (and indeed in follow-up videos I use a 40 GPIO pin Pi Zero with the same code). I strongly suspect that some of the pins on your Pi are damaged, and hence in a constant "up" state.
I suspected this as well that i had damaged pins. I ran GPIOtest and they all passed. But I think your right, I think at least pin 7 for me is intermittently malfunctioning. I have a new RPi 3 b I just got over the weekend That I thought about testing. Anyways I think your videos are great for learning and fun builds. I am on zumo video 4 setting up ssh. I have a tank chassis that I am going to build following your other videos. I found a 5 in touch screen for the pi that runs off usb and hdmi and doesn't interfere with the gpio pins. I want to use this so I can lunch the code directly on the robot and expand its portability. I have question when using "curses", is there a way to only have the motors turn when holding down the directional keys and they stop when released?
Fantastic video as always. I would love to see you develop this further as you said in your video with a camera and possibly wifi controls. Wishing you the best of luck with your videos and future Pi projects.
Thanks for Your great videos! I am german but your videos are worth to remember all the english lessons at school 😃 I really would appreciate more robotics videos with the Zumo! May be You could give him some sensors? Thanks in advance!
Very good video. I have a question. Could I use any RC car (buy one) and put the Raspberry to control and sensors? RC with any voltage as: 4.5V, 6V, 12V? Thank you.
Yes, you could indeed use a Pi and an L298N to do just that. See also my follow-up videos, and info on this page: www.explainingcomputers.com/rasp_pi_robotics.html
hi christopher great project in fact i was so interested i bought a very cheap crab kingdom chassis and used your code and instructions works great am going to add line follower and echo location at some point and maybe even a robot arm keep up the good work
Excellent -- thanks for letting me know about your success! :) This is what UA-cam is all about. Note that I have various follow-up videos, including a line follower: ua-cam.com/video/Z5_8Va8QxnY/v-deo.html
Excellent explanation, so straightforward! I was wondering if you could explain how to control 4 motors independently of each other (like for a drone or the Rimac sports car) instead of having just two motors. Also, would the Raspberry Pi have enough computing power to receive inputs (other than positive & negative acceleration, and direction) and do calculations upon them? I would very much like to increase the capabilities of a kit I have for a 4 motor robot, but both motors of each side are connected to the same output of a L298 thus acting as one motor on each side. Thank you in advance!
Good morning I'm a beginner , you make your videos so interesting, your are a fantastic teacher the way you speak and present your videos so easy to understand, my question is can you use 2 controllers without causing harm to the PI, I await your answer, thanks
Now that I am retired, I'm ready to have fun with computers. I purchased my first Pi, a 3 B, last month. It is now portable with a 7" touch screen, fitted case, camera, and RPi PowerPack V1. 2. You have inspired me to experiment with robotics. I have watched all three of your Zomo Robot videos, several times. Now I am ordering parts. This brings me to my first question. The label on the motors you purchased appears to define the ratio as 286:1. Yet I cannot find these motors at your suggested sourse, or any of the other sourses I tried. Would you be so kind as to suggest another ratio and perhaps provide a video on the relationship of motor ratios to performance, given the controller used. Thank you very much for sharing so much valuable information in your videos. Best regards.
Fantastic video! I want to do the same project except using the Tamiya tracked chassis with dual motor gearbox. I made Tamiya tracked kit radio controlled a year or so ago but of course, that’s not a true robot.
Thanks for the videos. If I want to build a complex robot or for home automation that’s need more than 100 input and output signals, is it possible to do that with raspberry? Is raspberry giop expandable?
I don't think the motors are slipping, I think its because one motor is starting before the other. Since python is an interpreted language, going top to bottom, it activates one motor, then immediately afterwards the next motor.
Thanks for the great tutorial. The front wheels, are they supposed to be quite stuck relative to the back wheels? I haven´t connected them to the board yet, but I am not able to move them by hand. Guess this is how it should be right? Thx
Yes, this sounds right. The front wheels are connected to the gearboxes and motors; the back just spin on their axels (until the tracks are put on). Good Luck! I hope soon to make two follow-up videos to this one . . .
Thanks once again for another inspiring vid. Presumably one could mimic a stepper motor depending on the resolution of the time function in IDLE? I had in mind to control the spindle on a variable (butterfly/air) tuning capacitor robbed from an old radio, to be used in loop antennae etc., so the tuner could be remotely controlled. These tuners don't rotate 360° so I guess some canny coding will be required so no attempt is made to rotate the motor out of range.
It would be hard to mimic a stepper motor as yu suggest. A Pi can also be used to control servos though (and stepper motors). I did a video on servo motor control with a Pi quite recently: ua-cam.com/video/xHDT4CwjUQE/v-deo.html
Hi! I love your video! But I do have a question. Is there a specific reason why you chose pins 7,11,13, and 15 (GPIO 4, 17, 27, 22 respectively)? Can I use other GPIO instead? Asking because I am try to control 4 individual wheels (using two L298N). So I am trying to figure out which GPIO pins are safe for me to use. Thanks!
Hi, very cool tutorial! I have a Pi Model 3 B and am hoping to do a project like this one. I don't want to have it continuously plugged into the wall, but from a battery. My problem is that I fear that either the battery pack will just be too big to be portable or that either they will be too expensive. I wish I would have gotten a Pi Zero W as I have now realised that they seem to be better with these kind of projects. How would I go about doing it with a pi model 3 b? Thank you.
Everything here will work fine with a Pi 3 B! It will use more power than a Pi Zero, but will still work fine off a battery back. See this video for how it may work: ua-cam.com/video/XvOONPSoglY/v-deo.html and this video for running everything off a set of AA cells: ua-cam.com/video/j6mglfhWZrQ/v-deo.html Good Luck!
The power bank I used to run the Pi is I think 2100mA, and this will run a Pi Zero for a good 5-6 hours. So it should run a Pi 3 for a good two hours or so. The issue with bigger batteries -- aside from the cost! -- is the extra weight on the robot.
Hi Chris, thanks for all the great videos. I am just getting started and I have the motors, the L298N and the Pi wired up. As soon as I connect the battery pack to the the L298N the motors start to spin. Is that expected? At this point the Pi is not running. Oh, and if I unplug the Pi the motors stop. Any assistance would be appreciated.
This is normal -- until the Pi has booted and set GPIO levels, the motor controller will have its outputs in a random state. Hence one or other or both motors may spin. So only connect power to the motors when the Pi is up and running the code. See my recent "Raspberry Pi Devastor Robot #2" video for more on this issue.
Just so everyone knows. The motor controller 5v pin is an output pin. This is not for bringing 5v into the motor controller but for sending 5v out like powering the pi with the output. No need for his usb battery pack. He could have just run the 5v out to the 5v pin on the pi and it would have worked.
Could you make an example code in python 3.4.2 where you control leds by pressing keys on the keyboard? An example would you press a on the keyboard and a led turns on. You let go of the key and it turns off.
using this method of drawing a shapes with straight edges. How could I extend it to make my Raspberry pi go round in a circle of given radius "x"or any other curved shapes such as a rose "r = (a)sin(bx)" (Polar Coordinates)?
I followed the link on your site to find the proper motor and it looks like you chose the 297.92:1, 360mA, without the extended shaft. It runs at 45 RPM and is 24x10x12mm. The higher power version with a 986.41:1, 1600mA runs at 32 RPM and costs the same. However it's 27.5mm long instead of 24mm. Will it still fit that chassis?
I tried rebuilding it and powered the L298N with a nine-volt battery. After some seconds the motor's speeds tremendously decreased and the battery got pretty warm (not hot). What is the problem here and how do I fix it?
I have connected up just like the video suggests, with the rpi3 and battary pack unplug. Now I give the rpi3 power and connect the battery pack the motor starts moveing automaticly and does not stop.
Run the code (maybe with the battery pack unconnected), and let it finish (which will execute the GPIO cleanup command. Then try again. Also see the bottom of this page for info on different configurations: www.explainingcomputers.com/rasp_pi_robotics.html Good Luck!
It is a normal motor here. The key element is use of the motor controller -- the L298N. This can be hooked up to one or two motors, and then four control pins are fed signals to spin each forwards or backwards.
Ah, I see we corresonded before! :) If you have your motor connected to the L298N you should be able to turn it in either direction depending on what signals are being sent from the GPIO pins on the Pi. If things are not working, check your wiring and code.
Hello Everything works ok when powered from 230 V mains but with the power of the battery (robot controlled remotely via wifi). I had to change the pin 7 to 12. Pin 7 ( power from baterii) gives then still 3.3V. Raspberry B+.
Hello! I have a question. Does it matter which way the motor are placed? Like, if you switch the motors around, will it affect the program? Or will it be fixed via some programming?
. I plan to purchase same robot, ZUmo or other same SIZED. WOULD a Pi ZERO W suffice? (I understand I need to put them on top for autonomous movement) .
If you have everything besides the motor controller, is it still possible to have a working robot? Or do you need the controller? I'm really new to this, it kind of looks like the motor controller simply reroutes the wires. Could someone enlighten me?
+McVp You need the motor controller for two reasons. Firstly, a Raspberry Pi cannot power a motor -- try and pull that much power through the GPIO pins, and you Pi will rapidly burn out. Secondly, the motor controller permits the clever trick of enabling the motors to run in either direction according to an input logic state provided by the Pi. So in this sense, the controller is able to not just turn on and off the power to the wires, but also exchange them between the two motor terminals as required. :)
trust me you can't find any better tutorial on getting into robotics with pi all across youtube till this date
Many thanks. :)
Till now😊
I agree it’s so difficult for my class project, kind of really sucks!!
@@muhammedshareef2611 yeah
I love the way you speak and teach. You're not too slow, and not too fast. Your voice is very easy and effortless to follow and you always explain everything in good detail without being boring. :) Ty so much!
One (or two) questions! How much did it matter which GPIO pins I use for L298N motor controller?
If I want to connect more stuff on my PI at the same time, like LED matrix (4 pins plus ground if I remember correctly) and ultrasonic distance sensor HC-SR04, do I run out of GPIO pins which I can use? I'm still a bit lost with those ^__^
thanks in advance.
You can use any of the general GPIO inputs to connect to the motor controller -- look at about 5:36 in my GPIO Inputs video here ua-cam.com/video/NAl-ULEattw/v-deo.html to see which pins they are (there is a diagram, lower screen). You will run out of available pins eventually, but not I think with the devices you list and running the L298N. :)
I hope you will do some more robotics. Your presentations are so clear.
Robert pendergast r
you are the only coherent youtuber explaining how to use a raspberry pi. actual god
how can one person be so damn good at thinking from a noob's perspective? he basicly clears all the assumptions that have to be spoken out for my skill level.
Mister Barnett, you do an excellent job of making the difficult to comprehend and making it quite easy too digest. You are a gifted instructor. Thank you for all of your videos.
Many thanks.
I just discovered your channel via a comment in another channel. I am impressed a thousand fold with the presentation. I must say I wish I had you as an influence when growing up. I learned a lot from a single video (the previous one of this series) and it was my first one I have ever watched of yours. I have experimented with an Arduino, and own a kit. I was looking into the Pi as a friend said you can link them to hardware too using an IDE and special libraries, and was looking into chaining both. Had no idea how it worked as I do not own one yet. Now I need a Pi, badly! I will recommend you to anyone who wants to know more about it as you present well.
Thanks for your kind and positive feedback. :)
Best Robotics and Python tutorials ever created!
Wow, thanks!
Invaluable videos. Learning what you learn in one of these videos would take you days and weeks of reading!
Thanks for this, just started studying Computer Science Artificial Intelligence in Robotics and this video got me interested in order a Pi and some components to start toying around with in my spare time!
Chris, many thanks for taking the time to put this and the many other videos you have together. The RPi and good people such as yourself have helped rekindle a passion for technology I haven't really had since I purchased my Commodore 64 so many years ago.
I hope you are still making these tutorials sir. You are such a great instructor. Thanks you very much.
I post a new video every Sunday. :)
Excellent tutorial. Certainly one of the better ones I've seen on the Pi and motor controller boards.
Great vids. I just started programming Python recently. This has been a sleeping goal for way too long (over 10 years). I have found my first practical application with this series. Thanks.
You may appreciate a video I am posting on 12 June all about using GPIO pins as inputs. It is a quite a long video and features a ton of Python coding that builds on what is in this video.
Sir my twin children who are in 7th grade learned from your video regarding python coding. Now they are explaining to others. Do you like to see their video? There in no better tutorial in the whole of internet than yours until today
Christopher - This was one well made video - crisp, concise and value added - equally balanced for experts and novices. Thanks a bunch for helping me understand quite a bit about Raspberry Pi and how it can be applied! Keep doing this great work!
im really enjoying your vidoes they are fairly clear and quite easy to understand, especially for someone young like me. ive showed my friends who are also 12 (like me) and are also enjoying your tutorials. Saving up for a raspbery pi CANT WAIT
What an amazingly fun video! Thanks for that! Your presentation and production value is what makes it. Keep it up please!
Many thanks! There will be more videos. :)
Angelo G.
urs are the most least confusing videos and the explanation is pretty good.hope to see the next video pretty soon.
Wow! What a nice simple yet in depth discussion on robotics! It makes me wonder why it took so long for a company like Raspberry to immerge? The combination of the demonstration and the code has been a real treat. Thank you Chris for all you do and I look forward to the next generation of Pi and your next video!
Moonpie
Great videos! The video quality is phenomenal and you're straight to the point every time. If you do happen to try mounting everything on the motor body, please upload a video. Everyone's looking forward to that!
Like those who posted before me - love the quality of the video and the presentation. Please do more! I would especially like more on the Zumo robot using a battery pack, WiFi connection, and then some input (camera, sonar, whatever).
Well paced, straight to the point.
Awesome video.
I really enjoy your videos. Very clear and entertaining. Thank you!
Thanks.
Great video, it's like listening to Michael Caine's Alfred talk to Batman.
Thank goodness for this video. At last I realise I dont have to be a complete NERD to understand what is happening without being overwelmed with technical talk.
Ordered my Pi 2, can't wait to try this.
+Sam “OfficialNerdsUnite” Lauer Excellent! And by the time you have, I will hopefully have made the follow-up videos I have been planning for ages!
ExplainingComputers awesome I can't wait.
+ExplainingComputers Hey there, do these tutorials you are making also work on pi zero?
+Videogame hacks Yes, everything here that does not require a Pi 2 will work on the Zero, although you would need to solder on some GPIO pins to do the robotics stuff, and also use a combined keyboard/mouse device -- or a USB hub -- as the Pi Zero has only one USB port.
+ExplainingComputers ok, thanks!
I do not want to advertise so I won't put any links, but a lot of Pololu gear can be purchased from China (actual suppliers of Pololu) for a fraction of the price. My motors had arrived and I'm 99% sure they are the same thing.
can you tell me which shops you mean pls?
same here, i already everything on china...i buy on aliexpress.
Great video and tutorial. Very easy to follow. For anyone watching this video and building along with it please be aware of your hardware. In this video the presenter is using an older RPi with only 26 GPIO pins. The RPi 2 model b and the newer RPi 3 b and b+ broads have 40 GPIO pins. I had to change pin 7 to pin 12 for code to work properly for me. pin 7 was in an on state after boot on my board. You can see the state of each pin after boot from terminal ~$ gpio readall. I learned this the hard way. On my board some gpio pins are in an "on" "up" state. As stated above when looking at my table after running ~$ gpio readall bcm: 4, wPi: 7, name: gpio. 7, mode: in, v: 1, was causing issues for my code. I change to pin 12, gpio. 1 (v: 0, this was key for me) and code executed fine. There are ways to test your gpio's for failure as well. one being gpiotest. you will need the pigpio liabary installed. www.raspberrypi,org/forums/viewtopic.php?t=180505
Thanks for this. There is no need to change the code or to us other pins with a new Pi (and indeed in follow-up videos I use a 40 GPIO pin Pi Zero with the same code). I strongly suspect that some of the pins on your Pi are damaged, and hence in a constant "up" state.
I suspected this as well that i had damaged pins. I ran GPIOtest and they all passed. But I think your right, I think at least pin 7 for me is intermittently malfunctioning. I have a new RPi 3 b I just got over the weekend That I thought about testing. Anyways I think your videos are great for learning and fun builds.
I am on zumo video 4 setting up ssh. I have a tank chassis that I am going to build following your other videos. I found a 5 in touch screen for the pi that runs off usb and hdmi and doesn't interfere with the gpio pins. I want to use this so I can lunch the code directly on the robot and expand its portability. I have question when using "curses", is there a way to only have the motors turn when holding down the directional keys and they stop when released?
Great Job! I loved these vídeos about raspberry robotics!
Very professional and informative. Thanks from this end of the pond.
Fantastic video as always. I would love to see you develop this further as you said in your video with a camera and possibly wifi controls. Wishing you the best of luck with your videos and future Pi projects.
+The Kount Taking this further is on my production list for early 2016. :)
Thanks for the great videos. I really enjoy them. You are so clear and concise.
Thanks for Your great videos! I am german but your videos are worth to remember all the english lessons at school 😃
I really would appreciate more robotics videos with the Zumo! May be You could give him some sensors? Thanks in advance!
thanks for sharing this with us u really inspire me to keep trying to accomplish my dream of becoming a computer engineer
Very good video. I have a question. Could I use any RC car (buy one) and put the Raspberry to control and sensors? RC with any voltage as: 4.5V, 6V, 12V? Thank you.
Yes, you could indeed use a Pi and an L298N to do just that. See also my follow-up videos, and info on this page: www.explainingcomputers.com/rasp_pi_robotics.html
ExplainingComputers thank you. I will see and try. I saw your video and I’m very excited to do that with a cheap RC car that I bought at Argos.
This is a very high quality video. I was very pleased to watch it fully, keep up the good work! :)
hi christopher great project in fact i was so interested i bought a very cheap crab kingdom chassis and used your code and instructions works great am going to add line follower and echo location at some point and maybe even a robot arm keep up the good work
Excellent -- thanks for letting me know about your success! :) This is what UA-cam is all about. Note that I have various follow-up videos, including a line follower: ua-cam.com/video/Z5_8Va8QxnY/v-deo.html
Thanks for this. It got me up and running really quickly.
+James Norton-Jones Excellent! :)
Thanks for clear and very interesting videos about Raspberry. I will wait new video.
Génial, les démonstrations sont précises et claires!
very nice tutorials, Love it
thank you for your kind
This Video is very interesting plus I like robotics and this video told me how to control their motors.
Excellent explanation, so straightforward!
I was wondering if you could explain how to control 4 motors independently of each other (like for a drone or the Rimac sports car) instead of having just two motors.
Also, would the Raspberry Pi have enough computing power to receive inputs (other than positive & negative acceleration, and direction) and do calculations upon them? I would very much like to increase the capabilities of a kit I have for a 4 motor robot, but both motors of each side are connected to the same output of a L298 thus acting as one motor on each side.
Thank you in advance!
this is 2014 sir this is awesome
Good morning I'm a beginner , you make your videos so interesting, your are a fantastic teacher the way you speak and present your videos so easy to understand, my question is can you use 2 controllers without causing harm to the PI, I await your answer, thanks
Yes, you could use 2 -- or more! -- controllers. There are plenty of GPIO pins to drive them. :)
Thanks for the info I shall proceed with my new project
Looking forward to the next video!
Now that I am retired, I'm ready to have fun with computers. I purchased my first Pi, a 3 B, last month. It is now portable with a 7" touch screen, fitted case, camera, and RPi PowerPack V1. 2. You have inspired me to experiment with robotics. I have watched all three of your Zomo Robot videos, several times. Now I am ordering parts. This brings me to my first question. The label on the motors you purchased appears to define the ratio as 286:1. Yet I cannot find these motors at your suggested sourse, or any of the other sourses I tried. Would you be so kind as to suggest another ratio and perhaps provide a video on the relationship of motor ratios to performance, given the controller used. Thank you very much for sharing so much valuable information in your videos. Best regards.
Fantastic video! I want to do the same project except using the Tamiya tracked chassis with dual motor gearbox. I made Tamiya tracked kit radio controlled a year or so ago but of course, that’s not a true robot.
Thanks -- do checkout follow-up videos in this series: eg ua-cam.com/video/XvOONPSoglY/v-deo.html
Awesome. very simple and understanding
Great video, fantastically explained. Please, do one with stepper motors and joystick controlled motors. Thanks!
You always do great videos
Thanks so much - very clear and well explained.
Grest work guy, you are the best😀
Wow what a brilliant video. Thanks for explaining
Well explained. Good job.
Hello Chistopher,
I enjoyed your video, thank you for sharing.
thank you for making this video.
Thanks for the videos. If I want to build a complex robot or for home automation that’s need more than 100 input and output signals, is it possible to do that with raspberry? Is raspberry giop expandable?
You would, I think, need to add microcontrollers (eg Arduino) for that. I've never come across expanded GPIO on a Pi.
love this channel.👌👍
Many thanks. But can it possible to control speed of motors whith this set or just direction ? (sorry for my english)
I don't think the motors are slipping, I think its because one motor is starting before the other. Since python is an interpreted language, going top to bottom, it activates one motor, then immediately afterwards the next motor.
I see your point, but the time difference will be extremely slight -- less than 1/1000th of a second.
Thanks for the great tutorial. The front wheels, are they supposed to be quite stuck relative to the back wheels? I haven´t connected them to the board yet, but I am not able to move them by hand. Guess this is how it should be right? Thx
Yes, this sounds right. The front wheels are connected to the gearboxes and motors; the back just spin on their axels (until the tracks are put on). Good Luck! I hope soon to make two follow-up videos to this one . . .
amazing series. Thank you. please do more!
Yes, please do another video about inputs through the raspberry pi, then how to make it do an output off of the input!
Reds Arcade I used a pack of 4 AA batteries to power the robot motors. I will do an output GPIO video at some point. :)
Hi, I have a question: Can this cool little robot be controlled using the Robot Operating System ?
Thanks once again for another inspiring vid. Presumably one could mimic a stepper motor depending on the resolution of the time function in IDLE? I had in mind to control the spindle on a variable (butterfly/air) tuning capacitor robbed from an old radio, to be used in loop antennae etc., so the tuner could be remotely controlled. These tuners don't rotate 360° so I guess some canny coding will be required so no attempt is made to rotate the motor out of range.
It would be hard to mimic a stepper motor as yu suggest. A Pi can also be used to control servos though (and stepper motors). I did a video on servo motor control with a Pi quite recently: ua-cam.com/video/xHDT4CwjUQE/v-deo.html
@@ExplainingComputers Ah, thanks. I did miss that one. I shall go take a look.
great explainer on UA-cam
Very nice video.
Excellent tutorial...thanks
@ExplainingComputers are the #2-56 screws and nuts supplied with the chassis the same size as M2 in the uk? Thanks for any help.
je ne comprends pas l'anglais mais ses vidéos parle d'elle même!
Excellent video! Do you know how to control the speed of the controller via PWM? Also with two L289N controllers can you control the speed of all 4?
+Patrick Lacson I will return to Raspberry Pi robotics fairly soon . . .
+ExplainingComputers great! Desperately waiting for it.
Hi! I love your video!
But I do have a question. Is there a specific reason why you chose pins 7,11,13, and 15 (GPIO 4, 17, 27, 22 respectively)? Can I use other GPIO instead?
Asking because I am try to control 4 individual wheels (using two L298N). So I am trying to figure out which GPIO pins are safe for me to use.
Thanks!
Hi, very cool tutorial! I have a Pi Model 3 B and am hoping to do a project like this one. I don't want to have it continuously plugged into the wall, but from a battery. My problem is that I fear that either the battery pack will just be too big to be portable or that either they will be too expensive. I wish I would have gotten a Pi Zero W as I have now realised that they seem to be better with these kind of projects. How would I go about doing it with a pi model 3 b? Thank you.
Everything here will work fine with a Pi 3 B! It will use more power than a Pi Zero, but will still work fine off a battery back. See this video for how it may work: ua-cam.com/video/XvOONPSoglY/v-deo.html and this video for running everything off a set of AA cells: ua-cam.com/video/j6mglfhWZrQ/v-deo.html Good Luck!
ExplainingComputers Thank you! Just one last question, would it be beneficial to use a similar battery to yours or to use a bigger battery?
The power bank I used to run the Pi is I think 2100mA, and this will run a Pi Zero for a good 5-6 hours. So it should run a Pi 3 for a good two hours or so. The issue with bigger batteries -- aside from the cost! -- is the extra weight on the robot.
Hi Chris, thanks for all the great videos. I am just getting started and I have the motors, the L298N and the Pi wired up. As soon as I connect the battery pack to the the L298N the motors start to spin. Is that expected? At this point the Pi is not running. Oh, and if I unplug the Pi the motors stop. Any assistance would be appreciated.
This is normal -- until the Pi has booted and set GPIO levels, the motor controller will have its outputs in a random state. Hence one or other or both motors may spin. So only connect power to the motors when the Pi is up and running the code. See my recent "Raspberry Pi Devastor Robot #2" video for more on this issue.
That did it. Thanks again for such a quick response!
You are the best
you video lectures are so clear and very informative.......................
can you please share some book with me to learn raspberry pi ????
Great Tutorials and all videos! Thnx
Just so everyone knows. The motor controller 5v pin is an output pin. This is not for bringing 5v into the motor controller but for sending 5v out like powering the pi with the output. No need for his usb battery pack. He could have just run the 5v out to the 5v pin on the pi and it would have worked.
Thanks for your videos.
Could you make an example code in python 3.4.2 where you control leds by pressing keys on the keyboard? An example would you press a on the keyboard and a led turns on. You let go of the key and it turns off.
very nicely done
Thanks,
using this method of drawing a shapes with straight edges. How could I extend it to make my Raspberry pi go round in a circle of given radius "x"or any other curved shapes such as a rose "r = (a)sin(bx)" (Polar Coordinates)?
I followed the link on your site to find the proper motor and it looks like you chose the 297.92:1, 360mA, without the extended shaft. It runs at 45 RPM and is 24x10x12mm. The higher power version with a 986.41:1, 1600mA runs at 32 RPM and costs the same. However it's 27.5mm long instead of 24mm. Will it still fit that chassis?
Terje Oseberg You are correct in what you state. :) As far as I am aware, the longer motor will fit the same chasis, but I have not tried it!
Really good videos Tysm man
I tried rebuilding it and powered the L298N with a nine-volt battery. After some seconds the motor's speeds tremendously decreased and the battery got pretty warm (not hot). What is the problem here and how do I fix it?
I have connected up just like the video suggests, with the rpi3 and battary pack unplug. Now I give the rpi3 power and connect the battery pack the motor starts moveing automaticly and does not stop.
Run the code (maybe with the battery pack unconnected), and let it finish (which will execute the GPIO cleanup command. Then try again. Also see the bottom of this page for info on different configurations: www.explainingcomputers.com/rasp_pi_robotics.html Good Luck!
Wow Thank you so much! Amazing presentation.
A very professional and informative vid. We appreciate your instruction and effort. Keep up the great work.
What kind of motor is used above? Because you are able to spin motor in both directions. And I am using normal dc motor it spin only in one direction
It is a normal motor here. The key element is use of the motor controller -- the L298N. This can be hooked up to one or two motors, and then four control pins are fed signals to spin each forwards or backwards.
Ah, I see we corresonded before! :) If you have your motor connected to the L298N you should be able to turn it in either direction depending on what signals are being sent from the GPIO pins on the Pi. If things are not working, check your wiring and code.
Wao sir you're awesome at what you do.. Subscribed and waiting for next videos
Hello Everything works ok when powered from 230 V mains but with the power of the battery (robot controlled remotely via wifi). I had to change the pin 7 to 12. Pin 7 ( power from baterii) gives then still 3.3V. Raspberry B+.
Fun build
Hello! I have a question. Does it matter which way the motor are placed? Like, if you switch the motors around, will it affect the program? Or will it be fixed via some programming?
very good tutorials¡¡
.
I plan to purchase same robot, ZUmo or other same SIZED. WOULD a Pi ZERO W suffice?
(I understand I need to put them on top for autonomous movement)
.
hmmmm, i give a 5 out of 5 star for this explanation!
Can you do a video on wireless raspberry pi printer?
Great video, waiting for your followups!
Fairly soon now . . . :)
from where could i find the code ?
+ExplainingComputers that's great to hear
Sir, Is it necessary to use an external battery set of 12V. Can't we use 5V pin from raspberry pi 4 (pin#2) to feed to L298N ?
If you have everything besides the motor controller, is it still possible to have a working robot? Or do you need the controller? I'm really new to this, it kind of looks like the motor controller simply reroutes the wires. Could someone enlighten me?
+McVp You need the motor controller for two reasons. Firstly, a Raspberry Pi cannot power a motor -- try and pull that much power through the GPIO pins, and you Pi will rapidly burn out. Secondly, the motor controller permits the clever trick of enabling the motors to run in either direction according to an input logic state provided by the Pi. So in this sense, the controller is able to not just turn on and off the power to the wires, but also exchange them between the two motor terminals as required. :)