Surveillance Camera Car Using ESP32 CAM Module | ESP32 Surveillance Camera Car

  Рет қаралды 5,747

Aslam Hossain

Aslam Hossain

Күн бұрын

Пікірлер: 53
@aslamhossain1
@aslamhossain1 2 ай бұрын
𝟓 𝐀𝐫𝐫𝐚𝐲 𝐒𝐞𝐧𝐬𝐨𝐫: kzbin.info/www/bejne/bafYcqSZm8R7oLMsi=0YVSpWoK0-VGu8fz 𝟔 𝐀𝐫𝐫𝐚𝐲 𝐒𝐞𝐧𝐬𝐨𝐫: kzbin.info/www/bejne/kIHYpZmeZsiqfqMsi=2LRw_1QTJ-SKP5Rj 𝟔 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 𝐋𝐢𝐧𝐞 𝐅𝐨𝐥𝐥𝐨𝐰𝐞𝐫: kzbin.info/www/bejne/iYWbfJeNhbKtppYsi=VBM9W-euwMjgoQFj 𝐒𝐨𝐜𝐜𝐞𝐫 𝐁𝐨𝐭 𝐌𝐚𝐤𝐢𝐧𝐠: kzbin.info/www/bejne/pJWQgaGkotOoZpYsi=esh-zakwi_RHr9SC
@federicoaffif2894
@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.
@rogerredford4010
@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
@aslamhossain1 Ай бұрын
thank you for being so supportive. I will try in the future.
@federicoaffif2894
@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
@aslamhossain1 Ай бұрын
Thank you. Send a mail to aslamhshakil2@gmail.com
@ThangarasaVelautham
@ThangarasaVelautham Ай бұрын
Did you changed pin ucc and gnd to 5v and gnd other side
@aslamhossain1
@aslamhossain1 Ай бұрын
@@ThangarasaVelautham no. You can use any ground pin.
@jasonmadrena524
@jasonmadrena524 Ай бұрын
The arduino ide found errors on lines 460,470, and 475. It says that lecdAttachPin not declared in this scope
@aslamhossain1
@aslamhossain1 Ай бұрын
install the esp32 board of version 2.0.11 from board manager. Otherwise the code will not compile.
@cyvnimo1120
@cyvnimo1120 2 ай бұрын
How far can I use this with my phone? Like how many meters far from my phone without disconnecting?
@aslamhossain1
@aslamhossain1 2 ай бұрын
Typically 200meters. You can extend by attaching external antenna with esp32 cam module.
@aslamhossain1
@aslamhossain1 2 ай бұрын
This type of antenna are available with esp32 cam module: images.app.goo.gl/KaLMyH1sdcLT5pop7
@krishkumar5186
@krishkumar5186 Ай бұрын
Can you mention the link of the components used??
@aslamhossain1
@aslamhossain1 Ай бұрын
I've mentioned the name of all components. Please search in google
@nonel7215
@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
@o.g.dominus Ай бұрын
Everything uploaded successfully but I cannot see the WiFi name (ssid) on my phone
@aslamhossain1
@aslamhossain1 Ай бұрын
Maybe power supply problem in module.
@a.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
there is an error in 460 line pwm how could i resolve it
@aslamhossain1
@aslamhossain1 2 ай бұрын
copy and paste the error message here
@a.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
@@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.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
sir i want to make a project using arduino uno and esp 32 cam can you help me for the code
@a.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
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'?
@allyhady224
@allyhady224 2 ай бұрын
@@a.vkingsrajurkar2750 use 2.0.17 version for board core
@brokenbunker
@brokenbunker 2 ай бұрын
i really appreciate your work.
@aslamhossain1
@aslamhossain1 2 ай бұрын
thank you
@chentemijares7591
@chentemijares7591 2 ай бұрын
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
@aslamhossain1
@aslamhossain1 2 ай бұрын
you can change or keep remain same
@erenaldocorrea4952
@erenaldocorrea4952 12 күн бұрын
onde encontro o circuito de ligação ?
@aslamhossain1
@aslamhossain1 11 күн бұрын
Write in English
@Ashika_creative
@Ashika_creative 11 күн бұрын
Can you give the code on the description
@aslamhossain1
@aslamhossain1 11 күн бұрын
Mail me
@atikpathan9693
@atikpathan9693 Ай бұрын
How to avoid esp32 cam overheating probelm The camera immediately start heating whenever i connected to wifi
@aslamhossain1
@aslamhossain1 Ай бұрын
Its normal for esp32 cam
@atikpathan9693
@atikpathan9693 Ай бұрын
@@aslamhossain1 any option to reduce that heat If the heat is increasing are there any chances of the entire circuit damage??
@a.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
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'?
@aslamhossain1
@aslamhossain1 2 ай бұрын
i think you didn't selected the proper board
@a.vkingsrajurkar2750
@a.vkingsrajurkar2750 2 ай бұрын
@@aslamhossain1 sir my board is same as you I have tried it with ai tinker module and with wrover module
@pothwaribetak
@pothwaribetak 2 ай бұрын
​@@a.vkingsrajurkar2750bro same problem I faced And the solution is that ledcsetup command is now modified as ledcAttach
@salahaldeenalqadsi451
@salahaldeenalqadsi451 3 күн бұрын
What is the answer bros
@pandilighalaman5156
@pandilighalaman5156 Ай бұрын
I connected to the wifi but can't access the IP because It says "No internet"
@aslamhossain1
@aslamhossain1 Ай бұрын
The ip is 192.168.4.1
@rajivgaur2729
@rajivgaur2729 2 ай бұрын
Im already your subcriber but its not downloading code why
@aslamhossain1
@aslamhossain1 2 ай бұрын
Try from computer bro. I've shown in the video
@sachinpaswan8730
@sachinpaswan8730 13 күн бұрын
I got exit status 1 error please Help
@aslamhossain1
@aslamhossain1 13 күн бұрын
maybe its port problem or in the module
@sachinpaswan8730
@sachinpaswan8730 13 күн бұрын
@@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
@aslamhossain1
@aslamhossain1 13 күн бұрын
@@sachinpaswan8730 the problem is not in the code, maybe in the cable.
Making the most EQUIPPED DIY Security Camera with ESP32-CAM
26:36
Max Imagination
Рет қаралды 366 М.
Surveillance Car with PanTilt Servos and Mecanum wheels | esp32 camera car
14:02
hash include electronics
Рет қаралды 4,4 М.
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 92 МЛН
Colorful Pasta Painting for Fun Times! 🍝 🎨
00:29
La La Learn
Рет қаралды 308 МЛН
Всё пошло не по плану 😮
00:36
Miracle
Рет қаралды 6 МЛН
My Kickstarter failed, so I open sourced it
12:20
StuckAtPrototype
Рет қаралды 585 М.
Making a tiny ESP32 to control Robots
8:34
Carl Bugeja
Рет қаралды 169 М.
Almost EVERYONE is Wasting Money on Dash Cams.
17:32
Linus Tech Tips
Рет қаралды 10 МЛН
Every Home needs this Upgrade! (Night-Time Stairs)
13:03
GreatScott!
Рет қаралды 311 М.
RFID Locks are way too easy to "Hack"! Let me show you!
11:41
GreatScott!
Рет қаралды 1,3 МЛН
Installing CCTV Security Cameras on my Camper Van - FULL Tutorial
21:42
Surveillance robot using ESP32 Cam Module Upgraded | Hash Robotics
36:33
Smart Sigma Kid #funny #sigma
00:14
CRAZY GREAPA
Рет қаралды 92 МЛН