ESP32: Difference between revisions

From regional-training
Line 41: Line 41:


[[File:ESP8266-HD.jpg|thumb|ESP8266 Die shot|none]]
[[File:ESP8266-HD.jpg|thumb|ESP8266 Die shot|none]]
==ESP-2S==
{|
| [[image:ESP-2S-pinout.png]]
|}


=suppliers=
=suppliers=

Revision as of 13:13, 18 September 2023

comparisons

ESP32

ESP32S

ESP8266 NodeMCU

ESP-01

ESP-01 module pinout

The pinout is as follows for the common ESP-01 module:

  1. GND, Ground (0 V)
  2. GPIO 2, General-purpose input/output No. 2
  3. GPIO 0, General-purpose input/output No. 0
  4. RX, Receive data in, also GPIO3
  5. VCC, Voltage (+3.3 V; can handle up to 3.6 V)
  6. RST, Reset
  7. CH_PD, Chip power-down
  8. TX, Transmit data out, also GPIO1

ESP-12F

ESP8266 Die shot

ESP-2S

suppliers

ESP32S dev boards

ESP32S modules

ESP8266 dev boards

Development boards make it relatively easy to setup an IDE on a computer and cross-compile code to be loaded into the target module (which contains an ESP chip).

ESP8266 modules

audio

ESP CVE

Development

categories