Rompass đã phát triển một firmware tương tự BIOS cho vi điều khiển ESP32-C6, cung cấp bootloader và lớp API hỗ trợ tải động các chương trình từ RAM, thậm chí qua mạng. Dự án thể hiện xu hướng xóa nhòa ranh giới giữa vi điều khiển và bộ vi xử lý, xu hướng này sẽ tiếp tục khi các bộ xử lý ứng dụng mạnh mẽ như ESP32-P4 trở nên phổ biến.
Vì sao nên đọc: Lập trình viên ESP32-C6 nên đọc để khám phá cách mở rộng khả năng quản lý khởi động và chạy ứng dụng động từ RAM hoặc mạng, giúp tối ưu hóa hiệu suất và linh hoạt cho các dự án yêu cầu tính linh hoạt cao hơn.
Nguồn: https://hackaday.com/2026/06/23/a-bios-for-your-esp32-c6. 8sync News chỉ tóm tắt và dẫn link; bản quyền nội dung thuộc tác giả và nguồn gốc.
Smart plug (Zigbee) giá rẻ (~$15) thay thế smart appliance nhờ ưu điểm tiết kiệm chi phí, tránh lệ thuộc cloud, kéo dài tuổi thọ thiết bị và giảm rác thải điện tử. Chúng theo dõi dòng điện, kích hoạt tự động hóa (Home Assistant) như thông báo kết thúc chu trình, tính toán chi phí năng lượng hay ngắt an toàn mà không cần internet.
Lập trình viên nên đọc bài này để hiểu cách xây dựng hệ thống nhà thông minh tự động hóa hiệu quả bằng cách kết hợp các thiết bị cơ bản với các công cụ mở nguồn như Home Assistant, giảm chi phí và tránh phụ thuộc vào dịch vụ đám mây đắt tiền.
Geoffrey Wells designed ChillPoint, a handheld iButton reader built around an ESP32-C6 microcontroller, aimed at modernizing cold chain logistics data retrieval. The device uses a 1-Wire probe to read iButton temperature data loggers on contact, stores data on internal flash, and hosts a web UI over its own WiFi access point for easy access from any smartphone, tablet, or laptop. Both hardware and software will be open source, with a CrowdSupply campaign planned for release.
OpenC6 BIOS is an open-source project that brings PC BIOS-like architecture to the ESP32-C6 microcontroller. Instead of combining hardware setup and application code into a single firmware image, it separates the base system from application payloads (2–10 KB). Key features include dynamic CPU frequency scaling, a System Call Interface (ABI) for Wi-Fi/crypto/math access without full ESP-IDF, PXE-like network boot over Wi-Fi, A/B OTA updates with rollback, a web-based BIOS setup interface, LP-Core health monitoring using the ESP32-C6's low-power RISC-V core, and Aura Sync RGB support. The project targets ESP32-C6 boards with at least 8MB flash and is available on GitHub under the MIT license.
Quectel has officially launched the FCM365X, a compact 25.5×18mm IoT module built on the NXP RW612 wireless MCU. It supports dual-band Wi-Fi 6, Bluetooth 5.4 LE, and 802.15.4 (Zigbee, Thread, Matter over Thread), with 8MB SPI flash and optional PSRAM — making it the only RW612-based module currently offering on-module PSRAM. The module exposes a wide range of interfaces (GPIO, UART, USB, I2C, I2S, ADC, LCD, PWM) via LCC+LGA packaging and operates from -40°C to +85°C. Development is SDK-based via QuecOpen; AT command firmware is not available. Two development boards are planned but details and pricing are not yet published.

Iridium Communications has launched the 9604 module and development kit, a hybrid IoT platform combining satellite (SBD), LTE-M cellular, and GNSS into a single compact module (16×26×2.4 mm). Built on the u-blox SARA-R5 platform, it can reduce board space by over 60% versus discrete implementations. The module supports GPS, GLONASS, Galileo, and BeiDou, offers independent subsystem management for custom failover strategies, and provides a unified AT command interface with an SDK. It targets industrial monitoring, transportation, maritime, and remote asset tracking applications where terrestrial networks may be unavailable.
The Gea stack enables developers to write CSS and TypeScript for ESP32 microcontrollers, compiling it into native C++ firmware. A demo shows a smooth 3D cube animation running at up to 60 FPS on a 410×502 AMOLED screen with full color and transparency support. It's not a full browser engine — limitations include no hover states, rasterized fonts, and a 512-node UI tree cap — but it lets web developers leverage familiar skills for embedded UI development without major performance loss.
OpenC6 is an open-source BIOS-like firmware for the ESP32-C6 microcontroller that reimagines the $2 chip with a PC-style architecture. Rather than monolithic firmware, it acts as a host platform that initializes hardware, provides out-of-band management via an LP-Core coprocessor, and exposes a standardized System Call Interface (ABI). This lets developers hot-swap, download, and execute tiny bare-metal payloads directly into RAM or Execute-In-Place (XIP) Flash. The project is still in progress, with open bounties for features like a fully open-source file system and execution security measures.
Sonocotta's Louder ESP32 Mini is a compact open-source hardware board designed to retrofit old passive speakers with WiFi and Bluetooth connectivity. Built around the ESP32-S3 with 8MB PSRAM and a TAS5805M DAC/amplifier, it comes in two sizes (42×42mm and 52×52mm) and replaces the standard speaker terminal cup. It supports multiple firmware options including Squeezelite-ESP32 for Spotify Connect and AirPlay, Snapclient for multi-room audio, and ESPHome for Home Assistant integration. Priced at $15–$20, it's available on Lectronz and Tindie, with schematics and Gerber files published on GitHub.