Crabik Slot ESP32-S3 Development Board Pinout and Technical Specifications
Code name: CRABIK_SLOT_ESP32_S3
Crabik Slot ESP32-S3 development board is based on esp32s3 microcontroller and uses xtensa architecture. This development board has a maximum CPU frequency of 240 MHz and a flash size of 8MB.
Features
- 48 digital IO pins
- 46 external interrupt pins
- 20 analog input pins
- 27 PWM pins
Connectivity
- WiFi: 802.11 b/g/n (2.4 GHz)
- Bluetooth: 5.0
- WiFi: 5.0
Technical specs
Clock Speed | 240 MHz |
Flash size | 8MB |
Microcontroller | esp32s3 |
Architecture | xtensa |
Crabik Slot ESP32-S3 Pins Mapping Arduino IDE
Below you can find the Crabik Slot ESP32-S3 pinout. This development board provides 48 digital IO pins, out of which 46 can be used as an external interrupt pins , 20 as analog input pins and 27 pins have Pulse-Width Modulation (PWM) .
Pin | Analog | Touch | PWM | Other |
---|---|---|---|---|
0 | BOOT_BTN | |||
1 | T1 | PWM | S1 | |
2 | T2 | PWM | S3 | |
3 | T3 | PWM | S7 | |
4 | T4 | PWM | S8 | |
5 | T5 | PWM | S9 | |
6 | T6 | PWM | S10 | |
7 | T7 | PWM | S11 | |
8 | T8 | PWM | S12 | |
9 | T9 | PWM | S13 | |
10 | T10 | PWM | S14 | |
11 | T11 | PWM | S4 | |
12 | T12 | PWM | S2 | |
13 | PWM | SDA | ||
14 | PWM | SCL | ||
15 | PWM | EN_TROYKA | ||
16 | PWM | LIPO_ALERT | ||
17 | PWM | S5 | ||
18 | PWM | S6 | ||
19 | PWM | USB_DN | ||
20 | PWM | USB_DP | ||
21 | PWM | LED_BUILTIN | ||
33 | PWM | S19 | ||
34 | PWM | S20 | ||
35 | PWM | MOSI | ||
36 | PWM | SCK | ||
37 | PWM | MISO | ||
45 | PWM | S15 | ||
46 | S16 | |||
47 | S18 | |||
48 | S17 | |||
S12 | TX | |||
S11 | RX | |||
SDA | ||||
SCL | C | |||
MOSI | DO | |||
MISO | DI | |||
SCK | CLK | |||
S5 | CS1 | |||
S6 | CS2 | |||
CS1 | SS | |||
LED_BUILTIN | USER_LED |
Default Tools
Bootloader tool | esptool_py |
Uploader tool | esptool_py |
Network uploader tool | esp_ota |
Bootloader address | 0x0 |
Flash mode | dio |
Boot mode | qio |
PSRAM type | |
Maximum upload size | 1280 Kb (1310720 B) |
Maximum data size | 320 Kb (327680 B) |
The Crabik Slot ESP32-S3 development board by default uses esptool_py uploader tool, esp_ota network uploader tool for Over-the-air (OTA) uploads and esptool_py bootloader tool. The bootloader starts at address "0x0". Flash mode and boot mode for Crabik Slot ESP32-S3 development board by default is dio and qio respectively. When using Arduino IDE, the maximum sketch upload size is 1280 Kb (1310720 B) and maximum data size for variables is 320 Kb (327680 B).