Тёмный

Elegoo Smart Robot Car Kit - Learn Arduino programming! Supplied by Elegoo 

CurryKitten
Подписаться 26 тыс.
Просмотров 33 тыс.
50% 1

Something quite different today, we're putting together a kit to build a little Arduino controlled rover-style car with a bunch of interesting sensors. So we'll be looking at how it goes together, how it functions, and what we can do to think about expanding its capabilities.
This product was kindly supplied by Elegoo for review, so please consider using one of the affiliate links to your local Amazon sire if you want to take a more detailed look at the product.
Amazon USA: www.amazon.com/gp/product/B07...
Amazon UK: www.amazon.co.uk/gp/product/B...
Amazon Canada:www.amazon.ca/gp/product/B074...
For the Amazon.co.uk site, try the discount code: CurryKitten (End Date: 20/09/2020 23:59 BST)
If you liked this video and want to show your support please feel free to join my Patreon supporters here / currykitten or if you decide to shop at Banggood, here's a general affiliate link which helps me out if you use it www.banggood.com/?p=E81211714...
If you want to look at other ways of supporting my channel, then check out all the ways you could help out here www.currykitten.co.uk/support-me/
00:00 - Intro
02:43 - Unboxing
06:54 - Building
14:41 - Testing the functions
25:37 - Looking at example code and docs
30:29 - Adding my own functions to the code
34:31 - Testing my new functions
36:14 - Conclusions

Опубликовано:

 

