Please see the attached schematics diagram that I used to design the PCB that has been designed by myself by locking at few reference
I successfully soldered all the components and power up the ESP module using USB cable and measured the voltage and it is coming to 3.3v pin and GND
My first question is
When power up the ESP32, does it show the SSID in the network . In my case it does not show or do I need to upload the firmware to visible in the WiFi network please advise.
My second question is
I tried to upload the blank sketch to ESP but it does not allow
I connected my ESP32 to PuTTY serial terminal at 115200, Then following data is receiving, This mean ESP32 and PC to UART communication is successful. Am I correct?
It could be grate if some one help me this project
@ Idahowalker
Yes I got the point , I missed the EN pin pull-up resistor
I connect the pull-up resistor manually
now ESP come to the BOOT mode when I pressed the boot button
but still I can't upload the code to the module using Arduino
please give me a few minutes to upload the pictures
Thanks for your help
Hi,
I'm glad you posted a schematic.
As the diagram is a little small and my eyesight doesn't help much anymore,
ask:
In ESP32 it has the identification RXDO and TXDO. Is it correct or not able to read correctly?
Did you connect TX from CH340C to RX from ESP32 and RX from CH340 to TX from ESP32?
This indication is missing from the schematic.
Every ESP32 module I have uses the CP2102 as the USB/TTL interface. Does the CH340C work correctly with the ESP32?
Hi,
I'm not sure, but a more detailed analysis on the datasheet may clear it up, but it seems that the lowest voltage to have 3.3V at the output needs at least 4.75V at the input of regulator 1117.
As you placed a diode between USB +5V and the regulator, the voltage drop across the diode may be affecting the 3.3V,
You will need to connect ENABLE to Vcc via a 10K resistor for the capacitor to do its job, rather can have ENABLE connected directly to Vcc.
Look at the ENABLE button on the schematic @Idahowalker posted in post #4.
I connected esp32 to PuTTY serial terminal and when I pressed boot button following data is coming from the esp, that is confirming that USB to TTL is working , Am I correct ?