Finding ESP32-S5 Part

I couldn’t find an exact “ESP32-S5” in the Flux library. Here are the closest ESP32 matches you can use right away:

Table


Part NamePart UidMPNDatasheetPackage Code
ESP32-S3FN8f8302c2c-c0de-4e90-a4fb-d08b6c79c59dESP32-S3FN8Datasheet56-QFN
ESP32-S3abfebe4f-65aa-4b98-b8dc-2ec72e7a480cESP32-S3Datasheet56-QFN
ESP32-S3-WROOM-1-N16R8fe215b64-8403-4dd5-8d50-d4926dde805eESP32-S3-WROOM-1-N16R8DatasheetModule
ESP32-S2932eb002-f5fd-48fb-b7a7-7895800c591aESP32-S2Datasheet56-QFN
ESP32-C6-MINI-1-N4c640d287-ea64-41ff-a28e-5b6fe888f54bESP32-C6-MINI-1-N4DatasheetModule
Quick library search link you can open directly:
Thumbnails:
Image

Image

Image

Image

Image

Image

Image

Image

Image

Image

A couple questions to get you the right one:
  • Do you want a bare chip (QFN) or a pre-certified module (WROOM/MINI)?
  • Any must-haves like BLE, USB OTG, PSRAM size, or 802.15.4/Zigbee?
  • If you did mean “S5,” do you have a specific MPN or link?
Tell me which you prefer and I can add it to your project.
Clarify which family
Ask for PSRAM/module advice
Constrain by USB and AI
Ask about footprint reuse
Ask for low-power pick
where is the SDA pin

@copilot where is the SDA pin
2y
The ESP32-S2-MINI-2 module doesn't have default pins explicitly labeled as SDA (data line) and SCL (clock line) for I2C communication. However, you can configure any GPIO pin to be the SDA and SCL with the ESP32 family of microcontrollers. Here are some guidelines:
  • SDA (Serial Data Line): Typically corresponds to GPIO21 (but any available GPIO can be configured).
  • SCL (Serial Clock Line): Typically corresponds to GPIO22 (but any available GPIO can also be configured).
In your project, here are some potential candidates based on the GPIO pins you're using:
  • GPIO1, GPIO2 are common choices for I2C.
  • GPIO36 can be used as a branch point.
  • GPIO21 for SDA (since it is typically configured as such).
To configure these pins in your code, you typically use the Wire.begin(SDA, SCL) function in the Arduino IDE or equivalent function if you're using another development environment. Here is a brief example of how you might do this:

Cpp


#include <Wire.h>

#define SDA_PIN 21  // Change as per your choice
#define SCL_PIN 22  // Change as per your choice

void setup() {
  Wire.begin(SDA_PIN, SCL_PIN);
}

void loop() {
  // Your code here
}
You can choose any GPIO that is free in your current design:
  • SDA Example: Connect GPIO21 to SDA.
  • SCL Example: Connect GPIO22 to SCL.
If you would like to assign specific GPIOs already in your design, feel free to let me know which pins and I can suggest exact schematic connections.
2y
Someone is typing...
2
D2
GPIO36
GPIO8
GPIO12
GPIO26
GPIO3
GPIO35
GPIO41
GPIO5
GPIO45
GPIO40
GPIO33
TX
RX
GPIO37
EN
GPIO16
GPIO34
GPIO0
GPIO1
GPIO39
GPIO20
+5V
GPIO2
GPIO18
GPIO46
GPIO7
GPIO38
GPIO42
GPIO6
GND
GPIO11
GPIO19
+3V3
GPIO13
GPIO15
GPIO9
GPIO10
GPIO17
GPIO14
GPIO21
GPIO4
GND
D1
C4
Capacitance
10uF
C3
Capacitance
10uF
ESP1
C11
Capacitance
0.1uF
C8
Capacitance
10uF
C6
Capacitance
0.1uF
C7
Capacitance
0.1uF
C10
Capacitance
0.1uF
C2
Capacitance
0.1uF
C1
Capacitance
0.1uF
R1
Resistance
Resistance
Resistance
10kΩ
PWR
R2
Resistance
Resistance
Resistance
5.1kΩ
C9
Capacitance
10uF
USB1
R4
Resistance
1kΩ
RST
Q1
R3
Resistance
Resistance
Resistance
5.1kΩ
C5
Capacitance
10uF
U1
BOOT
IC1
Q2

No files yet

Documents

    Documents are markdown text files which describe project goals, capture details, or even simulation outputs.

    Assets

    ESP32-S2-MINI-2 Module-removebg-preview.png

    ESP32-S2-MINI-2 Module-removebg-preview.png

    ESP32-S2-MINI-2 Module-removebg-previewThumbnail

    ESP32-S2-MINI-2 Module

    ESP32-S2-MINI-2 Module thumbnail
    This project is a reference design for an ESP32-S2-MINI-2 based device. It features USB-C for power and data transfer, onboard voltage regulation, and multiple peripheral connections. It also includes a CH340C for USB to serial conversion #referenceDesign #Module #ESP32 #ESP32S2 #RF #WIFI #MCU #reusable #module #simple-embedded #espressif #sublayout

    Pricing & Availability

    Distributor

    Qty 1

    Digi-Key

    $1.06–$2.47

    LCSC

    $1.38–$1.90

    Mouser

    $2.43

    Controls