Hello, excellent video, I congratulate you. I have a problem with the video transmission, it takes a lot of time. I wanted to ask how the camera resolution can be lowered to avoid the delay that I would have to add to the code.
@rogerredford4010Ай бұрын
Works very well.. thank you. I was wondering if you may want to supply a modification to have the car controlled within the home network by PC instead of the phone. All the examples on KZbin are with a phone but home WiFi has a long range and I could run the car outside the house.
@aslamhossain1Ай бұрын
thank you for being so supportive. I will try in the future.
@federicoaffif2894Ай бұрын
Hello, excellent video, I congratulate you. I have a problem with the video transmission, it takes a lot of time. I wanted to ask how the camera resolution can be lowered to avoid the delay that I would have to add to the code.
@aslamhossain1Ай бұрын
Thank you. Send a mail to aslamhshakil2@gmail.com
@ThangarasaVelauthamАй бұрын
Did you changed pin ucc and gnd to 5v and gnd other side
@aslamhossain1Ай бұрын
@@ThangarasaVelautham no. You can use any ground pin.
@jasonmadrena524Ай бұрын
The arduino ide found errors on lines 460,470, and 475. It says that lecdAttachPin not declared in this scope
@aslamhossain1Ай бұрын
install the esp32 board of version 2.0.11 from board manager. Otherwise the code will not compile.
@cyvnimo11202 ай бұрын
How far can I use this with my phone? Like how many meters far from my phone without disconnecting?
@aslamhossain12 ай бұрын
Typically 200meters. You can extend by attaching external antenna with esp32 cam module.
@aslamhossain12 ай бұрын
This type of antenna are available with esp32 cam module: images.app.goo.gl/KaLMyH1sdcLT5pop7
@krishkumar5186Ай бұрын
Can you mention the link of the components used??
@aslamhossain1Ай бұрын
I've mentioned the name of all components. Please search in google
@nonel7215Ай бұрын
Hello, thank you for this! I'm having this error, could you please comment ? SPIRam Total heap 4192075, SPIRam Free Heap 4130335
@o.g.dominusАй бұрын
Everything uploaded successfully but I cannot see the WiFi name (ssid) on my phone
@aslamhossain1Ай бұрын
Maybe power supply problem in module.
@a.vkingsrajurkar27502 ай бұрын
there is an error in 460 line pwm how could i resolve it
@aslamhossain12 ай бұрын
copy and paste the error message here
@a.vkingsrajurkar27502 ай бұрын
@@aslamhossain1 C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino: In function 'void setUpPinModes()': C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:460:3: error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'? 460 | ledcSetup(PWMSpeedChannel, PWMFreq, PWMResolution); | ^~~~~~~~~ | ledc_stop C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:470:5: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 470 | ledcAttachPin(motorPins[i].pinEn, PWMSpeedChannel); | ^~~~~~~~~~~~~ | ledcAttach C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:475:3: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 475 | ledcAttachPin(LIGHT_PIN, PWMLightChannel); | ^~~~~~~~~~~~~ | ledcAttach Multiple libraries were found for "WiFi.h" Used: C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.4\libraries\WiFi Not used: C:\Users\Admin\Documents\Arduino\libraries\WiFiNINA exit status 1 Compilation error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?
@a.vkingsrajurkar27502 ай бұрын
sir i want to make a project using arduino uno and esp 32 cam can you help me for the code
@a.vkingsrajurkar27502 ай бұрын
C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino: In function 'void setUpPinModes()': C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:460:3: error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'? 460 | ledcSetup(PWMSpeedChannel, PWMFreq, PWMResolution); | ^~~~~~~~~ | ledc_stop C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:470:5: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 470 | ledcAttachPin(motorPins[i].pinEn, PWMSpeedChannel); | ^~~~~~~~~~~~~ | ledcAttach C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:475:3: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 475 | ledcAttachPin(LIGHT_PIN, PWMLightChannel); | ^~~~~~~~~~~~~ | ledcAttach Multiple libraries were found for "WiFi.h" Used: C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.4\libraries\WiFi Not used: C:\Users\Admin\Documents\Arduino\libraries\WiFiNINA exit status 1 Compilation error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?
@allyhady2242 ай бұрын
@@a.vkingsrajurkar2750 use 2.0.17 version for board core
@brokenbunker2 ай бұрын
i really appreciate your work.
@aslamhossain12 ай бұрын
thank you
@chentemijares75912 ай бұрын
Do I have to change the ssid and the pasword? Or I keep the same? Because when I put the ip in the browser it doesn´t connect to it
@aslamhossain12 ай бұрын
you can change or keep remain same
@erenaldocorrea495212 күн бұрын
onde encontro o circuito de ligação ?
@aslamhossain111 күн бұрын
Write in English
@Ashika_creative11 күн бұрын
Can you give the code on the description
@aslamhossain111 күн бұрын
Mail me
@atikpathan9693Ай бұрын
How to avoid esp32 cam overheating probelm The camera immediately start heating whenever i connected to wifi
@aslamhossain1Ай бұрын
Its normal for esp32 cam
@atikpathan9693Ай бұрын
@@aslamhossain1 any option to reduce that heat If the heat is increasing are there any chances of the entire circuit damage??
@a.vkingsrajurkar27502 ай бұрын
sir the error C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino: In function 'void setUpPinModes()': C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:460:3: error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'? 460 | ledcSetup(PWMSpeedChannel, PWMFreq, PWMResolution); | ^~~~~~~~~ | ledc_stop C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:470:5: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 470 | ledcAttachPin(motorPins[i].pinEn, PWMSpeedChannel); | ^~~~~~~~~~~~~ | ledcAttach C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved2024727-11528-1e43aaa.isqge\sketch_aug27d\sketch_aug27d.ino:475:3: error: 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'? 475 | ledcAttachPin(LIGHT_PIN, PWMLightChannel); | ^~~~~~~~~~~~~ | ledcAttach Multiple libraries were found for "WiFi.h" Used: C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.4\libraries\WiFi Not used: C:\Users\Admin\Documents\Arduino\libraries\WiFiNINA exit status 1 Compilation error: 'ledcSetup' was not declared in this scope; did you mean 'ledc_stop'?
@aslamhossain12 ай бұрын
i think you didn't selected the proper board
@a.vkingsrajurkar27502 ай бұрын
@@aslamhossain1 sir my board is same as you I have tried it with ai tinker module and with wrover module
@pothwaribetak2 ай бұрын
@@a.vkingsrajurkar2750bro same problem I faced And the solution is that ledcsetup command is now modified as ledcAttach
@salahaldeenalqadsi4513 күн бұрын
What is the answer bros
@pandilighalaman5156Ай бұрын
I connected to the wifi but can't access the IP because It says "No internet"
@aslamhossain1Ай бұрын
The ip is 192.168.4.1
@rajivgaur27292 ай бұрын
Im already your subcriber but its not downloading code why
@aslamhossain12 ай бұрын
Try from computer bro. I've shown in the video
@sachinpaswan873013 күн бұрын
I got exit status 1 error please Help
@aslamhossain113 күн бұрын
maybe its port problem or in the module
@sachinpaswan873013 күн бұрын
@@aslamhossain1 now that error is fixed but i got one more problem. It shows fatal error : Failed to connect esp 32 like that what can i do about it
@aslamhossain113 күн бұрын
@@sachinpaswan8730 the problem is not in the code, maybe in the cable.