Esp-1 CPU Becomes Extremely Hot #5646
Replies: 1 comment
-
Posted at 2017-02-25 by Robin I have no experience with the ESP-1, but as it isn't mentioned, are current limiting resistors used on the signal lines? ref: 'maximum current from the espruino pins' Posted at 2017-02-25 by user74087 Thanks Robin. Actually the gpio pins have not connected to anything. I think RST pin should not connect to the 3.3v source directly. I just experimented and seemingly ok once it is floating. But is that the real issue? Posted at 2017-02-25 by Robin Still going over the datasheet myself There is an internal pull-up of ~10K-40K and needs a limiter during pull-down ~5K internal. A brief pulse to ground shouldn't be an issue, but humans aren't as good chips during a 'quick' pulse. ;-) I always include the limiter. Not sure if this is good practice, but I've not had an issue leaving the RST line floating as I confirmed there is an internal pull-up of ~12K. Pulling the RST line hi without a limiter is the same as shorting across the pull-up and current then is limited by the chips internal configuration. Probably will get hot as you have witnessed. A pull-up of ten+ times the internal, say 100K+ will allow for peace of mind without that much drain on the battery. I see battery drain as the only limiting factor. Still searching, but these might be helpful: https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/pinouts Good explanation of shorting out reset Posted at 2017-02-25 by @MaBecker Hi @user74087, check this ESP-01 sample circuit Posted at 2017-02-25 by user74087 Many thanks once again @robin Really appreciate for the assistance to resolve this case. Thanks @MaBecker too for the diagram! Cheers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-25 by user74087
Dear All,
I'm having an issue with esp-1 that the CPU becomes extremely hot when put inside an enclosed switch box. Has anyone encountered the same?
Fyi, I have connected VCC, CH_PD, RST pins directly to the 3.3V source. Also there's 10uf capacitor connected parallel to VCC and GND.
Does this wiring has anything to do with the increasing of heat?
Kindly advise.
Beta Was this translation helpful? Give feedback.
All reactions