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

User avatar
By embedded.ashu
#8102
ucy74 wrote:
If I drive the CH_PD from an other circuit, is the capacitor still recommended?


In general capacitor is for debonce purpose.
Not nedded if You drive CH_PD pin by the logic levels without noise...


Hey,
I got the ESP-03 and planning to make a dev board with Reset & Program switch (some logic like hold program Button and reset the Board). For program mode i will make GPIO0 to GND through push button any suggestion for reset button/ logic.
User avatar
By MeNoGeek
#8128 Yep, it's the setup I have. First, in order to enable reset, you need to bridge those two contacts:
Image
Then, wire a normally open push button between GPIO16 and ground. Keep GPIO16 high thru a 1~10k for normal operation. And your board will behave like this:
https://www.youtube.com/watch?v=cOnPWltYtQs
As a bonus, deep sleep will be possible. :)
User avatar
By embedded.ashu
#8159
MeNoGeek wrote:Yep, it's the setup I have. First, in order to enable reset, you need to bridge those two contacts:
Image
Then, wire a normally open push button between GPIO16 and ground. Keep GPIO16 high thru a 1~10k for normal operation. And your board will behave like this:
https://www.youtube.com/watch?v=cOnPWltYtQs
As a bonus, deep sleep will be possible. :)


Thanks :D

Yesterday only i got my ESP8266 ESP-03 Module.
Today some how i make the module up.

This what i am getting on minicom console

2Y�Y�i4t�����84$H%����BH����<ұ
[Vendor:www.ai-thinker.com Version:0.9.2.4]

ready


But AT command is not responding. :(