Tuesday 2 September 2014

batteries - Is it safe to use ESP8266 with 3.7V?


I am using an ESP8266 WiFi module in a circuit. The battery is 3.7V. Is it safe to give the ESP8266 (3.3V) directly without a voltage regulator?



Answer




Also note that that battery is 3.7 V nominal voltage. Fully charged it will probably be 4.2 V. Way too much for the ESP8266. Conclusion: you need a voltage regulator.



Look for a buck boost regulator like this: -


enter image description here


Or this: -



enter image description here


Or this: -


enter image description here


Or this: -


enter image description here


Or this: -


enter image description here


Or try googling "low power buck boost 3.3 volts 150mA" yourself


EDIT SECTION


A really small device is this (3 mm x 3 mm package): -



enter image description here


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...