- Видео 5
- Просмотров 146 569
Bot Reboot
Нидерланды
Добавлен 14 мар 2021
Hi and welcome to my channel! I am a college student, and in my free time, I am pursuing my hobby in robotics.
If you have any question ls or you wish to contact me directly: anova9347@gmail.com
If you have any question ls or you wish to contact me directly: anova9347@gmail.com
Arduino Line Follower - Code Development #1
🤖 This video showcases a tutorial about making a code for a line follower robot based on a PID control system. If you haven't seen yet my latest video, where I explain in a general way the development of such a robot, here is the link: ruclips.net/video/Qm8jX0L9oSQ/видео.html
👨💻 Arduino Code:
Check the code entitled "Code used in Arduino Code Development #1" from my line follower blog: www.hackster.io/anova9347/line-follower-robot-with-pid-controller-cdedbd. Here you can find also find the codes, schematics and more others, so I recommend taking a look!
🌐 The next video will be about implementing Bluetooth communication between an Android phone and the robot, as well as designing a new Andr...
👨💻 Arduino Code:
Check the code entitled "Code used in Arduino Code Development #1" from my line follower blog: www.hackster.io/anova9347/line-follower-robot-with-pid-controller-cdedbd. Here you can find also find the codes, schematics and more others, so I recommend taking a look!
🌐 The next video will be about implementing Bluetooth communication between an Android phone and the robot, as well as designing a new Andr...
Просмотров: 40 936
Видео
Development Preview #1 - Robotic Vacuum Cleaner
Просмотров 1,3 тыс.2 года назад
This video is a development preview of my newest project: a robotic vacuum cleaner, based on a PSoC™ 6 Wi-Fi BT Prototyping Kit, which is implemented with a voice-to-intend Picovoice AI. Please note that all of this is still under development and can be changed drastically. 🌐 Link to my Hackster page (where you can find the codes, schematics and others): www.hackster.io/anova9347/robotic-clean...
Making a simple Arduino Line Follower Robot
Просмотров 56 тыс.2 года назад
This video showcases a complete tutorial on making a basic Arduino Line Follower robot. This design is based on a PID control system connected to 8 IR sensors. I hope you like it and I will be glad to try to answer any questions you have. 🌐 Link to my Hackster page (where you can find the codes, schematics and others): www.hackster.io/anova9347/line-follower-robot-with-pid-controller-cdedbd 🌐 ...
Robotic Arm using linear actuators
Просмотров 13 тыс.3 года назад
In this video, me and my friend experimented in a new field of mechanics, linear actuators. We've designed a unique robotic arm that is based on this type of movement. Our goal is to see how is it different from a normal robotic arm. For the schematics, codes and a complete tutorial, you can find them on my Hackster account (where you can find other projects as well): www.hackster.io/anova9347/...
Arduino PID Line Follower Robot
Просмотров 36 тыс.3 года назад
I built a line follower robot for a competition for amateurs students. After 2 months of researching, I came up with a simple robot design, based on Arduino with a PID control system. I've also made a new video which is more detailed: ruclips.net/video/Qm8jX0L9oSQ/видео.html For a complete and great tutorial, make sure to visit this link: circuitcellar.com/research-design-hub/projects/build-a-l...
which code should i use.....you have gave 3 codes in the clint bro?
Thanks bro! Good proyect, keep in that way!
Please reply!!! Can I use L298N Motor Driver instead of DRV8835?
What type of wheel is on the front?
Can we use any other motor driver
I could never express how grateful i am for a such a comprehensive yet goofy video. I hope you never forget how happy you make people by just one video
very informative. Thank you
In minute 27:00, shouldnt the sensorValues[0] be multiplied by 1?, otherwise you will never take the value of sensor 0 into account. So in this case the measurements will go from 0 then a jump from to 1000 - 7000 instead of 0-7000.
🎉 Lovely video and explanation thank you
This was the best line following design and working tutorial, thank you bot reboot 😀
The first line is of aurdino code is error
nice vid bro i learned alot from it i am going to use te algorithim in a interntional competion wish me luck
Your video is extremely interesting and useful, exactly I find the right thing I need
Probably the best tutorial for a good line follower
hi can i use other brand 8 channel ir sensor?
Can we use geofencing using gsm or gps module where the bot has the track of the cleaned area and further cleans the area which it hasn't, is it efficient in implementing ??
here in our country drv8835 not available so i bought drv8833 can you make a code for me
Thank you mr
where is the app download link
Can u please make a detailed video on assembling the parts of this car? Like in reality. Not on 3d application. 🥺
Great Effort
after while about 30s in the app when i want to change the constants it show me this message :h-05 bluetooth error 516 unable to write broken pipe can u help how to fix it
Very nice video, with good explanation and most importantly live coding/debugging by explaining what are the possible issues. Thank you for this! Kudos!
This the best video and very disappointing to see only few views and likes and I am really impressed with ur content
15:09
if i want it to follow a white line on a black surface, how would this be different?
hello, good tutorial. I have questions. what is int mode = 8 ; do? is it possible to use motor shields mount on Uno to connect with Qtr sensors?
can i use arduino nano instead of arduino pro?, using the same program code you have given on the website?
App
hi, can i change hc-05 to hc-06 (4 pins) and have the same code? also can i still use the app for my hc-06 module? thank you
i want to buy this bot
This man is awesome.. i have a question : you used two push button, as pull down, insted of this can i use pullup? like, i want to connect 2.2k resistor to 5v then on pin of push button, and the other pin of push button will go to the ground, and Digital pin 12 will be on the 5v, for the calibration button, another push button will be same but Digital pin 11 in 5v, then i will write like: digitalwrite (12,INPUT_PULLUP);
brother can you guide me on voltage regulator plz
hello can you guide me which other voltage regulator i can use in this project other than pololu series i need you help
is it good to put trimmer potentiometer to determine the best Kp, Ki, Kd combination instead of editting it on the script and recompiling? or is it unnecessary cause once the best Kp, Ki, Kd is determined, you dont need to change it again?
it's so weird that simple explanations like in this video are not so suggested by the algorithm really great work you deserve all respect note: you can use map() function to keep the variable in a certain interval 41:20
hello, can you share the sketchfab 3d model it is not opening since it shows like this You can’t access this page because this Sketchfab 3D model has been deleted. thank you
Hey please reply
Bro can I make a maze solver with the same parts
Bro what is the password of the zip files please reply me
proteus design ?
Hey Reebok, I really love your code implementation and I wanted to use it for my 4 wheeled chassis, should I just add new speed variables? Or use the same variables but integrate them to the other motors?
Any other recommendations rather than Drv8835 that would also works the same way with the code, its quite expensive for me as student
And any 8 channels sensors will do right?
true, for many YT video i watch in search of explaination for whats going on in the code, not got any explanation, but thanks to god, guide this finger to click and watch this good videos. keep doing best sir. waiting more good videos like this, theory and practical booth do with same time to prove whats happen in reality! give us more and more usefeull videos like this.
my bot just jerks when it senses line. like instantly goes forward,backward,forward....... untill it crosses the line, then continues to rotate in right direction suggestion appreciated
Can you please give me hints on how to code further for the 'T' section, '+' section, dashed lines, loops?
Does it follow white line also
❤
What app did u use for CAD model ?
I've used Fusion 360 from Autodesk.
Thanksss!🐱@@botreboot6352
your work is 💯💯💯💯💯💯💯💯💯💯💯💯💯