ESP32: Difference between revisions

From regional-training
No edit summary
Line 85: Line 85:
[[category:CVE]]
[[category:CVE]]
[[category:Development Boards]]
[[category:Development Boards]]
[[category:Devices]]
* ESP32-pi https://www.hackster.io/news/sequent-microsystems-esp32-pi-aims-to-address-raspberry-pi-supply-shortages-for-some-use-cases-2dddc70ba29a
* ESP32-pi https://www.hackster.io/news/sequent-microsystems-esp32-pi-aims-to-address-raspberry-pi-supply-shortages-for-some-use-cases-2dddc70ba29a

Revision as of 12:36, 16 May 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

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