Page 1 of 1

Example schematic for ESP32-WROOM?

Posted: Fri May 10, 2019 7:15 am
by Mike1997
Hi,

at the moment I'm using this development board for my first tests and prototypes: http://www.smartarduino.com/view.php?id=95103

The final goal is to deisgn an own board which makes use of the ESP32-WROOM32 module without all the stuff that is not needed (USB etc) and for Bluetooth communication only.

So my question: is there an example schematic available which shows the minimum wiring that is needed in order to operate a ESP32-WROOM module with fixed 3.3V power?

Thanks!

Re: Example schematic for ESP32-WROOM?

Posted: Fri May 10, 2019 11:03 am
by username

Re: Example schematic for ESP32-WROOM?

Posted: Fri May 10, 2019 11:32 am
by Mike1997
Thanks :-)

Re: Example schematic for ESP32-WROOM?

Posted: Sat May 11, 2019 2:51 pm
by Mike1997
OK, I checked the documents but I afraid there is not what I' looking for. There are a lot of schematics showing what is inside the ESP-WROOM-32 module, but I could not find any information what the minimum required wiring is when using this module!

So for sure I need to connect GND and +3.3V

How about EN? Any other signals that are mandatory and need to be connected?

What do I need to program it from outside - which serial interface is responsible from that?

Thanks!

Re: Example schematic for ESP32-WROOM?

Posted: Sat May 11, 2019 11:43 pm
by WiFive

Re: Example schematic for ESP32-WROOM?

Posted: Thu May 16, 2019 12:21 am
by rodmcm
Try this

Re: Example schematic for ESP32-WROOM?

Posted: Sun May 19, 2019 3:22 pm
by Franco
Hi Mike, page 15 of the ESP32-WROOM-32D module, you can find the peripheral schematic https://www.espressif.com/sites/default ... eet_en.pdf
The version D is recommended by Espressif for new designs. Cheers!

Re: Example schematic for ESP32-WROOM?

Posted: Mon May 20, 2019 6:45 am
by Mike1997
Great - Thanks!