my dev.board - Espressif ESP32-S3-DevKitC-1
The ESP32-S3-DevKitC-1 is an entry-level development board equipped with ESP32-S3-WROOM-1, ESP32-S3-WROOM-1U, or ESP32-S3-WROOM-2, a general-purpose Wi-Fi + Bluetooth® LE MCU module that integrates complete Wi-Fi and Bluetooth LE functions.
Currenntly, there are two versions of ESP32-S3-DevKitC-1:
The older version: ESP32-S3-DevKitC-1
The latest version: ESP32-S3-DevKitC-1 v1.1
Both versions of ESP32-S3-DevKitC-1 are available on the market. The main difference lies in that the RGB LED is connected to different pins. (ref: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html#hardware-revision-details)
on v1.0 (the older version): RGB LED driven by GPIO48.
The older version: ESP32-S3-DevKitC-1
The latest version: ESP32-S3-DevKitC-1 v1.1
Both versions of ESP32-S3-DevKitC-1 are available on the market. The main difference lies in that the RGB LED is connected to different pins. (ref: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html#hardware-revision-details)
on v1.0 (the older version): RGB LED driven by GPIO48.
on v1.1: RGB LED driven by GPIO38.
My board is ESP32-S3-DevKitC-1 v1.0 with ESP32-S3-WROOM-1, N8R8 - 8MB Flash and 8MB PSRAM, onboard PCB antenna.
Related:
~ Install esptool on Raspberry Pi OS and flash MicroPython firmware on NodeMCU ESP-C3-32S-Kit (and also Espressif ESP32-S3-DevKitC-1)
~ Flash CircuitPython on ESP32-S3-DevKitC-1 using esptool, run on Ubuntu MATE 22.04 LTS. (with list of my exercises of ESP32-S3-DevKitC-1/CircuitPython)
~ To develop in Arduino Framework, Install ESP32 Arduino Core (arduino-esp32) on Arduino IDE.
~ BLE Remote Control between ESP32-S3/C3 using ArduinoBLE Library
~ Drive ILI9341 (8-bit parallel) using ESP32-S3 (ESP32-S3-DevKitC-1) in Arduino Framework
~ ESP32-S3/CircuitPython 8 display on ST7789 SPI TFT
~ Play animated GIF in CircuitPython 8.1.0 Beta 0, run on ESP32-S3, display on ST7789 SPI TFT.
~ ESP32-S3/CircuitPython act as socket client, connect to HC-25 WiFi Module.
~ Flash CircuitPython firmware to ESP32-S3 using esptool on Windows 11
~ CircuitPython - Read user input from USB serial non-blocking
~ 3.2" 320x240 IPS LCD (ILI9341 SPI) with Cap. Touch (FT6336) and Micro SD Slot on ESP32-S3/CircuitPython 9.0.3.
~ CircuitPython to download bmp images from web, and display on ILI9341 SPI TFT.
~ ESP-NOW on CircuitPython 9.0.3, tested on ESP32-S3/ESP32-C3.
~ CircuitPython Exercise: Touch buttons on ILI9341 SPI LCD with FT6336 Cap. Touch
~ CircuitPython ESP-NOW: Remote control on-board RGB LED via wireless, between ESP32-S3.
~ To develop in Arduino Framework, Install ESP32 Arduino Core (arduino-esp32) on Arduino IDE.
~ BLE Remote Control between ESP32-S3/C3 using ArduinoBLE Library
~ Drive ILI9341 (8-bit parallel) using ESP32-S3 (ESP32-S3-DevKitC-1) in Arduino Framework
~ ESP32-S3/CircuitPython 8 display on ST7789 SPI TFT
~ Play animated GIF in CircuitPython 8.1.0 Beta 0, run on ESP32-S3, display on ST7789 SPI TFT.
~ ESP32-S3/CircuitPython act as socket client, connect to HC-25 WiFi Module.
~ Flash CircuitPython firmware to ESP32-S3 using esptool on Windows 11
~ CircuitPython - Read user input from USB serial non-blocking
~ 3.2" 320x240 IPS LCD (ILI9341 SPI) with Cap. Touch (FT6336) and Micro SD Slot on ESP32-S3/CircuitPython 9.0.3.
~ CircuitPython to download bmp images from web, and display on ILI9341 SPI TFT.
~ ESP-NOW on CircuitPython 9.0.3, tested on ESP32-S3/ESP32-C3.
~ CircuitPython Exercise: Touch buttons on ILI9341 SPI LCD with FT6336 Cap. Touch
~ CircuitPython ESP-NOW: Remote control on-board RGB LED via wireless, between ESP32-S3.
Comments
Post a Comment