T-Dongle ESP32-S2 WiFi development board comes with two USB OTG ports

ESP32-S2 USB development board

LilyGO has been very busy in recent weeks, and their latest product is the “T-Dongle ESP32-S2” development board that looks very much like Espressif ESP32-S3-USB-OTG board development board but is equipped with the single-core WiFi-only ESP32-S2 processor instead of the dual-core ESP32-S3 SoC with WiFi 4 and Bluetooth 5.0. The T-Dongle ESP32-S2 board is designed for the development of USB applications and comes with USB OTG female and male ports, as well as the same 1.14-inch color display found on T-Display RP2040/ESP32 and T-PicoC3 boards. T-Dongle ESP32-S2 development board specifications: Wireless SoC – Espressif Systems ESP32-S2 single-core Xtensa LX7 processor @ up to 240 MHz with  320 kB SRAM, 128 kB ROM, WiFi 4 connectivity Antennas – 3D antenna, IPEX antenna connector Storage – MicroSD card socket Display – 1.14-inch full-color IPS LCD Display (ST7789V SPI controller) with 240 x 135 resolution USB 1x USB OTG female port to connect […]

LilyGO T-PicoC3 board merges RP2040 & ESP32-C3, integrates color display

LilyGO T-PicoC3

LilyGO T-PicoC3 is a small development board combining Raspberry Pi RP2040 dual-core microcontroller with ESP32-C3 RISC-V MCU to add WiFi and Bluetooth LE connectivity and adds a 1.14-inch color display to the mix, plus several I/Os. We had previously other designs merging ESP32 and RP2040 with UDOO KEY, Arduino Nano RP2040 Connect, or the Pico Wireless Pack among others, but as far as I know, the T-PicoC3 board is the first to use Raspberry Pi RP2040 and ESP32-C3 RISC-V processor. LilyGO T-Pico3 specifications: Microcontrollers Raspberry Pi RP2040 dual-core Cortex-M0+ MCU with 264 KB of embedded SRAM Espressif Systems ESP32-C3 RISC-V processor with WiFi 4 and Bluetooth 5.0 LE connectivity Storage – 4MB SPI flash connected to RP2040 Display – 1.14-inch full-color IPS LCD Display (ST7789V SPI controller) with 240 x 135 resolution USB – USB Type-C port for power and programming (RP2040 / ESP32-C3) Expansion – 15-pin + 12-pin expansion […]

$10 T-Zigbee board combines ESP32-C3 and TLSR8258 for Zigbee 3.0, WIFi and BLE connectivity

T-Zigbee ESP32-C3 WiFi Zigbee board

LilyGO T-Zigbee board combines ESP32-C3 WiFi and BLE wireless microcontroller and Telink TLSR8258 multi-protocol wireless SoC compatible with BLE 5 Mesh, Zigbee, RF4CE, Thread, 6LoWPAN, HomeKit, ANT, and 2.4GHz proprietary standards. As I understand it, T-Zigbee is designed to act as a Zigbee to WiFi bridge, and is compatible with Zigbee2MQTT and Home Assistant, allowing easy integration into your home automation setup. Based on the hardware, I’d assume it may be usable as a BLE to MQTT gateway as well, in a fashion similar to GL.inet GL-S10 gateway, for people willing to work on the software/firmware. T-Zigbee specifications: Wireless MCUs Espressif Systems ESP32-C3 RISC-V processor with WiFi 4 and Bluetooth 5.0 LE connectivity Telink Semiconductors TLSR8258 (PDF product brief) Arm Cortex-M0 multiprotocol microcontroller @ 48 MHz with BLE 5 Mesh, Zigbee, RF4CE, Thread, 6LoWPAN, HomeKit, ANT, and 2.4GHz proprietary connectivity Antennas – 2x PCB antennas, 2x u.FL antenna connectors USB […]

M5Stack ATOM Display Lite adds HDMI output to ESP32 module

ESP32 HDMI output

M5Stack ATOM Display Lite is a kit based on GOWIN Gowin GW1NR-9C FPGA and LT8618SX RGB to HDMI chip designed to add HDMI output up to 720p to the company’s ESP32-based M5Stack ATOM Lite module. The ATOM Lite sees the ATOM Display Lite kit as an SPI display, but the solution outputs the data to an HDMI monitor or TV with up to 1280×720 resolution and can be used for information display, menu board, and more. ATOM Display Lite specifications: Wireless IoT modules – M5Stack ATOM Lite ESP32-PICO-D4 based module with 240MHz dual-core CPU, 520KB SRAM, 4MB flash, Wi-Fi 4 and Bluetooth connectivity FPGA – Gowin GW1NR-9C (PDF datasheet) FPGA with 8,640 LUTs used to simulate SPI TFT-LCD data output, HDMI bridge – Lontium Semi LT8618SX RGB to HDMI chip with 24-bit color depth up to 1280×720 output @ 60 fps (optimized frame rate up to 12 ~ 16FPS) Misc- […]

ESP32-C2 WiFi & Bluetooth LE 5.0 chip to support Matter WiFi protocol

ESP32-C2

Espressif ESP32-C2 is a new WiFi 4 and Bluetooth LE 5.0 chip the Shanghai-headquartered company has been working on since last year. The company claims it has better RF performance due to a smaller package reducing stray parasitics, and it will support the Matter protocol whose first version should become ratified later this year. The first ESP32-C2 product wafers have been received by the Shanghai team in spite of the current lockdown and quarantine in Shanghai due to the COVID-19, and teams in other parts of Asia, Europe, and Singapore are working without interruption on software integration into ESP-IDF and ESP-RainMaker. ESP32-C2 preliminary specifications: RISC-V core 272KB of memory Connectivity WiFi 4 + BLE 5.0 Tx power 20 dBm (FCC limit) 18 dBm for 802.11N MC7 packets (72.2 Mbps) Receiver sensitivity – -97 to -100 dBm for 1 Mbps 802.11B packets. Receive current – 58 mA Package –  4 x […]

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

ESP USB Bridge UART & JTAG

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 […]

RAKwireless adds more Wisduo and Wisblock modules, launches WisToolBox configuration tool for IoT devices

RAK3172-SIP and RAK4630 Wisduo modules

RAKwireless have launched several Wisduo wireless modules, a dozen of Wisblock modules for IoT prototyping, updated WisDM, WisGateOS, and RUI3 software, and introduced WisToolBox mobile/desktop configuration tool for IoT devices as part of their spring launch 2022 even entitled “Empowering the Innovators: Making IoT your own”. Three new Wisduo modules RAK3172-SIP WisDuo SIP based on STM32WLE5 Wireless SoC with LoRa connectivity. Compared to the original RAK3172, it offers more IO pins, integrates a TCXO, and comes in a smaller size. The module supports LoRa P2P and complies with Class A, B, & C of LoRaWAN 1.0.3 specifications. Cost: $5.99. WisDuo RAK3272-SiP – That’s a breakout board for the RAK3172-SiP System-in-a-Package module for LoRaWAN and allows easy access to all pins via 2.54mm pitch headers. RAK4630 WisDuo Stamp Module – This module supports both LoRa/LoRaWAN and BLE 5.0, and comes with RUI V3 (RUI3) firmware. It can be deployed as an […]

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

Maple Eye ESP32-S3 camera 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 […]

Exit mobile version