ESP32: Difference between revisions

From regional-training
Line 77: Line 77:
[[image:ESP32-circuit.png|1000px]]
[[image:ESP32-circuit.png|1000px]]
* Using arduino IDE https://iotdesignpro.com/projects/getting-started-with-esp32-program-it-using-arduino-ide-blinking-led
* Using arduino IDE https://iotdesignpro.com/projects/getting-started-with-esp32-program-it-using-arduino-ide-blinking-led
* arduino IDE on a pi https://electropeak.com/learn/install-arduino-ide-on-raspberry-pi/


=categories=
=categories=

Revision as of 12:57, 28 April 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