logo elektroda
logo elektroda
X
logo elektroda

[Solved] Why does the chip not respond when power is applied again?

Leczo1234 522 4
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19902993
    Leczo1234
    Level 7  
    Hello, I made my own PCB on which I placed the ESP32 and when (I know it sounds strange) I run the soldering iron over the pins and connect the power supply it works and when I disconnect the power supply and connect it again there is no response. Please help
  • ADVERTISEMENT
  • Helpful post
    #2 19903359
    kaczakat
    Level 34  
    As you touch you can leave a charge on the pin corresponding to the required pull-up to VCC (or vice versa, take it away). Clearly something is missing on this custom PCB.
    Helpful post? Buy me a coffee.
  • ADVERTISEMENT
  • #3 19903620
    Leczo1234
    Level 7  
    kaczakat wrote:
    As you touch this you can leave a charge on the pin corresponding to the required pull-up to VCC (or vice versa, take it away). Clearly something is missing on this custom PCB.
    .

    And do you perhaps know what pin needs to be connected to VCC or GND at startup?
    P.S. I know there is something with pins 0 and 2 but I don't quite understand what.
  • ADVERTISEMENT
  • Helpful post
    #4 19903807
    kaczakat
    Level 34  
    It depends on how you want to run it, but I can see now more what you mean. Type "esp32 minimal circuit" into Google and you'll find wiring diagrams, pins are connected differently for programming, differently for normal operation, and some pins have common settings - e.g. RST and EN (here there is only 1 pin, in ESP8266 there were separate ones) always 10k to VCC, GPIO0 pin to GND or to VCC via 10k. Some modules, because it is not a bare chip after all, have selected resistors connected and this can be verified with a multimeter. There is also a ready-made "ESP32 PLATE ADAPTER" and on it there are prepared places for two resistors to be pulled up to VCC and two buttons, one to do RST the other to possibly activate programming mode. This is what your own "minimum" board should look like.
    Helpful post? Buy me a coffee.
  • #5 19904326
    Leczo1234
    Level 7  
    Man you are a god. Thank you very much.
    The internet is full of descriptions of how to do this just all so convoluted. Thank you very much again.

    Added after 42 [seconds]: .

    3.3V through a 10k resistor to IO 0.
ADVERTISEMENT