M5Stack LLM630 Compute Kit is an Edge AI development platform powered by Axera Tech AX630C AI SoC with a 3.2 TOPS NPU designed to run computer vision (CV) and large language model (LLM) tasks at the edge, in other words, on the device itself without access to the cloud. The LLM630 Compute Kit is also equipped with 4GB LPDDR4 and 32GB eMMC flash and supports both wired and wireless connectivity thanks to a JL2101-N040C Gigabit Ethernet chip and an ESP32-C6 module for 2.4GHz WiFi 6 connectivity. You can also connect a display and a camera through MIPI DSI and CSI connectors. M5Stack LLM630 Compute Kit specifications: SoC – Axera Tech (Aixin in China) AX630C CPU – Dual-core Arm Cortex-A53 @ 1.2 GHz; 32KB I-Cache, 32KB D-Cache, 256KB L2 Cache NPU – 12.8 TOPS @ INT4 (max), 3.2 TOPS @ INT8 ISP – 4K @ 30fps Video – Encoding: 4K; Decoding:1080p […]
Linux 6.13 Release – Main changes, Arm, RISC-V, and MIPS architectures
Linus Torvalds has just announced the release of Linux 6.13 on the Linux Kernel Mailing List: So nothing horrible or unexpected happened last week, so I’ve tagged and pushed out the final 6.13 release. It’s mostly some final driver fixes (gpu and networking dominating – normal), with some doc updates too. And various little stuff all over. The shortlog is appended for people who want to see the details (and, as always, it’s just the shortlog for the last week, the full 6.13 log is obviously much too big). With this, the merge window for 6.14 will obviously open tomorrow. I already have two dozen pull requests pending – thank you, you know who you are. Linus Release about two months ago, Linux 6.12 – the new LTS version – brought us real-time “PREEMPT_RT” support that had always required out-of-tree patchsets until now, the completion of the EEVDF (Earliest Eligible […]
FlipMods Combo is a 3-in-1 Flipper Zero expansion module with ESP32, GPS, and CC1101 modules
Sacred Labs’ FlipMods Combo is a 3-in-1 expansion module for the Flipper Zero that combines an ESP32 WiFi and Bluetooth SoC, Texas Instruments CC1101 Sub-GHz wireless microcontroller, and an unnamed GPS module. The expansion module is housed in a neat 3D-printed case and features a built-in GPS antenna, external WiFI/Bluetooth & Sub-Ghz antennas, as well as a switch to send the GPS data to the ESP32 chip or the Flipper Zero. The ESP32 module is preloaded with the Marauder firmware also used in the ESP32 Marauder Pocket Unit and Mayhem v2 for Flipper Zero for penetration testing with Wi-Fi scanning, de-authentication attacks, packet sniffing, and more. FlipMods Combo specifications: Wireless modules ESP32-WROOM-32UE for WiFi and Bluetooth; external SMA antenna (long) Texas Instruments CC1011 for 315, 433, 868, and 915MHz ISM bands; external SMA antenna (short) GPS module with internal antenna Storage – MicroSD card slot up to 32GB USB – […]
Sonata v1.0 RISC-V platform combines AMD Artix-7 FPGA and Raspberry Pi RP2040 MCU, features CHERIoT technology for secure embedded systems
lowRISC has released Sonata v1.0, a stable platform developed under the Sunburst project. Designed for embedded systems engineers, Sonata supports CHERIoT technology, enabling features like compartmentalization and enhanced memory safety. It provides a reliable foundation for building secure embedded systems. CHERIoT is a security-focused technology built on lowRISC’s RISC-V Ibex core, based on CHERI research from the University of Cambridge and SRI International. It addresses memory safety issues like buffer overflows and use-after-free errors using CHERI’s capability-based architecture. The CHERIoT capability format includes permissions for memory access, object types for compartmentalization, and bounds to restrict accessible memory regions. These features enable scalable and efficient compartmentalization, making it suitable for securely running untrusted software in embedded systems. Sonata v1.0 leverages this architecture to isolate components like network stacks and kernels within the CHERIoT RTOS. The lowRISC Sonata v1.0 specifications: FPGA – AMD Xilinx Artix-7 (XC7A35T-1CSG324C) CPU – AMD MicroBlaze soft-core based on […]
Hornet Nest Alarm Panel – An Home Assistant-compatible, ESP32 home security automation platform with PoE and 42-zone support (Crowdfunding)
The Hornet Nest Alarm Panel is a customizable, ESP32-based alarm control system designed and produced by US-based Technology Automation Consulting for home security automation. The device is powered by the wESP32 Ethernet board with PoE support and is compatible with Home Assistant through the ESPHome firmware. It features up to forty-two optoisolated zones, six MOSFET-controlled outputs, and six additional trigger outputs for 3.3V devices. It integrates a piezo buzzer and supports add-ons like a Wiegand keypad and water leak sensors. The Hornet Nest Alarm ESP32-based home security platform “aims to bridge the gap between traditional wired security systems and the flexibility of modern smart home automation.” Christopher Greenless of Technology Automation Consulting says the project was born from his need for a robust and smart security system to integrate with his Home Assistant setup. Proprietary solutions were inadequate and limited while DIY options were inefficient and often unreliable. He created […]
u-blox MAYA-W4 tri-radio IoT module features NXP IW610 chipset with Wi-Fi 6, Bluetooth 5.4, and 802.15.4 radios
Last year, we covered the u-blox MAYA-W3 module, which was based on the Infineon AIROC CYW5551x chipset and utilized separate chipsets for 2.4 GHz, 5 GHz, and 6 GHz frequencies. Now, u-blox has introduced the MAYA-W4 series, a host-based Wi-Fi 6, Bluetooth 5.4, and 802.15.4 module built on the NXP IW610 chipset. Designed for industrial and commercial applications such as building automation, energy management, smart homes, and healthcare, the MAYA-W4 series supports SISO Wi-Fi 6 with a 20 MHz channel width, ensuring reliable performance in dense network environments. These modules can function as access points, stations, P2P devices, or in mixed modes. The MAYA-W4 modules are compatible with the Matter protocol over Thread and Wi-Fi, facilitating seamless integration across ecosystems. With a compact size of 10.4 x 14.3 mm, these modules rank among the smallest Wi-Fi 6 SMD modules and are available with integrated antennas or U.FL connectors. Rigorous testing […]
Mitigating a DoS attack with GoAccess and Cloudflare
In this off-topic post, I’m going to discuss some behind-the-scenes “fun” that may happen when managing the web server used to host the CNX Software website. From time to time, the server becomes unreachable, but I can still access its console, and notice a very high CPU load (over 100) on a VPS with four cores, while the CPU load is typically 0.5 to 2 under normal circumstances. That’s usually due to a DoS (denial of service), DDoS (distributed denial of service), or some bug I can’t identify. An easy way to solve this issue is to log in to Cloudflare and set the “Under Attack Mode” to on. It will show all visitors a JavaScript challenge the first time they visit the website, and the CPU usage typically drops back to normal level within a minute or so. That means I can access my website and so do regular […]
216MHz GigaDevice GD32G5 Cortex-M33 MCU features analog interfaces and accelerators for industrial applications
Starting with the GD32G553 SKUs, the 216 MHz GigaDevice GD32G5 high-performance Arm Cortex-M33 microcontroller family features 256KB to 512KB of embedded Flash with dual-bank Flash support, 128KB of SRAM, and a range of hardware accelerators including a DSP, single-precision FPU, a trigonometric function accelerator (TMU), and other hardware acceleration units, filter algorithms (FAC) and Fast Fourier Transform (FFT). Designed for industrial applications, the GD32G5 microcontrollers also offer a wide range of digital and analog interfaces and enhanced security capabilities suitable for digital power systems, charging stations, energy storage inverters, frequency converters, servo motors, and optical communication. GigaDevice GD32G5 specifications: MCU Core – Arm Cortex-M33 Armv8-M core clocked at up to 216MHz with DSP instruction set and single-precision FPU; up to 316 DMIPS, CoreMark score: 694. Memory/Storage 128KB SRAM (80KB SRAM0 + 16KB SRAM1 + 32KB TCMSRAM) 256KB to 512KB on-chip flash, QSPI interface for external storage External memory controller (EXMC) […]