Makerfabs 3.5-inch wireless parallel TFT display with Touch

Makerfabs 3.5-inch TFT touchscreen display features ESP32-S3 SoC

Makerfabs has launched a 3.5-inch TFT touchscreen display with built-in WiFi and Bluetooth connectivity through an ESP32-S3 dual-core Tensilica LX7 microcontroller clocked at 240 MHz with vector instructions for AI acceleration. This display offers a 320×480 resolution through the ILI9488 LCD driver, uses a 16-bit parallel interface for communication with ESP32-S3 clocked at up to 20 Mhz making it suitable for smooth graphics user interface, and the company also claims it is smooth enough for video displays, but more on that later. Specifications: Wireless module – ESP32-S3-WROOM-1-N16R2 with Espressif Systems ESP32-S3 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, 2.4 GHz WiFi 4 and Bluetooth 5.0 LE with support for long-range, up to 2Mbps data rate, mesh networking 16MB QSPI flash 2MB PSRAM PCB antenna Storage – MicroSD card socket Display – 3.5-inch color TFT LCD with 480×320 resolution, 16-bit parallel interface […]

Lolin S3 ESP32-S3 board

$7 Lolin S3 ESP32-S3 board ships with MicroPython firmware

Lolin S3 is the first ESP32-S3 board from the company, but instead of using the more compact D1 mini form factor, the board features a longer design with two rows of 20 pins offering up to 31 GPIOs. Based on ESP32-S3-WROOM-1 module, the board features 16MB QSPI flash, 8MB SPRAM, two USB Type-C OTG and UART ports, a Lolin I2C port, an RGB LED, as well as Reset and user buttons. Lolin S3 specifications: Wireless module – ESP32-S3-WROOM-1 module with: Espressif Systems ESP32-S3 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, 2.4 GHz WiFi 4 and Bluetooth 5.0 LE with support for long-range, up to 2Mbps data rate, mesh networking 16MB QSPI flash 8MB PSRAM PCB antenna USB – 2x USB Type-C ports, one OTG port, one UART port for programming and debugging Expansion 2x 20-pin headers with up to 31x GPIO, […]

ArmSoM RK3588 AIModule7 NVIDIA Jetson Nano-compatible SOM
T-Display-S3

T-Display-S3 board offers ESP32-S3 WiSoC, 1.9-inch color LCD, and LiPo battery support

LilyGO T-Display-S3 is an ESP32-S3 WiFi and Bluetooth LE IoT development board with a 1.9-inch color LCD and support for LiPo batteries that follows the company’s T-QT ESP32-S3 board with a tiny 0.85-inch display introduced earlier this month. The new board offers the same layout as the previous T-Display RP2040 or ES32 boards, but the 1.14-inch display has been replaced with a larger 1.9-inch display that covers most of the board, and thanks to the ESP32-S3 microcontroller, gains proper Bluetooth 5.0 support, as well as vector instructions for AI acceleration. T-Display-S3 specifications: Wireless MCU – Espressif Systems ESP32-S3R8 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, 8MB PSRAM, wireless connectivity Storage – 16MB flash Connectivity via ESP32-S3 2.4 GHz 802.11 b/g/n Wi-Fi 4 with 40 MHz bandwidth support Bluetooth Low Energy (BLE) 5.0 connectivity with long-range support, up to 2Mbps data rate. […]

Banana Pi Leaf BPI-Leaf-S3

Banana Pi BPI-Leaf-S3 ESP32-S3 board launched for $7.5

Banana Pi is better known for its Arm Linux boards, but the company’s Banana Pi BPI-Leaf-S3 board features Espressif ESP32-S3 dual-core WiFi & BLE AI processor, with compatibility with ESP32-S3-DevKitC-1 minus a built-in USB to TTL chip, and added support for battery and an I2C connector. Banana Pi Leaf (BPI-Leaf-S3) specifications: Wireless MCU – Espressif Systems ESP32-S3 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, wireless connectivity Storage/Memory – 8MB flash, 2MB SPRAM Connectivity via ESP32-S3 2.4 GHz 802.11 b/g/n Wi-Fi 4 with 40 MHz bandwidth support Bluetooth Low Energy (BLE) 5.0 and Mesh connectivity with long-range support, up to 2Mbps data rate. PCB antenna USB – 1x USB Type-C OTG port for power and programming Expansion 2x 22-pin headers with up to 36x GPIO, 2x 12-bit ADC, 14x touch sensor inputs, 4x SPI, 2x I2C, 2x I2S, LCD interface, DVP camera […]