1 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 54   
@999wilf999
@999wilf999 3 года назад
Elegoo seem to make decent stuff, I have one of their Arduino starter kits, and the documentation that came (on a CD) with it is excellent, with projects and sample code for all the modules in the kit, starting from very basic programming and working it's way up. They seem to buck the trend for non-existent instructions that so many other tech companies follow!
@CurryKitten
@CurryKitten 3 года назад
Yeah - I wasn't expecting anything that good, I was very pleasantly surprised
@mypoortom
@mypoortom Месяц назад
Lovely. Thanks so much for your video. Now I know well what this tiny robot can do. I will order one for me and my son to play together.
@CurryKitten
@CurryKitten Месяц назад
Nice - have fun building together
@TailSpinRCSpain
@TailSpinRCSpain 3 года назад
Comprehensive review Wayne.
@CurryKitten
@CurryKitten 3 года назад
Thanks muchly - I could have gone on for longer, but I figured it was long enough :)
@klararickardsson3556
@klararickardsson3556 2 года назад
hey curry, im 13 and really enjoy watching your videos !
@CurryKitten
@CurryKitten 2 года назад
Glad to hear it!
@wolfrobots118
@wolfrobots118 2 года назад
You know why your video is better than the others? Because you didnt use irritating background music....you talked instead and that was much better.
@takalvert
@takalvert 2 года назад
Nicely explained sir 👏
@CurryKitten
@CurryKitten 2 года назад
Thanks :)
@microhandsltd
@microhandsltd Год назад
Great video thanks😊
@CurryKitten
@CurryKitten Год назад
You’re welcome 😊
@famady
@famady 3 года назад
Nice one! You should put the tyres on with the profiles pointing in the same direction though. :p I am going to learn the basics of arduino programming soon, at evening school (don't know how it's called in english), looking forward to that.
@CurryKitten
@CurryKitten 3 года назад
Haha - I did not notice I'd done that. I wasn't paying any attention to the tread direction. Enjoy your Arduino course, they are good fun to play with
@licensetodrive9930
@licensetodrive9930 3 года назад
Driven by 4 independent motors? That's a perfect candidate for some mecanum wheels. Given the right coding, an RC car with mecanum wheels should be able to drive just like a quadcopter flies, with pitch+roll+yaw control.
@CurryKitten
@CurryKitten 3 года назад
I like that idea, I wonder if I can pick some up and mess around with that idea
@licensetodrive9930
@licensetodrive9930 3 года назад
@@CurryKitten I've been intending to make a mecanum wheeled RC car for a long time now, printing the wheels myself, but other projects & ideas keep getting in the way, like last weekend I put a Zhiyun Z1 Tiny2 3-axis gimbal on an RC car holding an FPV camera - it makes FPV RC car driving a whole lot more fun because the camera is rock-steady.
@ErlankBru
@ErlankBru 6 месяцев назад
I enjoyed your video, seeing how stuff work/perform instead of having to buy it. From these robotic vehicles I'm expecting a whole lot more than what they could do 20 years ago.. There was this cute little robot vehicle called Cybot that had the exact same sensors..they could even chase balls and play "soccer" with other Cybots if I'm not mistaken, but I discontinued the series of magazines before I got to that edition.. the computer boards were different and occupied a bit more space. I think for modern robot toys today they could've at least added more sonar sensors for object avoidance AND light sensors.. Cybot followed a torch's light spot on the ground quite accurate...I miss the little bugger (excuse the pun, they did look like bugs with their antennas that ended in green led lights😄).
@CurryKitten
@CurryKitten 6 месяцев назад
I had both the robots, although the annoyance of constantly having to swap circuit boards out in order to give it new functionality was a pain. I do take your point, but the idea with these ones is that they are a starting point. You build it, you play with the code see if you can make it do some things, and then you add on extra sensors to do more
@wolfrobots118
@wolfrobots118 2 года назад
The code can be tweaked so that it doesn't keep repeating when it's in a corner... you can also look at the code and adjust it spinning speed
@CurryKitten
@CurryKitten 2 года назад
Yes indeed - although I do like to show how it behaves out of the box to start with. The idea is that people jump in and have a go at tweaking lots of aspects of the code.
@teltowfamily2223
@teltowfamily2223 Год назад
I have this kit, but it didnt come with instructions. Thank you! also, how did you get the remote to work?
@greenscreen_vids42
@greenscreen_vids42 9 месяцев назад
How do you get the motors on the black thing?
@93hili
@93hili 3 года назад
Hello, thank you for the video. I just have one question, how did you read the code that exists in the arduino with the sdk?
@CurryKitten
@CurryKitten 3 года назад
I might be misunderstanding the question, but you can't simply read the code that's loaded on the Arduino (well you can, but just the binary version) so what I was doing is downloading the base code that would be running on the car from the Web site and then making my changes on top of that. Does that answer the question?
@JEMTAC
@JEMTAC 3 года назад
Make it fly, lol. I would watch your light bulb review.
@CurryKitten
@CurryKitten 3 года назад
Haha - given that this review hasn't been overwhelmingly popular, I don't think you might be on your own in watching a lightbulb review :D
@staycool1565
@staycool1565 2 года назад
i want to add push-button for control the vehicle how can do this ,?
@georgeaura
@georgeaura 3 года назад
You should try the adeept rasptank pro
@CurryKitten
@CurryKitten 3 года назад
That's a nice looking kit as well - shame they don't also throw a pi in to the kit to make it complete
@DoomSlayer2126
@DoomSlayer2126 Год назад
can u please provide with the link u downloaded the code for the car from bacause i couldnt find it (time 26 in the video).
@CurryKitten
@CurryKitten Год назад
All the code resources are here www.elegoo.com/blogs/arduino-projects/elegoo-smart-robot-car-kit-v3-0-plus-v3-0-v2-0-tutorial
@pompeeto8699
@pompeeto8699 3 года назад
Can you help me? I want to put that code you have for the controller into my bot but I’m a little new to it
@CurryKitten
@CurryKitten 3 года назад
I would suggest you start out going through their tutorials that do a nice job of covering the basics step by step. If you just attempt to throw on the completed code that I used you won't know what's going on and why it works
@billstrain1
@billstrain1 Год назад
What do you use to charge the battery pack
@CurryKitten
@CurryKitten Год назад
There's a supplied USB cable
@mrtesla5724
@mrtesla5724 2 года назад
I'm on Android and I'm having a hard time connecting the car to my phone via Wi-Fi, any ideas?
@CurryKitten
@CurryKitten 2 года назад
On this version of the car, there is no wifi - the app uses Bluetooth
@brightontilifly
@brightontilifly 3 года назад
The front tread wrong way round OCD
@CurryKitten
@CurryKitten 3 года назад
I completely missed the tread pattern !
@jjfamilyma759
@jjfamilyma759 2 года назад
Hi there Looking for some help with my sons Elegoo smart robot car v4.0. He has lost the instructions and is patiently waiting for me to try find some of at all possible could I get a copy please if anybody has one much appreciated
@CurryKitten
@CurryKitten 2 года назад
If you look at the support part of the Elgato website, you'll find the instructions there. Look at www.elegoo.com/pages/arduino-kits-support-files and into robot kits which will lead you to the manual download here 69.195.111.207/tutorial-download/?t=RobotCarV4.0
@inyourdreams2117
@inyourdreams2117 Год назад
How do you get the code for the whole thing?
@CurryKitten
@CurryKitten Год назад
On the website, can be a bit of a pain to locate, but you can find it all here www.elegoo.com/blogs/arduino-projects/elegoo-smart-robot-car-kit-v3-0-plus-v3-0-v2-0-tutorial?_pos=4&_sid=c51b5125a&_ss=r
@edwardmitchell1123
@edwardmitchell1123 Год назад
26:32 ah yes, that is clearly “chinese” but anyway great video! thanks!
@CurryKitten
@CurryKitten Год назад
Whoops - I didn't look very hard did I? Very embarrassing as I've learnt the Hiragana and Katakana alphabets for my upcoming Japanese trip this year. With just about everything I touch coming from China - it's what you'd normally see in some parts of the instructions... I'll look harder next time :)
@Videolinquency
@Videolinquency 3 года назад
Motor/motors could be a translation flaw. Some Asian languages may not have a plural form as we know it.
@CurryKitten
@CurryKitten 3 года назад
Maybe - the rest of the documentation was really good though - not a hint of Chinglish to speak of
@Videolinquency
@Videolinquency 3 года назад
@@CurryKitten Interesting. A native English speaker could still be behind the misplaced singular form if they translated from a source language with no plural form. Then they would have had to understand the robot to know what form to use. Not that it matters, I get going because translation is my day job. Fascinating review - the robot probably has its shortcomings, but it seemed more intelligent than some of the human road users we see every day.
@salimlehouichi6095
@salimlehouichi6095 2 года назад
ممكن برمجة اخي
@MultiChallenger
@MultiChallenger 3 года назад
=d
@gerrysquire
@gerrysquire 3 года назад
naaaa
@CurryKitten
@CurryKitten 3 года назад
But at least you got in there first today
Далее
КАК Я ЭТО СДЕЛАЛА?
00:13
Просмотров 423 тыс.
Programming Elegoo Smart Robot Car v4.0 | Part 1
9:58
The coolest robot I've ever built!
19:40
Просмотров 4,5 млн
Damascus Steel From Milling Chips!
15:47
Просмотров 1,2 млн
My DIY Submarine Explores A Sunken Uranium Mine
19:23
Просмотров 676 тыс.
ELEGOO Smart Robot Car Kit V4.0
10:32
Просмотров 6 тыс.
Arduino Smart Car Robot Kit
8:32
Просмотров 32 тыс.
7 Arduino Tips for New Programmers
9:41
Просмотров 46 тыс.