MaUWB for Home Assistant

Makerfabs MaUWB for Home Assistant – An ESP32-S3 UWB module with PoE and enclosure

Makerfabs MaUWB for Home Assistant is an ESP32-S3-based Ultra-Wideband (UWB) module designed for indoor positioning and Real-Time Location Systems (RTLS). It runs ESPHome for Home Assistant integration, enabling it to be used as part of a UWB-based positioning system to track tagged devices in homes, offices, and other indoor environments. The module combines an ESP32-S3 with a MaUWB UWB module based on the Qorvo DW3000, featuring a PA/LNA for long-range ranging. Compared to the earlier ESP32-S3 version, it drops the OLED and adds a WIZnet W5500 Ethernet controller that supports PoE. The module also supports Wi-Fi 4 and Bluetooth 5.0, and comes in an enclosure for fixed installations. Makerfabs MaUWB for Home Assistant specifications: Wireless Module – ESP32-S3-WROOM-1 SoC – Espressif Systems ESP32-S3 CPU – Dual-core Tensilica LX7 up to 240 MHz with vector extension for AI/ML workloads RAM – 512KB SRAM; 8MB PSRAM Wireless – WiFi 4 and Bluetooth LE 5 […]

ESP32-S3 Personal Digital Assistant PDA

PocketMage – An ESP32-S3-based Personal Digital Assistant (Crowdfunding)

PocketMage is an open-source hardware, ESP32-S3 personal digital assistant (PDA) with a primary, sun-readable 3.1-inch E Ink display, a secondary 1.8-inch OLED for high-refresh rate feedback, a full tactile QWERTY keyboard, and a capacitive scroll bar. The device also features a microSD card slot for storage, a buzzer for audio/sound feedback, a USB-C port for charging the 1,200 mAh battery or connecting a USB keyboard, as well as an RTC and an FPC connector for GPIO expansion. PocketMage specifications: SoC – ESP32-S3 microcontroller with Wi-Fi and Bluetooth wireless connectivity Memory – 2 MB QSPI PSRAM Storage 16 MB QSPI flash MicroSD card slot Displays Primary 3.1-inch E Ink/e-paper display with 320×240 resolution Secondary 1.8-inch OLED with 256×32 resolution Audio – Piezo buzzer for beeps and boops USB – USB Type-C port for charging and peripherals like a keyboard User input Built-in tactile QWERTY keyboard Capacitive scroll bar USB keyboard support […]


PaperBoy E Ink ESP32-S3 Gameboy emulator

PaperBoy Game Boy Emulator works at 60 FPS on ESP32-S3 E Ink devkit

60 FPS gaming on an E Ink display? That doesn’t seem right… But that’s exactly what Wenting Zhang’s PaperBoy Game Boy emulator project does, using the M5Stack PaperS3 devkit, pairing an ESP32-S3 wireless microcontroller with a 4.7-inch E Ink display with 960 x 540 resolution. One of the tricks here is that the bottom part of the ePaper touchscreen display is used for control buttons and doesn’t need to be refreshed, while the active part only requires 160 x 144 resolution, scaled three times to represent various shades of grey. Contrary to most small Eink devkits, the PaperS3 features a screen with a raw row/column driver interface, which enabled him to drive the display while bypassing the normal waveform method, and deliver a higher refresh rate up to 60 FPS. Wenting didn’t reinvent the wheel for the Game Boy emulation part, and after testing three different emulators, he went with […]

M5Stack Stamp-S3A Capsule v1.1 module

M5Stack Capsule Kit v1.1- A Battery-powered ESP32-S3 IoT controller with IMU sensor, MEMS microphone, and IR transmitter

M5Stack Capsule v1.1 is a Stamp-S3A-based IoT controller with a microSD card slot, several sensors (6-axis IMU, microphone),  an IR transmitter, a built-in 250 mAh battery, a few buttons, a buzzer, an RTC, and expansion capabilities through GPIO headers and a Grove connector. It’s an upgrade to the earlier Capsule based on the Stamp-S3 module. The new version still features an ESP32-S3 WiFi and Bluetooth microcontroller, 8MB flash, a USB-C port, and a few GPIOs, but benefits from the Stamp-S3A improvements, including an optimized antenna design and lower power consumption. We never had a look at the Capsule before, so let’s do it now. M5Stack Capsule v1.1 specifications: M5Stack Stamp-S3A module WiSoC – Espressif Systems ESP32-S3FN8 CPU Dual-core 32-bit Xtensa LX7 microcontroller with AI vector instructions up to 240MHz RISC-V ULP co-processor Memory – 512KB SRAM Storage – 8MB flash Wireless – 2.4GHz WiFi 4 (802.11b/g/n), Bluetooth 5.0 LE + […]

Seeed Studio Wio S3 IoT module

