It's my first time using esp32cam and ftdi module. Yesterday I tried using it and it worked completely fine and i used camera web server. But today when I try running it I'm getting a strange error in my serial monitor when I upload the code and press reset button after disconnecting the GIO0 and GND pin.
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1448
load:0x40078000,len:14844
ho 0 tail 12 room 4
load:0x40080400,len:4
load:0x40080404,len:3356
entry 0x4008059c
E (511) esp_cor��&VW�e�+�-'H���KW$VW�,.]Z�Z��֫��VRH��S��JHY.\5�KW�E���}���͡�r���ɕ�"յ�����ѥѥ���2�չ��jR�
this is the error I'm getting. I've done everything from reconnecting to reinstalling libraries but this issue still appears. Someone please help me.
Check the serial monitor baudrate, shurely is not the same as the setted in code.
baud rate in my code and serial monitor both are at 115200
The section where you did post this is specifically for the Arduino Nano ESP32. Your topic has been moved to a more suitable location on the forum because you're using an ESP32 CAM.
thanks for moving my topic to the right place
Hi @xyz_engram. Please post your full sketch.
I'll provide instructions you can follow to do that:
- Select Tools > Auto Format from the Arduino IDE menus.
ⓘ This is done to make the code easier for us to read.
- Select Edit > Copy for Forum (Markdown) from the Arduino IDE menus.
- In a forum reply here, click on the post composer field.
- Press the Ctrl+V keyboard shortcut.
This will paste the sketch to the post composer.
- Move the cursor outside of the code block markup before you add any additional text to your reply.
- Repeat the above process if your sketch has multiple tabs.
- Click the "Reply" button to post your reply.
When your code requires a library that's not pre-installed in "Arduino Cloud Editor", please post a link to where you downloaded that library from.