esp8266 + 2n2222 transitor switching 12v LEDs. schematics right?

Turning the transistor over, thus swapping emitter and collector does not change anything.....

Assuming the Base is in the middle...
This covers a bit re 2n222 & 2N222A
Sorry - It's been years since I used bipolar transistors in micro' circuits.

Thanks, I have read that page today :wink:

Little update, using GPIO 0 the esp won't boot either, however the blue led stays of.

How is it possible that R1 in my schematics is 220ohm and here this person is using 100k ohm :confused: :o

Dependin gon the base current - I always ended up with a value between 220 and 2K2
100K seems a bit high in these circumstances - and may not turn the transistoir on fully (=heat).

Well, it looks like the 2n2222 is missing up the boot sequence. Something with the GPIO2 pin pulled low, or high, too sleepy now wil have to check it out tomorrow

So this solved my problem. I installed a button that is normally closed between the base and the GPIO2 pin.

When booting I keep the button pressed, when booted I repeat the button and everything works as intended.

Thank you all for thinking along with me.