LILYGO T-QT V1.1

LILYGO T-QT V1.1 – A cute little board with ESP32-S3 and a 0.85-inch color display

LILYGO must be churning out at least one new “ESP32” board every month, but I don’t think they’ve ever made one with ESP32-S3. LILYGO T-QT V1.1 board changes that and combines the dual-core WiFi 4 and Bluetooth LE 5.0 AI microcontroller with a 0.85-inch color display. The board also happens to be rather small and cute with a 33 x 18 mm form factor, offers some I/O via headers and a 4-pin connector, and can be powered via its USB Type-C port or a battery, but lacks a charging circuit. LILYGO T-QT V1.1 specifications: Wireless MCU – Espressif Systems ESP32-S3 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, wireless connectivity Storage – 8MB flash Connectivity via ESP32-S3 2.4 GHz 802.11 b/g/n Wi-Fi 4 with 40 MHz bandwidth support Bluetooth Low Energy (BLE) 5.0 connectivity with long-range support, up to 2Mbps data rate. […]

ESP USB Bridge UART & JTAG

ESP USB Bridge project converts ESP32-S2 or ESP32-S3 into a USB to UART/JTAG chip

Espressif’s ESP USB Bridge is a project based on the ESP-IDF that leverages ESP32-S2 or ESP32-S3 USB interface to use the board as a USB to UART or USB to JTAG debug board. It can serve as a substitute for USB to TTL debug boards based on CH340 or CP2104 for instance, be used with OpenOCD in JTAG bridge mode, and also flash UF2 firmware file to the target board. As just mentioned, there are three main use cases: Serial bridge mode with a terminal program or a firmware flashing tool like esptool. In that case, it just works like your typical USB to TTL debug board JTAG bridge mode for JTAG debugging with OpenOCD, and if the target board is based on ESP32, you can use openocd-esp32 project Mass storage device where the board can be accessed by a file manager on the host computer. One of the specific […]

Rockchip RK3568, RK3588 and Intel x86 SBCs and SoMs in 2025
Maple Eye ESP32-S3 camera displays

Maple Eye ESP32-S3 board offers 2MP camera, microphone, and two LCD displays

AnalogLamb Maple Eye ESP32-S3 is a WiFi and Bluetooth connected board based on ESP32-S3 dual-core Xtensa LX7 microcontroller and equipped with one 2MP camera, one microphone, and two LCD displays placed on each side of the board. Those features, plus 8MB of flash and an 8 MB Octal PSRAM, allow the board to make good use of ESP32-S3 AI instructions through the ESP-DL library found in ESP-WHO framework in order to speed up face detection and recognition algorithms, or for audio processing. Maple Eye ESP32-S3 specifications: Wireless module – ESP32-S3-WROOM-1 module with ESP32-S3 dual-core Xtensa LX7 processor @ up to 240 MHz integrating vector instructions  for AI acceleration, 512 KB SRAM, 8MB PSRAM & 8MB Octal SPI Flash Storage – MicroSD card interface Displays – 2x 1.3-inch TFT LCD displays, selectable by switch Camera – 2MP OV2640 camera Audio – Digital microphone for VAD (voice activity detection) & ASR (automatic […]

ESP32-S3 vs ESP32-C3 vs ESP8266 modules

A comparison of ESP32-S3, ESP32-C3 and ESP8266 modules

The ESP32-S3 chip is equipped with an Xtensa 32-bit LX7 dual-core processor clocked at up to 240 MHz, supports 2.4 GHz Wi-Fi and Bluetooth 5 LE, and boasts AI instructions, as well as a reliable security encryption engine, specially built for the AIoT market. Modules based on the ESP32-S3 processor bring many benefits to designers with support for Bluetooth Long Range mode, plenty of resources with 512 KB SRAM (TCM), 45 programmable GPIO pins, and rich communication interfaces. They can also handle high-speed Octal SPI flash with higher capacities, as well as off-chip PSRAM. So, what are the differences between the new ESP32-S3 modules, and typical ESP32-C3 and ESP8266 modules? Let’s find out.

Boardcon CM3588 Rockchip RK3588 System-on-Module designed for AI and IoT applications