Search found 13 matches

by rbshah7388
Sun May 21, 2023 8:57 am
Forum: Hardware
Topic: ESP32-S3 Touch Dev Kit + Samples
Replies: 0
Views: 789

ESP32-S3 Touch Dev Kit + Samples

Hi, We are considering ESP32-S3-Wroom-1U module for one of the robust product development. It has got upto 6 capacitive touch buttons. Is there any development kit that I can procure to test out the touch channels on ESP32-S3? I came across ESP32-S2-Touch-Devkit-1 but could not find any way to buy i...
by rbshah7388
Fri Dec 31, 2021 12:49 pm
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Finally solved it, but I will have to redesign the board! I had selected GPIO2 for I2C SCL signal that was pulled up and found that it has to be left floating or GND for ESP32 to enter to boot mode. I only have GPIO23, 13 spare now and have GPIO15 as SDA. So hope I can use any of 23 or 13 as I2C SCL...
by rbshah7388
Fri Dec 31, 2021 12:10 pm
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Hi, shorting GPIO0 to GND also does not help. But I am getting these logs in putty now.

Code: Select all

rst:0x10 (RTCWDT_RTC_RESET),boot:0xb (HSPI_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
by rbshah7388
Mon Dec 27, 2021 2:15 pm
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Finally managed to get these prints on putty - after properly having 4.7k pull up and 4.7uF to gnd on EN pin. Still firmware erase is not being done. ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x...
by rbshah7388
Mon Dec 27, 2021 1:50 pm
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

1. Loopback test is working alright for CP2102N IC - disconnected R19, R20 on my schematics and then shorted RXD, TXD of CP2102N and it is working well. Image attached.

2. The module I am using is ESP32-WROOM-32U, so looks like something is wrong on that side.
by rbshah7388
Mon Dec 27, 2021 1:33 pm
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Hi,
This is little urgent. is there anyway I can send the schematics file and PCB layout privately? Can you suggest me other ways to debug the issue?
by rbshah7388
Mon Dec 27, 2021 11:15 am
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Update: Putty isn't showing anything, any prints.
by rbshah7388
Mon Dec 27, 2021 10:52 am
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

I think TXD of CP2102 is rightly connected to RXD of ESP32. May I know where have you noticed that thing?

Let me try the other things you have mentioned.
by rbshah7388
Sun Dec 26, 2021 9:56 am
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

tried connecting 10k resistor and 10uF cap close to esp32 module, still getting the same error.

Code: Select all

Serial port COM5
Connecting........_____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to Espressif device: Invalid head of packet (0x1B)
by rbshah7388
Sun Dec 26, 2021 9:10 am
Forum: Hardware
Topic: Unable to access custom ESP32 over Serial/USB
Replies: 30
Views: 44076

Re: Unable to access custom ESP32 over Serial/USB

Yes, I missed putting 10k EN RC ckt but even after trying that out, it is still showing the same error. Is it that I need to put this RC near to ESP32 module?
Currently I am putting it at close to CP2102 chip. Check these images.