gurucafe wrote:How about the Lithium Thionyl Chloride Battery? (http://biz.maxell.com/en/product_primar ... &pn=pb0004) It's high capacity and capable for high discharge rate. But typical cell voltage is 3.6V, Anyone know is there risk if connect it directly to VCC pin of ESP8266 module? Thank you.
3.6V is actually the upper limit as stated in the application design guide document, however I haven't found any absolute maximum ratings for the chip. For safe measure I would still use a LDO.
I haven't heard about these batteries before, but the stated "Nominal Discharge Current" is insanely low (about 100uA) and if those batteries behave anything like Li-Ion or NIMH, their capacity will drop at higher discharge rates. They also seem quite expensive, a quick amazon search turned up about 15$ for the 1100mAh model. For battery powered applications I would suggest using two AA batteries and a boost converter (e.g. MCP1640 with a large low ESR capacitor bank on the output side), that should actually give you a longer battery life at a fraction of the cost.