1

member

Easy Basics: Project 021h ESP8266 WiFi modules - voltage regulator

of Acoptex.com in ESP8266 ESP-01

Basics: Project 021h

Project name: ESP8266 WI FI modules - voltage regulator

Tags: ESP8266, WI FI module, ESP-01, ESP8266 WiFi module, Arduino, voltage regulator, LiPo battery, Li-ion battery

In this project, you need these parts :

1.Jumper cables F-M, F-F, M-M

2. LDO voltage regulator MCP1700-3302E 1 pc

3. 1000uF 16V electrolytic capacitor 1 pc

4. 100nF ceramic capacitor 1 pc

5. LiPo battery or Li-ion battery and battery holder 1 pc

6. Breadboard 1 pc

General

We will learn how to build a voltage regulator for the ESP8266 Wi-Fi modules that can be used with LiPo and Li-ion batteries.  

The ESP8266 Wi-Fi modules can consume from 50mA to 170mA when doining WiFi tasks. For a lots of applications it’s not handy to use a battery with them. Better to use a power adapter connected to mains voltage, then we do not need to worry about power consumption or charging batteries.

But for some ESP8266 projects that use Deep Sleep or don’t require steady Wi-Fi connection, using the ESP8266 with rechargeable LiPo batteries is the best solution.

ESP8266 ESP-01 WiFi module recommended for battery powered applications, as it has few on board components.

Other ESP8266 WiFi modules like ESP8266 ESP-12E WiFi module (NodeMCU) use more power, due to extra components - resistors, capacitors, chips and so on.

We will show you how to power the ESP8266 WiFi module with LiPo types of batteries.

LiPo/Li-ion batteries are rechargeable with the appropriate charger and they output approximately 4.2V when are fully charged. However, as the battery keeps discharging the voltage starts to drop. The ESP8266 ESP-01 WiFi module recommended operating voltage is 3.3V, but it can operate with voltages between 3V and 3.6V. So we can’t plug the LiPo battery directly to an ESP8266 ESP-01 WiFi module, we’ll need a voltage regulator.

Understanding the voltage regulator

1. Linear voltage regulator

Using a linear voltage regulator to drop the voltage from 4.2V to 3.3V not a good idea. For example: if the battery discharges to 3.7V, your voltage regulator would stop working, because it has a high cutoff voltage.

2. Low-dropout (LDO) voltage regulator

To drop the voltage efficiently with batteries, you need to use low-dropout voltage regulator or also known as LDO voltage regulator that can regulate the output voltage. Having a low dropout voltage means that even if the battery is only outputting 3.4V it would still work. Keep in mind that you should never empty the LiPo battery completely, because it will damage the battery or decrease its lifetime.

We will use the MCP1700-3302E LDO voltage regulator in this project. It's very small and looks like transistor. Please find specification here. MCP1700-3302E has GND, Vin and Vout pins.

 

Another alternative is HT7333-A LDO voltage regulator. Please find specification here.

Your LDO should have similar specs when it comes to:

  • Output voltage (3.3V)
  • Quiescent current (~1.6uA)
  • Output current (~250mA)
  • Low-dropout voltage (~178mV)

Understanding the LiPo batteries

A lithium polymer battery, or more correctly lithium-ion polymer battery (abbreviated as LiPo, LIP, Li-poly, lithium-poly and others), is a rechargeable battery of lithium-ion technology using a polymer electrolyte instead of a liquid electrolyte. High conductivity semisolid (gel) polymers form this electrolyte. These batteries provide higher specific energy than other lithium battery types and are used in applications where weight is a critical feature, like mobile devices and radio-controlled aircraft.

A typical cell has four main components: positive electrode, negative electrode, separator and electrolyte. The separator itself may be a polymer, such as a microporous film of polyethylene (PE) or polypropylene (PP); thus, even when the cell has a liquid electrolyte, it will still contain a "polymer" component. In addition to this, the positive electrode can be further decomposed in three parts: the lithium-transition-metal-oxide, a conductive additive, and a polymer binder of poly(vinylidene fluoride). The negative electrode material may have the same three parts, only with carbon replacing the lithium-metal-oxide.

Just as with other lithium-ion cells, LiPos work on the principle of intercalation and de-intercalation of lithium ions from a positive electrode material and a negative electrode material, with the liquid electrolyte providing a conductive medium. To prevent the electrodes from touching each other directly, a microporous separator is in between which allows only the ions and not the electrode particles to migrate from one side to the other.

The voltage of a LiPo cell depends on its chemistry and varies from about 2.7-3.0 V (discharged) to about 4.2 V (fully charged), for cells based on lithium-metal-oxides, and around 1.8-2.0 V (discharged) to 3.6-3.8 V (charged) for those based on lithium-iron-phosphate. The exact voltage ratings should be specified in product data sheets, with the understanding that the cells should be protected by an electronic circuit that won't allow them to overcharge nor over-discharge under use. For LiPo battery packs with cells connected in series, a specialised charger may monitor the charge on a per-cell basis so that all cells are brought to the same state of charge (SOC).

Wiring

Summary

We have learnt how to build a voltage regulator for the ESP8266 Wi-Fi modules that can be used with LiPo and Li-ion batteries. 



Other projects of Acoptex.com
Medium Basics: Project 083w Sipeed Maixduino board - Using PlatformIO IDE of Acoptex.com in Sipeed Maixduino 08-08-2019
Medium Basics: Project 083e Sipeed Maixduino board - Uploading MaixPy of Acoptex.com in Sipeed Maixduino 04-08-2019
Medium Basics: Project 083f Sipeed Maixduino board - Using MycroPython of Acoptex.com in Sipeed Maixduino 04-08-2019

Published at 19-12-2018
Viewed: 4347 times