S3 MINI PRO ================ ================== ================== |TOP_IMG|_ |BOTTOM_IMG|_ ================== ================== .. |TOP_IMG| image:: ../_static/boards/s3_mini_pro_v1.0.0_1_16x16.png .. _TOP_IMG: ../_static/boards/s3_mini_pro_v1.0.0_1_16x16.png .. |BOTTOM_IMG| image:: ../_static/boards/s3_mini_pro_v1.0.0_2_16x16.png .. _BOTTOM_IMG: ../_static/boards/s3_mini_pro_v1.0.0_2_16x16.png WiFi & BLE boards based ESP32-S3FH4R2 with 0.85 inch TFT Screen and IMU. `[Buy it]`_ .. _[Buy it]: https://www.aliexpress.com/item/3256807173247391.html Features ------------------ * based ESP32-S3FH4R2 * 2.4 GHz Wi-Fi * Bluetooth LE * 4MB Flash * 2MB PSRAM * 0.85” 128x128 LCD TFT display (ST7789 or GC9A01) * 6D MEMS IMU (QMI8658C) * 12x IO * 3x Button (IO0, IO47, IO48) * 1x RGB LED (**Data:** IO8, **Power:** IO7) * 1x IR (IO9) * ADC, DAC, I2C, SPI, UART, USB OTG * Compatible with MicroPython, Arduino and ESP-IDF * Default firmware: MicroPython Tutorials ---------------------- * :doc:`../tutorials/s3/get_started_with_micropython_s3` * :doc:`../tutorials/s3/get_started_with_arduino_s3` Documentation ---------------------- * `Schematic V1.0.0[PDF] <../_static/files/sch_s3_mini_pro_v1.0.0.pdf>`_ * `Dimension V1.0.0[PDF] <../_static/files/dim_s3_mini_pro_v1.0.0.pdf>`_ * `ESP32-S3 Datasheet `_ Technical specs ---------------------- +----------------------+------------+ | Operating Voltage | 3.3V | +----------------------+------------+ | Digital I/O Pins | 12 | +----------------------+------------+ | Clock Speed | 240MHz | +----------------------+------------+ | Flash | 4M Bytes | +----------------------+------------+ | PSRAM | 2M Bytes | +----------------------+------------+ | Size | 34.3*25.4mm| +----------------------+------------+ | Weight | 5g | +----------------------+------------+ Pin ---------------------- .. image:: ../_static/boards/s3_mini_pro_v1.0.0_4_16x9.png :target: ../_static/boards/s3_mini_pro_v1.0.0_4_16x9.png .. image:: ../_static/boards/s3_mini_pro_v1.0.0_5_16x9.png :target: ../_static/boards/s3_mini_pro_v1.0.0_5_16x9.png MicroPython Examples ---------------------- * `S3 MINI PRO Test (ST7789 version) `_ * `S3 MINI PRO Test (GC9A01 version) `_ * `Pixelsnake (GC9A01 version) `_ (`@CsErik2001 `_) Arduino Examples ---------------------- * Install `FastIMU Library `_ , `TFT_eSPI library `_ * Edit **User_Setup_Select.h** in TFT_eSPI library, comment **#include ** and uncomment **#include ** (GC9A01 version) or **#include ** (ST7789 version) * `S3 MINI PRO Arduino Example `_