Post topics, source code that relate to the Arduino Platform

User avatar
By hay_barry
#38259 Hi,

I have a sketch that I can successfully load into an ESP-01. But I need a few more I/Os so I've tried to load the same to an ESP-03.

The IDE tells me that it has completed uploading but I get nothing. I've tried to upload the .bin with one of the other flashing tools, seemingly successfully, but nothing works. I can't even get a 'hello world' from the serial port on the -03.

Feeling perplexed.

Any hints from wiser headds please?

Cheers
User avatar
By hay_barry
#38372 Hi,

Wiring

CH_PD Tied to VCC
GP15 Tied to Ground
GP02 Pull up to Vcc with 1k2
GP0 Pull Down to Gnd for Programming. Pull up to Vcc wiht 1k2 for Run

Reset is not normally available on ESP-03

All references I can find say this is needed to run

- Barry