Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By lethe
#20641
ichilton wrote:Also... what's a suitable regulator? - would a AMS1117-3.3 V 0.8A SOT-223 LDO work?

The footprint looks like SOT-89, so no, a SOT-223 regulator won't fit. I ordered some XC6203 in SOT-89 packages, but they have yet to arrive, so I can't say for sure if they'll fit.

It's pulling CH_PD up to VIN (???) via a 10k resistor - this should surely be to Vcc?

The XC6203 has a different pinout than the AMS1117, VIN & VOUT are switched.

It's connecting VIN to GPIO13?

No, it's not. The GPIO13 pin is only connected to the ESP's GPIO13 pad.
Just to avoid any confusion: GPIO13 is the pin left of the label, the hole below the label is just a via (going to the ESP's VCC pin).

It's shorting Vcc to VIN through what seems to be a 0k resistor (labelled 000 and measures direct with a multimeter)????
Anyone any idea what's going on / intended here?

It's there, so you can use the board without a LDO. If you mount a LDO, you need to remove that resistor.

They've also not left pads for capacitors next to the regulator - will it likely be unstable without them?

Yes, that's basically the only issue I have with these boards. You might get away without caps under most operating conditions, but I would still prefer if there were pads for capacitors.
I can run some tests once my LDOs arrive, but I'll probaly bodge a cap on the LDOs output side using the via next to the GPIO13 label mentioned above.
User avatar
By HermannSW
#20666 > It's pulling GPIO15 down to ground through a 10k resistor, which seems sane.
>
That is correct, you do want GPIO15 pulled low on chip boot, and you want GPIO2 pulled high:
https://github.com/esp8266/esp8266-wiki/wiki/Boot-Process#esp-boot-modes
Code: Select allGPIO15  GPIO0  GPIO2  Mode  Description
L       L      H      UART  Download code from UART
L       H      H      Flash  Boot from SPI Flash
H       x      x      SDIO  Boot from SD-card


I use the board myself with ESP8266-12 without problems (5 pcs for 2.05$ from Ali):
Image

What is disturbing a little to me is that the board is full width for 17x10 breadboard.
And even on my 830 contact breadboard only the + and - rows are accessible outside of the breakout board.
So the only way to use this board I found is to plug it into two breadboards at the same time …

Hermann.