$7.99 Seeed Studio Wio-S3 WiFi, Bluetooth LE, and LoRa IoT module combines ESP32-S3 and SX1262 RF transceiver

Seeed Studio Wio-S3 is a compact (21.6 x 16.5 x 3.3 mm) wireless module that combines an ESP32-S3R8 dual-core WiFi 4 and Bluetooth LE MCU and a Semtech SX1262 LoRa transceiver. The module includes 16MB Flash and 8MB PSRAM, and supports LoRa (EU868/US915) with up to +20.9 dBm transmit power and -137 dBm sensitivity. It also supports Wi-Fi 4 and BLE 5.0, and comes with two IPEX connectors for external antennas. With interfaces such as UART, I2C, SPI, ADC, and USB, and support for -40°C to 85°C operation, it is designed for remote monitoring, industrial automation, smart agriculture, and IoT data logging. Seeed Studio Wio-S3 module specifications: SoC – Espressif ESP32-S3R8 CPU – Dual-core Tensilica LX7 microcontroller up to 240 MHz with vector instructions for AI acceleration Memory – 8MB PSRAM Wireless – 2.4 GHz 802.11b/g/n WiFi 4 and Bluetooth 5.0 LE + Mesh connectivity Storage – 16MB external SPI flash […]

MSX2+ Emulator for ESP32-S3

Bare-metal MSX2+ Emulator for ESP32-S3 offers custom LCD_CAM VGA implementation & Z80 optimizations

Ivan Svarkovsky’s S3-MSX-PC open-source project implements a bare-metal MSX2+ emulator running on an ESP32-S3 microcontroller and outputting 64-color VGA via a simple R-2R resistor ladder. It’s a fork of the Retro-Go emulator for ODROID-GO and other ESP32 devices, but with various optimizations. It was tested on an off-the-shelf ESP32-S3 board with one core handling the game logic and the other video and audio output. VGA is implemented through a clever resistor network that converts digital data into an analog signal that any old monitor understands, while audio relies on Sigma-Delta modulation with a multi-stage PDM filter. The USB host port on the board allows for the connection of a keyboard. S3-MSX-PC firmware highlights: Emulation Core – fMSX 6.0 — Full MSX1 / MSX2 / MSX2+ support Video Output VGA 640×480@60Hz, 16-bit parallel RGB via LCD_CAM Color Depth – 64 colors (2 bits per channel: R, G, B) Audio – PDM Stereo […]

Advertisement


ESP32-S3 IoT PLC Ethernet

Erqos EQSP32CE – An industrial IoT ESP32-S3 PLC with Ethernet, RS232, RS485, CAN Bus, DIN Rail support

Erqos EQSP32CE is a DIN rail-mountable industrial IoT PLC based on an ESP32-S3 WiFi and Bluetooth SoC and offering Ethernet, RS-485, RS-232, and CAN bus industrial communication interfaces. The IIoT logic controller also features several protected digital (16x) and analog (8x) inputs, eight current inputs, eight “special mode” analog inputs, and sixteen digital outputs with PWM support. A USB-C port is used for firmware flashing and monitoring, and the PLC takes a wide 7V – 26V DC input voltage and outputs 5V/1A for I/O expansion modules. Erqos EQSP32CE specifications: SoC – Espressif ESP32-S3 dual-core LX7 processor @ 240 MHz with 8MB Flash, 512kB RAM, wireless connectivity (so probably ESP32-S3FN8) Communication interfaces 10/100 Mbps Ethernet RJ45 port Wi-Fi + Bluetooth Low Energy (on ESP32-S3) with internal antenna RS232 (protected) and RS485 half-duplex (protected) with support for Modbus RTU, DMX512, and custom serial protocols CAN Bus (protected) USB – 1x USB-C power for […]

EKOS A Programmable Open Source ePaper Hub in Solid Oak

EKOS – An ESP32-S3 ePaper dashboard housed in an oak-aluminum enclosure (Crowdfunding)

Designed by StillFixing in Normandy (France), the EKOS is a local-first, low-power ePaper dashboard built around an ESP32-S3 SoC. It operates without any cloud dependency, subscriptions, or external accounts, offering full privacy, faster response times, and direct local control. The device comes in two variants: the EKOS Pure is a minimalist, non-touch version with two physical buttons for basic control, and the EKOS Sense adds a capacitive touch layer for smart home control, such as toggling devices, triggering scenes, or managing tasks. Both models feature a repair-friendly design with no adhesives, using four screws for assembly and a user-replaceable lithium-polymer battery. Additionally, the dashboard can be updated entirely over your home network without needing the internet. You can push data to the screen using a local API from a phone or PC, link it straight to Home Assistant, or use it to control other ESPHome devices around your house. EKOS […]

Boardcon MINI1126B-P AI vision system-on-module wit Rockchip RV1126B-P SoC