Check out my first novel, midnight's simulacra!

ESP32: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 1: Line 1:
A series of 32-bit microcontroller unit from [https://www.espressif.com/en/products/socs/esp32 Espressif], the successor to their [[ESP8266]].
A series of 32-bit microcontroller unit from [https://www.espressif.com/en/products/socs/esp32 Espressif], the successor to their [[ESP8266]].
==ESP32-S3==
The ESP32-S3 is a fantastic little update to the classic ESP32. Some notes:
* Voltage on GPIO47 and GPIO48 is only 1.8 (V<sub>SPI</sub>), unlike the other pins (3.3, V<sub>DD</sub>)


==External links==
==External links==

Revision as of 11:52, 31 October 2024

A series of 32-bit microcontroller unit from Espressif, the successor to their ESP8266.

ESP32-S3

The ESP32-S3 is a fantastic little update to the classic ESP32. Some notes:

  • Voltage on GPIO47 and GPIO48 is only 1.8 (VSPI), unlike the other pins (3.3, VDD)

External links