Data Sheet
Table Of Contents
- 1.General Overview
- 1.1.Introduction
- 1.2.Features
- 1.3.Parameters
- 1.4.Ultra Low Power Technology
- 1.5.Major Applications
- 2.Hardware Overview
- 3.Pins and Definitions
- 3.1.GPIO
- 3.2.Secure Digital Input/Output Interface (SDIO)
- 3.3.Serial Peripheral Interface (SPI/HSPI)
- 3.4.Inter-integrated Circuit Interface (I2C)
- 3.5.I2S
- 3.6.Universal Asynchronous Receiver Transmitter (UART)
- 3.7.Pulse-Width Modulation (PWM)
- 3.8.IR Remote Control
- 3.9.ADC (Analog-to-digital Converter)
- 3.10.LED Light and Button
- 4.Firmware & Software Development Kit
- 5.Power Management
- 6.Clock Management
- 8.FCC Warming Statement
- This device complies with part 15 of the FCC Rules
- (1)This device may not cause harmful interference,
- (2)and this device must accept any interference re
- FCC Radiation Exposure Statement:
- This equipment complies with FCC radiation exposur
- Information to the user.
- Note: This equipment has been tested and found to
- -Reorient or relocate the receiving antenna.
- -Increase the separation between the equipment and
- -Connect the equipment into an outlet on a circuit
- -Consult the dealer or an experienced radio/TV tec
- 9.Appendix: QFN32 Package Size
ESP8266 Datasheet
Espressif Systems
Espressif Systems
June1,2015
26
/
32
•
WMM power save U-APSD;
•
Multiple queue management to fully utilize traffic prioritization defined by 802.11e standard;
•
UMA compliant and certified;
•
802.1h/RFC1042 frame encapsulation;
•
Scattered DMA for optimal CPU off load on Zero Copy data transfer operations;
•
Antenna diversity and selection (software managed hardware);
•
Clock/power gating combined with 802.11-compliant power management dynamically adapted
to current connection condition providing minimal powerconsumption;
•
Adaptive rate fallback algorithm sets the optimum transmission rate and Tx power based on
actual SNR and packet loss information;
•
Automatic retransmission and response on MAC to avoid packet discarding on slow host
environment;
•
Seamless roaming support;
•
Configurable packet traffic arbitration (PTA) with dedicated slave processor based design
provides flexible and exact timing Bluetooth co-existence support for a wide range of Bluetooth
Chip vendors;
•
Dual and single antenna Bluetooth co-existence support with optional simultaneous receive
(WiFi/Bluetooth) capability.
5.
Power Management
The chip can be put into the following states:
•
OFF: CHIP_PD pin is low. The RTC is disabled. All registers are cleared.
•
DEEP_SLEEP: Only RTC is powered on – the rest of the chip is powered off. Recovery memory
of RTC can keep basic WiFi connecting information.
•
SLEEP: Only the RTCis operating.The crystal oscillator is disabled.Any wakeup events (MAC,
host, RTC timer, external interrupts) will put the chip into the WAKEUP state.
•
WAKEUP: In this state, the system goes from the sleep states to the PWR state. The crystal
oscillator and PLLs areenabled.
•
ON: the high speed clock is operational and sent to each block enabled by the clock control
register. Lower level clock gating is implemented at the block level, including the CPU, which
can be gated off using the WAITI instruction, while the system is on.