Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:hardware2:esp8266 [2023/11/18 16:51] pczekalskien:iot-open:hardware2:esp8266 [2024/05/27 14:17] (current) pczekalski
Line 1: Line 1:
 +====== ESP 8xxx Family ======
 +{{:en:iot-open:czapka_b.png?50| General audience classification icon }}{{:en:iot-open:czapka_e.png?50| General audience classification icon }}\\
 +At the moment, the ESP 8xxx family includes the following chips:
 +  * ESP8266EX (figure {{ref>esp8266EX_chip}}),
 +  * ESP8285   (figure {{ref>esp8285_chip}}).\\
 +
 +<figure esp8266EX_chip>
 +{{ :en:iot-open:hardware2:esp8266ex-01_0.png?150 | ESP8266EX chip}}
 +<caption>ESP8266EX chip</caption>
 +</figure>
 +<figure esp8285_chip>
 +{{ :en:iot-open:hardware2:esp8285.png?150 | ESP8285 chip}}
 +<caption>ESP8285 chip</caption>
 +</figure>
 +
 +The ESP8285 module continues the ESP8266 line with 1 MB of built-in flash, higher integration, and reduced dimensions.
 +
 +===== ESP 8266 ===== 
 +
 +== ESP 8266 General Information ==
 +The ESP8266 is a low-cost system-on-chip (SoC) microcontroller with WiFi and full TCP/IP stack capability ((https://en.wikipedia.org/wiki/ESP8266)). The main advantages of that family are:
 +   * Low power consumption,
 +   * Availability of WiFi and Bluetooth connections,
 +   * Wide availability of low-cost modules from various suppliers,
 +   * Wide availability in a variety of form factors, including SoC.
 +
 +The low price and the fact that the module had very few external components, which suggested that it could eventually be very inexpensive in volume, attracted many users to explore it.
 +
 +==Esp8266 Architecture Overview==
 +The main standard features of the ESP8266EX are: \\
 + **Processor** \\
 +  *  **Main processor:** L106 32-bit RISC microprocessor core based on the Tensilica Xtensa Diamond Standard 106Micro running at 80 MHz. Both the CPU and flash clock speeds can be doubled by overclocking on some devices. CPU can be run at 160 MHz, and flash can be sped up from 40 MHz to 80 MHz. Success varies from chip to chip. \\
 + **Memory** \\
 +  *  **External QSPI flash**: up to 16 MB is supported (512 kB to 4 MB typically included), \\
 +  *  32 kB instruction RAM, \\
 +  *  32 kB instruction cache RAM, \\
 +  *  80 kB user data RAM, \\
 +  *  16 kB ETS system data RAM. \\
 + **Interfaces** \\
 +  *  IEEE 802.11 b/g/n WiFi , \\
 +  *  Integrated TR switch, balun, LNA, power amplifier and matching network WEP or WPA/WPA2 authentication, or open networks, \\
 +  *  17 GPIO pins, \\
 +  *  SPI, \\
 +  *  I²C (software implementation), \\
 +  *  I²S interfaces with DMA (sharing pins with GPIO), \\
 +  *  UART on dedicated pins, plus a transmit-only UART can be enabled on GPIO2, \\
 +  *  10-bit ADC (successive approximation ADC). \\
 +
 +Figure {{ref>esp8266_main_f}} shows functional block diagram of ESP8266 chip ((http://espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf)). 
 + 
 +<figure esp8266_main_f>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp8266_block.jpg?680 | ESP8266&ESP8285 functional block diagram}}
 +<caption>ESP8266&ESP8285 functional block diagram</caption>
 +</figure>
 +
 +==ESP8266 Modules==
 +
 +Many still popular ESP8266-based modules are on the market ((https://en.wikipedia.org/wiki/ESP8266)). These modules combine the ESP8266EX microcontroller and additional components mounted on the PCB. 
 +
 +The most popular are these produced by AI-Thinker and remain the most widely available ((https://www.esp8266.com/wiki/doku.php?id=esp8266-module-family)):
 +  * ESP-01 (512 kB Flash),
 +  * ESP-01S (1 MB Flash),
 +  * ESP-12 (FCC and CE approved),
 +  * ESP-12E,
 +  * ESP-12F (4 MB Flash, FCC and CE approved).
 + Popular modules from other manufacturers:
 +  * Sparkfun ESP8266 Thing,
 +  * Wemos D1 mini, D1 mini Pro ((https://www.wemos.cc/)).
 +
 +The Espressif company also produces ready-made modules using the aforementioned chip. This is the series of ESP8266-based modules made by Espressif (table {{ref>esp8266_modules}}).
 +
 +<table esp8266_modules>
 +<caption>Espressif ESP8266 modules</caption>
 +^**Name**^**Active pins**^**LEDs**^**Antenna**^**Shielded**^**Dimensions (mm)**^**Notes**^
 +|ESP-WROOM-02((<sup>https://en.wikipedia.org/wiki/ESP8266</sup>))|18|No|PCB trace|Yes|18 × 20|FCC ID 2AC7Z-ESPWROOM02|
 +|ESP-WROOM-02D((<sup>https://en.wikipedia.org/wiki/ESP8266</sup>))|18|No|PCB trace|Yes|18 × 20|FCC ID 2AC7Z-ESPWROOM02D. Revision of ESP-WROOM-02 is compatible with both 150-mil and 208-mil flash memory chips|
 +|ESP-WROOM-02U((<sup>https://en.wikipedia.org/wiki/ESP8266</sup>))|18|No|U.FL socket|Yes|18 × 20|Differs from ESP-WROOM-02D in that includes an U.FL compatible antenna socket connector|
 +|ESP-WROOM-S2((<sup>https://en.wikipedia.org/wiki/ESP8266</sup>))|20|No|PCB trace|Yes|16 × 23|FCC ID 2AC7Z-ESPWROOMS2|
 +</table> 
 +
 +The most widely used chipset ESP-01 is presented in (figure {{ref>esp01}}) and its pinout on (figure {{ref>esp01pin}}).
 +
 +<figure esp01>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp-01-modul-wifi-z-esp8266-i-antena.jpg?150 | ESP-01}}
 +<caption>ESP-01</caption>
 +</figure>
 +
 +<figure esp01pin>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp8266-pinout_etch_copper_top.png?200 | ESP-01 pinout}}
 +<caption>ESP-01 pinout</caption>
 +</figure>
 +
 +Module ESP12F with pinout is presented on (figure {{ref>esp12f}}) and its pinout on (figure {{ref>esp12fpin}}).
 +
 +<figure esp12f>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp-12f.jpg?150 | ESP-12F}}
 +<caption>ESP-12F</caption>
 +</figure>
 +<figure esp12fpin>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp-12f_20-_20layout01.jpg?250 | ESP-12F pinout}}
 +<caption>ESP-12F pinout</caption>
 +</figure>
 +
 +Among the other modules, it is worth being interested in WEMOS modules ((https://www.wemos.cc/))  (figure {{ref>WemosD1mini}}, figure {{ref>WemosD1pro}}). The WEMOS company offers dedicated sensor modules and inputs/outputs compatible with the processor modules. They are called WEMOS shields (figure {{ref>Wemosshields}}). 
 +
 +<figure WemosD1mini>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:d1mini.png?250 | Wemos D1 mini with pinout}}
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:esp8266-wemos-d1-mini-pinout.png?450 | Wemos D1 mini with pinout}}
 +<caption> Wemos D1 mini with pinout</caption>
 +</figure>
 +
 +<figure WemosD1pro>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:d1minipro.png?250 | Wemos D1 Pro}}
 +<caption> Wemos D1 Pro</caption>
 +</figure>
 +
 +<figure Wemosshields>
 +{{ :en:iot-open:getting_familiar_with_your_hardware_rtu_itmo_sut:esp:wemos_shields.png?450 | Wemos I/O shields}}
 +<caption> Wemos I/O shields</caption>
 +</figure>
 +
 +===== ESP 8285 ===== 
 +
 +==ESP8285 Architecture Overview==
 +
 +Main differences between ESP8285 and ESP8266 are: \\
 +**Processor** \\
 +  * L106 32-bit RISC microprocessor core running at 160MHz \\
 +**Memory** \\
 +  * **Internal 1MB or 2MB** program memory, \\
 +** Power consumption **\\
 +  * ESP8285 has a lower power consumption than the ESP8266. The ESP8285 consumes 2.7 mA in deep-sleep mode, vs 10 mA ESP8266, \\
 +  * Wake up within 2 ms. \\
 +** Security **\\
 +  * Supports secure boot and flash encryption. \\
 +
 +
  
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0