No video

Robotics Training LESSON 14: Using the BLE Bluetooth Module to Control the Elegoo Smart Car

  Рет қаралды 13,523

Paul McWhorter

Paul McWhorter

Күн бұрын

Пікірлер: 45
@techturbo304
@techturbo304 4 жыл бұрын
Sir Paul, i completed my graduation in Electrical Engineering from 2007 to 2011, after my graduation, i am involved in Techno commercial jobs and almost no link with real engineering stuff. Now, I am taking your Arduino tutorial and reached up to 42 lessons, your lessons about controlling servo, stepper and DC motors helped me to decode programming of servo based Voltage stabilizers. It was real shock for my whole company, how i was able to transform Voltage stabilizer into graphs and equations....i really wished to have top quality education form US or UK, but you are making my dream come true.. i salute you for your lectures and transforming my life/Thinking.. Thank you Sir, may Allah help you always. Ameen
@coddyuno
@coddyuno 3 ай бұрын
i love your lessons i have finished the arduino lessons and they were great
@opalprestonshirley1700
@opalprestonshirley1700 4 жыл бұрын
Most excellent makes life easier. The addition of the BNO055 would be a nice upgrade. See you Saturday. Thanks, Paul.
@captainprototype187
@captainprototype187 4 жыл бұрын
This is my holy grail. he whole reason why I stared with arduino in 2017.
@stephanvb5561
@stephanvb5561 3 жыл бұрын
for everyone who gets stuck like i did. It makes a huge difference using if (cmd=='f') what i mean is the little sign 'value' instead of using "value" i always used " value" before and never had problems but i guess this is only the case for strings great lesson as always, learned a lot. Thanks Paul
@fun_engineering5710
@fun_engineering5710 4 жыл бұрын
This is super fun and easy, I thought that there will be a weird command for the Bluetooth to work. I'm really excited for the next coming lessons.
@cbrombaugh
@cbrombaugh 3 жыл бұрын
I am very interested in closed loop control. I suppose you are finished with these robotics tutorials, but the car needs a real control system. Your lessons are most excellent!
@paulmeistrell1726
@paulmeistrell1726 3 жыл бұрын
Thanks Paul. Great lesson, this is way too easy:>) adding the other things velocity, distance and numbers was very straight forward. I think the robocam has some recognition on it as your face was sporadically boxed. Enjoyed this. See you for the next lesson.
@johnstephenson4428
@johnstephenson4428 4 жыл бұрын
I had coding issues as well, good lesson.
@pralaymajumdar1206
@pralaymajumdar1206 4 жыл бұрын
Outstanding and excellent lesson.. Thank you sir.
@keithemerson9349
@keithemerson9349 4 жыл бұрын
I like the idea of using the BNO055 with the robot. Maybe the magnets in the motors will cause a problem ? How about using the jetson nano to track the robot visually, keep it straight and/or steer it around a course ?
@muhammadzeeshan07
@muhammadzeeshan07 4 жыл бұрын
sir you are fantastic, just fantastic
@atishay6
@atishay6 4 жыл бұрын
Im late today, I got a tardy :( Great Class!!
@pauljopeter8494
@pauljopeter8494 4 жыл бұрын
Is your Arduino tutorial over??? Loving your stuff....
@harrison4687
@harrison4687 3 жыл бұрын
Awesome video. I did the homework. Still having trouble calibrating the theta to set the turn angle but just hard coded a tweak in there.(added a quarter ms to delay time). Had a weird glitch where the ble wasn't waiting in my setAngle function and skipped past all my if statements. Came back after dinner and changed the character and extended the delay from 200 to 400 and it worked fine. Changed it back to the original way I had it and it worked fine. Same code, same syntax. I stared and compared for a good bit, so don't know what was going on. It's usually operator error for me so >>
@waltmetcalf5354
@waltmetcalf5354 3 жыл бұрын
I would like you to include the BNO055 in these lessons.
@rickbonari4493
@rickbonari4493 4 жыл бұрын
Hello Paul, Very awesome tutorial on bluetooth !!!! Very interested in bno055 closed loop control of robot !!!! You are the best ever !!!!!!! Rick
@doctorzak
@doctorzak 3 ай бұрын
Comparing version V3 of the car with V4 - the V4 shield now has an MPU-6050 (Accelerometer and Gyroscope Sensor) module in the place previously occupied by the Bluetooth module on the V3 shield. The Bluetooth option is now provided by an ESP32-S3-WROOM-1 board which sits above the ultrasonic module; the ESP32 board provides generic Wi-Fi & Bluetooth LE (as well as a camera). I've connected OK to the Bluetooth and can send 'commands' (f, b, l & r) but the car doesn't respond - in a similar fashion to the supplied Elegoo Uno board I suspect the ESP32 has been preprogrammed and so it's maybe expecting different 'commands'. I shall persevere - it's not a problem but an opportunity to learn more! I do have a 'spare' ESP32 module that I've previously programmed using the Arduino IDE so I can look at programming that and replacing the one on the V4 - the latter will then be kept safe with the supplied preprogrammed Elegoo Uno if ever I want to go back down that route!
@rachniotov4875
@rachniotov4875 4 жыл бұрын
Thanks for another great lesson sir!! I am thinking to make a replica of elegoo smart car all by my own, so I would love a lesson on the BNO055 sensor with the car but the sensor is costly here, so if you can suggest some other sensors or any other method for the technique please reply me sir. Again, thank you very much for the lesson!!!
@bigbogeyface
@bigbogeyface 3 жыл бұрын
I wonder how far the bluetooth signal goes, I may just well have to test it out 😁 👍
@Bob-zg2zf
@Bob-zg2zf 4 жыл бұрын
Bluetooth stopped breaking Paul's heart? Cool.
@paulhouse4587
@paulhouse4587 3 жыл бұрын
I would love a lesson on the BNO055
@GCRickerNH
@GCRickerNH 3 жыл бұрын
I'm having a problem with my Bluetooth module. I think it may be defective... It will connect with Smart Robot Car app on my IPhone, and then immediately drop. However, if I comment everything out including the "Serial.begin(9600)". It remains connected. If I only leave the "Serial.begin(9600)" uncommented, with everything else commented, I'm back to it connecting then immediately dropping. It appears to be a problem with the initial handshaking caused be the Serial.begin? I can't figure out how to order a new Bluetooth module. I couldn't find it on amazon or Elegoo.com The only marking the board has is "ZS-040". Any suggestions would be greatly appreciated. Thanks.
@GCRickerNH
@GCRickerNH 3 жыл бұрын
I'm answering my own question, and thought I'd share with everyone... I was unable to get a new Bluetooth module through Elegoo, so I ended up buying through Amazon an HC-05 Bluetooth module. What I didn't realize is that an HC-05 Bluetooth module won't work with an Apple IPhone and also that the HC-05 needs a voltage divider out of the transmit pin. Luckily, my wife has an Android, and I made a voltage divider with a 1k and 2K resistors. I got it to work! It looks funny, but at least I can continue to follow along in this series.
@bigbogeyface
@bigbogeyface 3 жыл бұрын
Glad you figured it out dude 👍🤙
@jumbo999614
@jumbo999614 4 жыл бұрын
Please make tutorial of WiFi robot car.
@pralaymajumdar1206
@pralaymajumdar1206 4 жыл бұрын
Sir, please make a tutorial on Bluetooth module (HC-05) on Arduino...
@bhaskarroy7074
@bhaskarroy7074 4 жыл бұрын
Try to use tv remote for ir
@GEOKONSTRUKTOR
@GEOKONSTRUKTOR 4 жыл бұрын
Gut
@codecage9333
@codecage9333 4 жыл бұрын
Now that school has started and your house has sold, will we really have Lesson 15 next week? Or will it have to wait until you get settled again? We should have enough to keep us busy figuring out what to do next!
@paulmcwhorter
@paulmcwhorter 4 жыл бұрын
we will have lesson 15 next week, but that will be the last one for a while. Although, I still have the Jetson nano lessons queued up and in the can. Right now, teaching is very hard this year, and everything takes much more time than last year. Maybe over thanksgiving week I can make more videos, but not too much until then. Maybe I can try to do some Friday livestreams, and just touch base with you guys.
@ptprabhu
@ptprabhu 3 жыл бұрын
You missed curly bracket
@alexanderislas4382
@alexanderislas4382 4 жыл бұрын
I hope that it will have a way to use both iOS and Android. The given module works with iOS, but the app kind of suck and doesn't show how to use it.
@loptica62
@loptica62 4 жыл бұрын
have you tried MIT 's App Inventor... create your own BT apps
@keithemerson9349
@keithemerson9349 4 жыл бұрын
@Subhojit Bose The android app works OK
@ptprabhu
@ptprabhu 3 жыл бұрын
Im interested to be with you in control room☺️
@brentnussbaum4477
@brentnussbaum4477 4 жыл бұрын
Is anyone else having issues with pairing? My phone settings show the car is available, but the app isnt finding it.
@mattnelson4139
@mattnelson4139 4 жыл бұрын
I only had issues pairing when I combined the code for the IR remote. I did not have issues doing it the way Paul did
@brentnussbaum4477
@brentnussbaum4477 3 жыл бұрын
@@mattnelson4139 I have tried it exactly as Paul did. Is there any certain code that needs to be uploaded first?
@ptprabhu
@ptprabhu 3 жыл бұрын
My motor driver outputs are not identical.. That's why my car go right side faster then left side.. by doing a simple math my car goes almost straight in the open loop system.. After this tutorial I'm going to take 9 axis sensor tutorial..
@loptica62
@loptica62 4 жыл бұрын
great stuff , sorry I missed it..... May I suggest a solutiion concerning the Rx,Tx, (UART) plugging/unplugging the USB etc... You can simply use "SoftwareSerial" on pins 10 and 11 for example. All you need to do is add the following library at the very top of your code..... (no need to download anything it's allready standard issue in the ArduinoIDE 13 and earlier...) #include you can read all about this functionality at: www.arduino.cc/en/Reference/softwareSerial It's pretty straight forward and very handy stuff indeed.... Oh, and one more thing... closed loop control... definitely interested ! As I mentioned before, I am still trying to incorporate the Micro:bit in my robotic classes because it has a compass and blutooth already built in... and it's kids (k-8) friendly... P.S. btw are you serious about the "side kick" - control room thing? applications open? Age limit? ...any prerequisites needed?
@davidrobertson415
@davidrobertson415 4 жыл бұрын
Wouldn’t you have to be able to plug the BT module into different pins? Ours is hardwired to 1 and 2.
@pareshmhatre4019
@pareshmhatre4019 3 жыл бұрын
Start of robot dance and end of robot dance delay is about 100000 milliseconds make it 2000 miliseconds sir!
@samyhaytham1296
@samyhaytham1296 4 жыл бұрын
Hi
@loptica62
@loptica62 4 жыл бұрын
This time I have set the reminder.... But it seems I'll be at work... again, missing the live version..... It's been a hectic week at school.... papers, plans etc....we are all preparing for the worst.... "the online mode"... which is expected middle of october... BTW In case I don't get home on time.... will there be mention of the BLE vs HC-06(05) pros and cons issues.... That would definitely be one of my "live" questions.... (I have read just about all there is over at Martyn Currey's blog but still I'm a bit confused...) www.martyncurrey.com/bluetooth-modules/
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 563 М.
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,3 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 6 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 22 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
The Ultimate Guide to using Motors in Robotics (including ROS, Raspberry Pi)
25:56
Arduino Bluetooth AT commands HC 05 HC 06
7:20
DIY GUY Chris
Рет қаралды 61 М.
Elegoo Smart V3 Robot Car Kit   Unbox, assembly & testing
5:45
HBPowerwall
Рет қаралды 53 М.
9-Axis IMU LESSON 26: Understanding PID Control systems with Arduino
1:10:36
INFINITE RANGE ELECTRIC CAR - DIY Build
24:28
Drew Builds Stuff
Рет қаралды 2,7 МЛН
I built my own computer. by hand.
13:03
jdh
Рет қаралды 1,2 МЛН
Building the Elegoo Smart Robot Car Part 1 - Arduino based robotics project
53:58
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,3 МЛН