As you helped, I changed it to a 12v battery and ran it, and it worked normally. It must have been difficult to answer due to the time difference, but thank you for kindly answering until the end.
@@김민준-f8hhey there may i know what was ur problem? Can we connect i have to submit this as a project in my college if u can assist me with this please provide ur Instagram handle or so?
#hashincludeelectronics Thanks For This Detailed Project Sir.. It Worked in The First Attempt. Code Explanation were Awesome. Pin Diagrams Helped a Lot. Thanks a Lot Sir.
In the wifi and password space in the code should we enter the wifi and password credentials of which the system is connected or does the esp 32 cam module has it's own wifi?
const char* ssid = "MyWiFiCar"; const char* password = "12345678"; These lines in the code are these the credentials of the wifi signal produce by the esp 32 cam module or are these the credentials of an existing wifi network
The code is getting uploaded properly But when I apply the voltage the four motor start moving And I'm not getting the wifi signal what might be the reason
Just that I don't understand it when I didn't make any changes there :-( Editing the code won't be a problem, but unfortunately I have no idea where to rewrite it.
Thanks for the great and very detailed project. Followed it literally and worked in the first attempt (my granddaughter thinks I am a genius!). However, when using the robot, sometimes the image freezes on the screen of the cell phone. Is there a probable cause for it and a way to fix the freeze?
I am glad that you liked the video and it worked 🙂👍🏻. Not sure if you already changed one setting as suggested in video . We need to set something like MAX_QUEUE_MESSAGES to 1 in the websocket library. I have described in the video . Please set it and re upload the code if not done previously. That should solve the problem .
Bro my esp32 cam got heat up and is no longer connecting to wifi. When I connect it, it automatically disconnects after 3-5 seconds but now it's not even connecting. Bro my whole project is ruined. Please help
In this project esp32 works in AP mode which creates local WiFi network itself . And our mobile can connect to it . We don’t need any internet for this.
Straightforward using the HC-SR04 in the loop doesn't work. Blinking without delay makes the WIFI unstable. Using a second ESP32 with distance calculation and relais between LN293 and the motors works, but is a bit clumsy solution. I'll continue my research. Perhaps multitasking with the second core in the ESP32 is a possibility.
While uploading the code to esp32. At last it is giving as fatal error occurred: Failed to connect to ESP32: No serial data received. How to solve this problem.
You need to press enable button on the esp32 module while uploading the code . This is very common issue and you can find more information on internet as well 👍🏻👏🏻
Thanks for checking out video and your comments 👍 Combining these both would be very interesting idea. Will see if I can do that in near future. Or you can try yourself and let us know how it goes.
@@hashincludeelectronics Hi, I will try to combine this project with Pan-Tilt Project. Could you please assist me with the pin arrangement? Since both of the projects use the same pin 12 - 15.
@@agungliem1219 that’s great . Yeah I would help you on this . You can try using gpio1 and gpio3 which are uart pins VRX and VTX. We are not using serial communication so these pins should be good . Use these pins for 2 servos . Do not use gpio16 pin with camera.
Hii I am facing a problem in the project when i am uploading the code the code uploads but after when i connect ESP32 to car the car moves normally like when we connect battery to a motor the tyres are moving continuosly and also the wifi name is not showing CAN YOU PLS HELP ME OUT😢😢😢😢
I Have Tried to make this same project for a long time.... But it didn't Work... But your video is pretty better than the others (Explaining is Nice)... I should try it again... How do i get the app after making the car please can I Know ???
Thank you very much for checking out video and your kind words 👍🏻. Regarding app , once you upload the code and restart the esp32cam, connect to wifi on mobile using MyWiFiCar ssid and password as 12345678. Then type 192.168.4.1 in your mobile browser like google chrome . It should open the app . Let me know if you face any issue . I have explained this in video as well .
Does the source of the voltage matter? Does it HAVE to be LiPo? I have a surplus of 18650 cells and some rechargable AAs and wonder if i can use these. Also all videos for these cars use the same motors, can i use different motors? (I need smaller motors) Thank you for your videos
Thank you very much for checking out the video 👍🏻👏🏻. Yes you can use any rechargeable battery . Make sure total voltage is between 7-12 V. Also you can use other DC motor as well👍🏻
hello bro thanks for this tutorial and i have a little error that is wifi is work 6 sec then desconenct and only 1 button is working so what is the solution?
Hello, first of all, I would like to thank you very much for the incredibly detailed and helpful video. I have a question: Is there any difference when uploading code from Arduino compared to uploading code from ESP32-CAM-MB? Hope to get a reply soon! Thank you.
Sir, I don't want to control it from phone, but just want the camera view. As I want to add this ESP32 cam module, to a hand following robot. How to do that? And, in that, hand following robot I used Arduino uno, and a Motor driver shield, do i need to add 98 N Motor driver now?
Perfect presentation although you speak very rapidly. Many thanks for this project. Would it be possible to add a collision protection using an HC-SR04 US sensor and defining 10 cm or so as minimum distance?
Thanks for checking out the video 👍🏻👏🏻. Yes we can add ultrasonic sensor in this project . I have not used this in any of my esp32 project yet . I generally use NewPing library in Arduino boards for ultrasonic sensor . For esp32 NewPing library will not work . You need to read the ultrasonic sensor using pulseIn method . Please check more details on internet in this 👍🏻👏🏻
Not really. You can interchange the wires and the rotation of motor will be reversed. There is no such specific +v and -v terminals for these TT gear motors..
I have a doubt, ->After u put glue gun and paste the esp32 cam anddo all connections at the first, afterwards hwo do we connect it to arduino? ->After all I tried uploading the code and then do all the connections, in the connections photo You have given the direct current from the battery, where as in the video the thing you have done is you have given connection from the motor driver. Which should I follow now? ->can I use a 9v HW Battery? Or shud i use the Lipo 3s battery itself? Bcoz It looks too expensive. And the budget of the whole project is 2000. Please reply asap, as i am in the work of the project Thank you!
Thanks for checking out the video 👍🏻once code uploaded and everything is done , do not connect it to laptop . Just provide power supply with battery. Do not use that 9v battery as it does not provide enough power. Use some rechargeable battery .
Nice video bro, all explained well. I have one question. I already try your project and everything is fine until i control the car. The wifi disconnect after the car move a bit. Is the cause from my battery?
Bro connecting en a and b to esp The wifi not shown If we remove that connection wifi shown and connect But in web the vedio is not shows It say " it takes longer to respond What is the problem and solution for it
Thank you very much for checking out the video 👍🏻👏🏻. This project creates its own wifi network hence the ssid . You don’t need to use your home wifi credentials.
Is it possible to use LCD touchscreen with ESP32 for controlling this car and getting video from it? To avoid using cellphone...? Like WT32 SC01 plus or even T-deck with mounted trackball?
You need to have touch screen device and also internet browser to open this app and work properly . If your LCD screen device supports all these then yes you can use 👍🏻👏🏻
hello pro first Thank You For Your amazing video, i have a little problem in code ('ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?)
Hello, I did everything like in the movie and it works great, but I have a problem with the image from the camera, or the pmalu refreshes or not at all and the image is still
There is one setting which says MAX_MESSAGE_QUEUED that needs to be changed . Could you please check that part in the video ? It’s must needed . It will resolve your issues .
@@hashincludeelectronics Because looking here raw.githubusercontent.com/un0038998/CameraCar/main/Diagrams/Camera%20Car.png it seems like only the front pins of enA and enB are connected to IO12?
Good job! But I’m having issues uploading the code regarding compilation error of “ exit status 1” and “Define the base class to std: :allocator.” How do I resolve this?
As soon as I connect the power it begins running quite fast too I'll need to restrict its movement befor i connect my phone to the rover is there anything i can do to prevent it from instantly running away?
Hey, I have connected all the wires properly according to your video, and after connecting the battery, the esp light blinks for 2/3 seconds then stops but motor driver shield lights on. But, the esp32 cam wifi isn’t showing up! How to fix this issue?
Thank you very much sir for this amazing explication but i have problem when i write in the browser the ip adresse . Nothing do and i dont get the web page of the application . Please what can i do in this case . Thank you
Hi , in the first line in the code, there is a massage appears on the screen wich said ( esp_camera: No such file or directory) , what is the meaning of that? I exactly do the same steps as you , please can you help me in short time
Thanks for checking out the video . You need to install the esp32 board as shown in video . Also make sure to select the esp wroover board while uploading the code . Follow complete steps in video 👍🏻
@@selvaff3734 you can use Arduino nano and upload code using the method shown in video. It’s same . Or you can use other method to upload the code using FTDI module that is usb to UART programmer . Please check for details on internet on this method .
Hello sir. I need to do the obstacle avoidance car which capture the image by esp32 camera when obstacle is detected. Can we please discuss about that?
As you helped, I changed it to a 12v battery and ran it, and it worked normally. It must have been difficult to answer due to the time difference, but thank you for kindly answering until the end.
This is awesome news 👏🏻👏🏻 good power supply always sorts out most of the problems . I am glad that I could help you 🙂cheers 👍🏻
@@hashincludeelectronics Once again, thank you for your kind help.
@@김민준-f8hhey there may i know what was ur problem? Can we connect i have to submit this as a project in my college if u can assist me with this please provide ur Instagram handle or so?
Can you tell me how many 12 v battery did you use
@@CassiaSeleria did you find one? I just bought a 12V for a RC car as they have the best packages. But LIPO can be dangerous when discharging even.
Thanks for your help giving answers to my qns while making project
Finally got my project output 🎉
I am glad that this project helped you and congratulations on your success 👍🏻👏🏻
hey bro can i get the updated github code of your project
Innovative idea and perfect presentation.👏🏻👍🏻
Thank you 👍🏻
It's really amazing project thank for this.
Thank you 👍🏻
Hey you got any alternative for Esp32 Camera module ?
Nice... It's working perfectly ❤
Thank you very much 👍🏻👏🏻
hi bro
mera work nhi kr raha can you help ?
#hashincludeelectronics
Thanks For This Detailed Project Sir..
It Worked in The First Attempt.
Code Explanation were Awesome.
Pin Diagrams Helped a Lot.
Thanks a Lot Sir.
Awesome and well done 👍🏻
In the wifi and password space in the code should we enter the wifi and password credentials of which the system is connected or does the esp 32 cam module has it's own wifi?
const char* ssid = "MyWiFiCar";
const char* password = "12345678";
These lines in the code are these the credentials of the wifi signal produce by the esp 32 cam module or are these the credentials of an existing wifi network
Please keep it as it is. Esp32 cam will create a wifi network with these credentials. You need to connect to this ssid and password 👍🏻👏🏻
The code is getting uploaded properly
But when I apply the voltage the four motor start moving
And I'm not getting the wifi signal what might be the reason
@@samarthkashyaphs9279 check for loose or wrong connections 👍🏻👏🏻
bro how did u solve this issue . im facing the same
Just that I don't understand it when I didn't make any changes there :-( Editing the code won't be a problem, but unfortunately I have no idea where to rewrite it.
In that case you need to learn little bit of coding . It’s not that difficult . Give it a try 👍🏻
Mata code eka එවැන්නකි
Thanks for the great and very detailed project. Followed it literally and worked in the first attempt (my granddaughter thinks I am a genius!). However, when using the robot, sometimes the image freezes on the screen of the cell phone. Is there a probable cause for it and a way to fix the freeze?
I am glad that you liked the video and it worked 🙂👍🏻. Not sure if you already changed one setting as suggested in video . We need to set something like MAX_QUEUE_MESSAGES to 1 in the websocket library. I have described in the video . Please set it and re upload the code if not done previously. That should solve the problem .
I am impressed that you answer all questions promptly. Thank you very much.
@@darcynog thank you very much for kind words 🙂👍🏻
Great project. Is it possible to add a label with a sensor value on a web page? If yes....how I can do it?
thank you very much, Of all these videos, it's very easy for me to understand
Thank you very much 👍🏻👏🏻
Super project! worked like a charm for me. I have also tried the earlier pan tilt servo project.Thanks a lot.
Awesome 👏🏻
Did your website load?
for me alao the website is not loading
@@parithosh8069And if i connect mywifi car ssid then how i will load the ip on chrome without internet
@@shadowfighter7085 can you connect to My-wifi car network ?
Thank you friend your video is very Helper
Thanks for checking out the video 👍🏻👏🏻
Bro my esp32 cam got heat up and is no longer connecting to wifi. When I connect it, it automatically disconnects after 3-5 seconds but now it's not even connecting. Bro my whole project is ruined. Please help
Same here bro 😖
Same here bro😭😭😭
Re-upload the code
Same I am also facing
@@alkasingh7815did it worked ?
By reaploading the code
very good project bro thank you so much a lot
@@saidevs-5thb635 you are welcome 👍🏻👏🏻
ESP32 does not require any internet connection? Please sir answer me...I am from Bangladesh sir, and I loved your video ❤️
In this project esp32 works in AP mode which creates local WiFi network itself . And our mobile can connect to it . We don’t need any internet for this.
Thanks a lot , Great Explanation
Thank you very much 👍🏻👏🏻
Give me the idea for to other functions like gsm and gps etc..
Awesome Ujwal !!
Thank you 👍🏻
@hashincludeelectronics I know that i should use rechargable battery but what if I don't will it work?
Pls reply pls it's a request
1:39 bro did u just solder the wires to the motors without putting anything else or you put glue type thing?
It’s up to you 👍🏻
Especial Thanks for explaining the code. I'm subscribing for it.
Thank you very much 👍🏻
Straightforward using the HC-SR04 in the loop doesn't work. Blinking without delay makes the WIFI unstable. Using a second ESP32 with distance calculation and relais between LN293 and the motors works, but is a bit clumsy solution. I'll continue my research. Perhaps multitasking with the second core in the ESP32 is a possibility.
Good observation and finding . I need to use HCSR04 in esp32 for my next project. I am going to try it 👍🏻👏🏻
While uploading the code to esp32. At last it is giving as fatal error occurred: Failed to connect to ESP32: No serial data received. How to solve this problem.
tell me if you find out how to solve it I'm also facing the same
You need to press enable button on the esp32 module while uploading the code . This is very common issue and you can find more information on internet as well 👍🏻👏🏻
Is it the enable button or reset button, esp32cam has only reset button
See the 3v 5v gnd 3-pin interface and make sure the jumper is connected to 5v. Connect io0 pin to ground while uploading
@@hashincludeelectronics how
They're two url in 3:50
There is one of them in description
Where is another one???
All the links are there in the description of the video 👍🏻
Hello, nice video, I also watched your pan tilt video, can you please combine both of these, like fitting the pan tilt on this car and using both
Thanks for checking out video and your comments 👍 Combining these both would be very interesting idea. Will see if I can do that in near future. Or you can try yourself and let us know how it goes.
@@hashincludeelectronics Hi, I will try to combine this project with Pan-Tilt Project.
Could you please assist me with the pin arrangement?
Since both of the projects use the same pin 12 - 15.
@@agungliem1219 that’s great . Yeah I would help you on this . You can try using gpio1 and gpio3 which are uart pins VRX and VTX. We are not using serial communication so these pins should be good . Use these pins for 2 servos . Do not use gpio16 pin with camera.
@@hashincludeelectronics Thank you, I will try this.
@@agungliem1219 sounds good . All the best and let me know if you face any issue 👍🏻
@hashincludeelectronics Great project but I have a question that can I use 11.1v 2200MAH battery??
Yes you can use that . That’s a nice battery having good power 👍🏻👏🏻
@@hashincludeelectronics Thanks
Hii I am facing a problem in the project when i am uploading the code the code uploads but after when i connect ESP32 to car the car moves normally like when we connect battery to a motor the tyres are moving continuosly and also the wifi name is not showing CAN YOU PLS HELP ME OUT😢😢😢😢
Pls help me out
Please check the video for any missing step . 👍🏻👏🏻
@@hashincludeelectronics I have checked the video many times And I have not missed any steps can you pls tell me what's the mistake
@@Kold12-p7s1- power issue
2-wrong connection (either on code or on cables)
@@Kold12-p7sdid u get the WiFi to show up? If so what did u do to fix the issue
jabardast 😍😍😍😍😍😍
Thank you 🙂
Hey man, love your video. Is it possible to adjust the code so the car has an auto pilot mode to avoid obstacles once you've determined a path for it
Thanks for checking out the video and your comment. This project will be quite complicated. Will try to do this in coming days.
@@hashincludeelectronics Thank you so much, this is much appreciated
This is awesome 👍😎...
I second this👍🏻😎
Thank you 👌🏻👍🏻
Keep up good work , you are truly inspiring and keep motivating us... :)
I Have Tried to make this same project for a long time....
But it didn't Work...
But your video is pretty better than the others (Explaining is Nice)...
I should try it again...
How do i get the app after making the car please can I Know ???
Thank you very much for checking out video and your kind words 👍🏻. Regarding app , once you upload the code and restart the esp32cam, connect to wifi on mobile using MyWiFiCar ssid and password as 12345678. Then type 192.168.4.1 in your mobile browser like google chrome . It should open the app . Let me know if you face any issue . I have explained this in video as well .
@@hashincludeelectronics Thanks Very Much
i did everything as u told but only the backward and left buttons in the ip address/html page thank you.
Please check the video for full details 👍🏻👏🏻
my car is not giving me any wifi signal to connect what should i do
Please make sure you are using rechargeable battery 👍🏻👏🏻
is it working ? im facing same
@hashincludeelectronics but I am using the 18650 lithium ion 3.7v 2600mah 2 batteries
Make sure those batteries are charged fully 👍🏻👏🏻
Hey instead of connecting a 12 v battery can we connect it with a 9v battery and 2x 1.5v cells and connecting all of them to make a 12 v battery ?
Please use only rechargeable battery 👍🏻👏🏻
@@hashincludeelectronics I know that i should use rechargable battery but what if I don't will it work?
Pls reply pls it's a request
@@gamingwithgamer2162 I won’t recommend non rechargeable battery as it will cause issues. 👍🏻👏🏻
Or do you have to edit lines 484 and 485?
For the ssid and password should i give random details or the one which is connected to the device and where is the ip address generated
You can use the exact same as shown in video 👍🏻👏🏻
nice it work perfectly. the only issues I face is "brownout detector was triggered"
Thanks for checking out the video . 👍Provide good rechargeable battery supply.
Bro in discription shows 3 programs
Which program to dump
Please check the video for all the detailed steps 👍🏻👏🏻
Does the source of the voltage matter? Does it HAVE to be LiPo? I have a surplus of 18650 cells and some rechargable AAs and wonder if i can use these. Also all videos for these cars use the same motors, can i use different motors? (I need smaller motors) Thank you for your videos
Thank you very much for checking out the video 👍🏻👏🏻. Yes you can use any rechargeable battery . Make sure total voltage is between 7-12 V. Also you can use other DC motor as well👍🏻
Would 4 18650 be too much??
@@hashincludeelectronics
@@hashincludeelectronicscan we use the 9v dc battery (non rechargeable)as power supply.
@@abhinavmb7279 no . Please don’t use that non rechargeable 9v battery . It causes power issues . Use only any rechargeable battery 👍🏻👏🏻
@@hashincludeelectronics 👍
hello bro thanks for this tutorial and i have a little error that is wifi is work 6 sec then desconenct and only 1 button is working so what is the solution?
May be there is power issue . Please use rechargeable battery and try 👍🏻👏🏻
We can use l293d instead of using l298n with same program
No we can not 👍🏻👏🏻
Sir What we can change in the program @@hashincludeelectronics
Then what will change In program@@hashincludeelectronics
Hello, first of all, I would like to thank you very much for the incredibly detailed and helpful video. I have a question: Is there any difference when uploading code from Arduino compared to uploading code from ESP32-CAM-MB? Hope to get a reply soon! Thank you.
@@luquorus8061 it’s same 👍🏻👏🏻
sir we can fix Antenna to esp32 cam to increase the range
Please do it and share the experience 👍🏻👏🏻
The error appears that can't connect invalid head pack to esp32 is it bread board problem ?
No Breadboard is not the problem . You need to press enable button when uploading the code.
Thanks for the reply.
I got another problem that there is one more error that there is not serial data
Sir, I don't want to control it from phone, but just want the camera view. As I want to add this ESP32 cam module, to a hand following robot. How to do that?
And, in that, hand following robot I used Arduino uno, and a Motor driver shield, do i need to add 98 N Motor driver now?
You can use it as it is . 👍🏻👏🏻
Please can you make a video on how to capture and save image on laptop using esp 32 cam please please please before 18 sept
DTI ( Digital Thinking Innovation ) Lab Passed Successfully 😂
Perfect presentation although you speak very rapidly. Many thanks for this project. Would it be possible to add a collision protection using an HC-SR04 US sensor and defining 10 cm or so as minimum distance?
Thanks for checking out the video 👍🏻👏🏻. Yes we can add ultrasonic sensor in this project . I have not used this in any of my esp32 project yet . I generally use NewPing library in Arduino boards for ultrasonic sensor . For esp32 NewPing library will not work . You need to read the ultrasonic sensor using pulseIn method . Please check more details on internet in this 👍🏻👏🏻
Do the TT gear motors have specific positive and negative terminals? And how can I tell which is which?
Not really. You can interchange the wires and the rotation of motor will be reversed. There is no such specific +v and -v terminals for these TT gear motors..
@@hashincludeelectronics Thank you very much! Appreciate the quick response
@@hashincludeelectronics So would I be correct in saying that any 2 terminals of 2 TT gear motors can be connected to any OUT pin of the motor driver?
@@joelkruger6654 yes
es el unico que me funciono jejje muchas gracias excelente video :)
Muchas Gracias 🙏
I have one doute that when you started coding then how camera car heading came?
Don’t worry about heading . Just open the code and copy paste in your Arduino IDE .
sir i want to make a project using combination of uno and esp32cam pls help me
Instead of zippy 1500 mah dc battery
We can use the li ion battery?
Yes you can 👏🏻👍🏻
Bro one small doubt can you please clarify it
My uno AURDINO storage if Fill how to clear it please reply me
I don’t understand what do you mean by Arduino Storage full .
Code is not taken by AURDINO bro what i want to do 😢
I loved it ❤
Can I use four Li ion battery (3.7v 1200 mah each) in series
Yes you can 👍🏻👏🏻
I have a doubt,
->After u put glue gun and paste the esp32 cam anddo all connections at the first, afterwards hwo do we connect it to arduino?
->After all I tried uploading the code and then do all the connections, in the connections photo You have given the direct current from the battery, where as in the video the thing you have done is you have given connection from the motor driver. Which should I follow now?
->can I use a 9v HW Battery? Or shud i use the Lipo 3s battery itself? Bcoz It looks too expensive. And the budget of the whole project is 2000.
Please reply asap, as i am in the work of the project
Thank you!
Thanks for checking out the video 👍🏻once code uploaded and everything is done , do not connect it to laptop . Just provide power supply with battery. Do not use that 9v battery as it does not provide enough power. Use some rechargeable battery .
@@hashincludeelectronics is duracell 1200mAH rechargable battery be enough
@@hashincludeelectronics nd can u asnwer me the second point?
Nice video!! 😄😄😄 I have a question.. If I’d like to use a 6wheel car with 6dc motors… what power source can I use???
You can use the same battery power used in project . Make sure it should be rechargeable battery 👍🏻👏🏻
@@hashincludeelectronicsThanks for the answer
2:25 which software you use to make these pictorial circuit diagram.
Can anyone answer?
It’s fritzing 👍🏻👏🏻
GREAT VIDEO
Thank you very much for checking out the video 👍🏻👏🏻
GERMAN EMPIRE WILL MAKE THIS TECHNOLOGY NOW >:)@@hashincludeelectronics
Nice video bro, all explained well. I have one question. I already try your project and everything is fine until i control the car. The wifi disconnect after the car move a bit. Is the cause from my battery?
Thanks for checking out the video 👍🏻. Yes . Please use only rechargeable battery .
Hello friend..i really appreciate the work you did,i made a follow up on every step and now the prototype is working fine
Nice job 👏🏻👍🏻
Instead of using L298N .. L293d motor drive sheild can be used ?
No . Please use only L298N module👍🏻👏🏻
Bro connecting en a and b to esp
The wifi not shown
If we remove that connection wifi shown and connect
But in web the vedio is not shows
It say " it takes longer to respond
What is the problem and solution for it
@@VarungowdaKN May be there is power supply issue . Use rechargeable battery 👍🏻👏🏻
Yes i used same ssid and password
Then password entered and going to connect
And says its wrong
Great project really enjoyed. Where does the wifi from "MyWifiCar" come from? Also could we replace it with our own wifi to make it stronger? Thanks
Thank you very much for checking out the video 👍🏻👏🏻. This project creates its own wifi network hence the ssid . You don’t need to use your home wifi credentials.
Is it possible to use LCD touchscreen with ESP32 for controlling this car and getting video from it? To avoid using cellphone...? Like WT32 SC01 plus or even T-deck with mounted trackball?
You need to have touch screen device and also internet browser to open this app and work properly . If your LCD screen device supports all these then yes you can use 👍🏻👏🏻
So, web video server or access point is the only way to capture video from esp32cam?
hello pro first Thank You For Your amazing video, i have a little problem in code ('ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?)
@@KemoWebZoon thank you very much . For this error please install 2.0.16 version of esp32 module 👍🏻👏🏻
Hello, I did everything like in the movie and it works great, but I have a problem with the image from the camera, or the pmalu refreshes or not at all and the image is still
There is one setting which says MAX_MESSAGE_QUEUED that needs to be changed . Could you please check that part in the video ? It’s must needed . It will resolve your issues .
Hey my friend told me about you can you help me with something my GND of Arduino is not connecting to GND of esp. Can you help me
please i really need it by today
Did not get chance to reply back . Is this issue resolved ? 👍🏻👏🏻
If we connect en a and en b then wifi not shown
But without that connection wifi is showing
I see that the enA and enB terminals on the motor driver each have 2 pins, do you use 2 female jumper wires for each pin?
I checked the circuit diagram and seems like only the front pin is used, is this correct?
You need to connect both the pins .
@@hashincludeelectronics Because looking here raw.githubusercontent.com/un0038998/CameraCar/main/Diagrams/Camera%20Car.png it seems like only the front pins of enA and enB are connected to IO12?
@@joelkruger6654 oh ok . I understood now . Yeah you need to connect the front pin only.
Can you control it without connecting to the same network? Example rc car on wifi, phone on mobile data
Sorry I did not get your question properly .
Good job! But I’m having issues uploading the code regarding compilation error of “ exit status 1” and “Define the base class to std: :allocator.” How do I resolve this?
Could you please send full error here ? 👍🏻👏🏻
Interesting video. Is it possible to connect the esp32 cam module to arduino and not directly to l298 motor driver but can still have the functions?
Thanks for checking out the video 👍🏻. However I did not understand your question .
bro, if we have to connect the io 12 pin to ena and enb pin, then we have to remove its upper cover or not?
Yes we have to 👍🏻👏🏻
We can use 11.1v battery
Yes you can 👍🏻
Thank you brother... 💓
How many programs it have
And which module to dump
Please check the video for full details👏🏻👍🏻
Can i use l293d driver shield attached to arduino instead of l298n
Please use L298N driver only to avoid issues 👍🏻👏🏻
If you edit those 2 lines, what should you do?
The website app for this car is working for now itself in Android pls tell Because i am going to try this
The web url 192.168.4.1 is same our project or it is differ
It’s same 👍🏻👏🏻
Very Nice. Any way to view the camera and control the car from anywhere... outside of the local network?
Currently we can not . However I am finding a way to do it . Will let you know once I test it .
ledcSetup' was not declared in this scope; did you mean 'ledc_stop'? How to Solve
Please install lower version of esp32 board 2.0.16 👍🏻👏🏻
Bro, is it work?
@@KhantWaiYan-q3l yes
in which you have opend the code 3:48
It’s Arduino IDE 👍🏻👏🏻
@@hashincludeelectronics thank you sir it can be controlled by i phone or else mac book sir
@@gauravganesh2007 phone and touchscreen devices only 👍🏻👏🏻
@@hashincludeelectronics thank you
@@gauravganesh2007 welcome 🙏
As soon as I connect the power it begins running quite fast too I'll need to restrict its movement befor i connect my phone to the rover is there anything i can do to prevent it from instantly running away?
Check the code and adjust the speed 👍🏻👏🏻
What is mean exit status 1 error and it shows while uploading program to esp32 cam through Arduino Uno..can you find out this?
awsome brooo !!!
Thank you very much 👌🏻👍🏻
@@hashincludeelectronics your wellcome haha
Hey, I have connected all the wires properly according to your video, and after connecting the battery, the esp light blinks for 2/3 seconds then stops but motor driver shield lights on.
But, the esp32 cam wifi isn’t showing up!
How to fix this issue?
Please use rechargeable battery as it will solve any power related issues 👍🏻👏🏻
Thank you very much sir for this amazing explication but i have problem when i write in the browser the ip adresse . Nothing do and i dont get the web page of the application . Please what can i do in this case . Thank you
You need to connect to wifi as shown in video . Please check 👏🏻👍🏻
Hi, can you do another video for RC CAR with steering mechanism using servomotor?
You can check my RC tractor video for that 👍🏻👏🏻
Hi , in the first line in the code, there is a massage appears on the screen wich said ( esp_camera: No such file or directory) , what is the meaning of that?
I exactly do the same steps as you , please can you help me in short time
Thanks for checking out the video . You need to install the esp32 board as shown in video . Also make sure to select the esp wroover board while uploading the code . Follow complete steps in video 👍🏻
OK, there is another message said that ( class wifi class has no member named softAp) line 477 . How can I solve it?
For programming esp32 cam can i use any other board arudino uno is too costly
Sure you can use 👏🏻👍🏻
Sorry to interrupt you but can you name one that i can use
@@selvaff3734 you can use Arduino nano and upload code using the method shown in video. It’s same . Or you can use other method to upload the code using FTDI module that is usb to UART programmer . Please check for details on internet on this method .
Hello sir. I need to do the obstacle avoidance car which capture the image by esp32 camera when obstacle is detected. Can we please discuss about that?
Where do you want to store the captured image ? 👍🏻👏🏻
which creditionals i put it in ssid and password my own or your project in that case im confused
Use the credentials from the video 👍🏻
Please make and share full video of small parts also these things are difficult for begginer because of these I am requesting to you
Which Arduino ide version you are using
This is 1.8.13 . 👏🏻👍🏻