overcome a pullup resistor with a stronger pulldown?
Posted: Sat Oct 17, 2015 5:56 am
Hi All
I'm using an ESP-07/12 with one of those white adapter plates which has the built in 10k pull up resistor for CH_PD to enable the chip.
If I want to disable the chip can I simply use a stronger pulldown resistor? If so can anyone please suggest a resistor and is this safe to do so for periods of around 1 minute or just really bad practice?
For a bit more info, I'm using the ESP as a WiFi module with an Arduino issuing AT commands. I want to be able to put the ESP to sleep between these commands so I figure I have 2 choices:
1) disable the chip by pulling down CH_PD with an Arduino's GPIO.
2) put the ESP to sleep using AT+GSLP and then trigger the reset pin via the Arduino when I want to wake it up (should I use a pulldown resistor for this?)
Obviously I could remove the pullup resistor from the plate or not use the plate at all for this scenario but I thought I'd ask anyways.
Thanks
I'm using an ESP-07/12 with one of those white adapter plates which has the built in 10k pull up resistor for CH_PD to enable the chip.
If I want to disable the chip can I simply use a stronger pulldown resistor? If so can anyone please suggest a resistor and is this safe to do so for periods of around 1 minute or just really bad practice?
For a bit more info, I'm using the ESP as a WiFi module with an Arduino issuing AT commands. I want to be able to put the ESP to sleep between these commands so I figure I have 2 choices:
1) disable the chip by pulling down CH_PD with an Arduino's GPIO.
2) put the ESP to sleep using AT+GSLP and then trigger the reset pin via the Arduino when I want to wake it up (should I use a pulldown resistor for this?)
Obviously I could remove the pullup resistor from the plate or not use the plate at all for this scenario but I thought I'd ask anyways.
Thanks