Bouffalo Lab BL616/BL618 RISC-V MCU supports WiFi 6, Bluetooth 5.2, and Zigbee

Sipeed BL616 module

Bouffalo Lab BL616/BL618 is a 32-bit RISC-V wireless microcontroller with support for 2.4 GHz WiFi 6, Bluetooth 5.2 dual-mode, and an 802.15.4 radio for Zigbee, Thread, and Matter designed for IoT applications. We first spotted the BL616 RISC-V IoT MCU during the BL602/BL606 announcement in November 2020, but we had virtually no additional information about it so far. It appears both BL616 and BL618 will be launched next month with the main difference between the two being that BL616 has 19 GPIOs and BL618 comes with 35 GPIOs. Bouffalo Lab BL616 and BL618 specifications: MCU core – 32-bit RISC-V CPU (RV32IMAFCP) @ up to 320 MHz with FPU and DSP, 32KB instruction cache & 16KB data cache VPU – MJPEG video encoder Memory – 480KB SRAM, 4KB HBN RAM, embedded 4 or 8MB pSRAM (optional) Storage – 128KB ROM, 4Kb eFuse, embedded 2, 4, or 8MB flash (optional), XIP QSPI […]

Sipeed LM4A – T-Head TH1520 RISC-V module to power Raspberry Pi 4 competitor and cluster board

RISC-V modules cluster board

Sipeed LM4A is a quad-core RISC-V system-on-module based on the T-Head TH1520 SoC found in the ROMA laptop and destinated to be found in a Raspberry Pi SBC competitor as well as a cluster board. The LM4A, which stands for Lichee Module 4 Model A, comes with 4GB to 16GB RAM, and up to 64GB flash, and connects to the carrier board through a 260-pin SO-DIMM connector. The TH1520 is one of the rare RISC-V SoCs with a 3D GPU, and the SBC based on LM4A has been shown to outperform the Raspberry Pi 4 in benchmarks as we’ll see below. Sipeed LM4A specifications: SoC – Alibaba T-Head TH1520 quad-core RISC-V Xuantie C910 (RV64GCV) processor @ 2.5 GHz, Xuantie C906 audio DSP @ 800 MHz, low power Xuantie E902 core, 50 GFLOPS Imagination 3D GPU, and 4 TOPS NPU System Memory – 4GB, 8GB, or 16GB RAM Storage – Optional […]

Sipeed Maix-III devkit features AXERA AX620A SoC for AI vision applications

Maix III Board

Sipeed Maix-III development kit is composed of a core board equipped with AXERA AX620A AI processor and a carrier board exposing several interfaces such as Ethernet, USB, and camera connectors. resources. As noted in our earlier article about the AXERA AX620A chip, it is a  quad-core Arm Cortex-A7 chip with an NPU offering a maximum of 14.4 TOPS @ INT4 or 3.6TOPSs @ INT8, and as such, this development board mainly targets AI vision applications. The board is an upgrade to the earlier Speed Maix II with an Allwinner V831 processor. Thanks to the low power consumption of the AXERA AX620A SoC, the Sipeed Maix-III board can be powered directly through its USB port as the system consumers 5W (5V@1A) with the carrier board, the system-on-module, WiFi, Ethernet, a camera, and a 5-inch display. Using the display does not require am additional heatsink or fan, nor does it require an […]

Sipeed M1s & M0sense – Low-cost BL808 & BL702 based AI modules (Crowdfunding)

Sipeed M1s & M0Sense

Sipeed has launched the M1s and M0Sense AI modules. Designed for AIoT application, the Sipeed M1s is based on the Bouffalo Lab BL808 32-bit/64-bit RISC-V wireless SoC with WiFi, Bluetooth, and an 802.15.4 radio for Zigbee support, as well as the BLAI-100 (Bouffalo Lab AI engine) NPU for video/audio detection and/or recognition. The Sipeed M0Sense targets TinyML applications with the Bouffa Lab BL702 32-bit microcontroller also offering WiFi, BLE, and Zigbee connectivity. Sipeed M1s AIoT module The Sipeed M1S is an update to the Kendryte K210-powered Sipeed M1 introduced several years ago. Sipeed M1s module specifications: SoC – Bouffalo Lab BL808 with CPU Alibaba T-head C906 64-bit RISC-V (RV64GCV+) core @ 480MHz Alibaba T-head E907 32-bit RISC-V (RV32GCP+) core @ 320MHz 32-bit RISC-V (RV32EMC) core @ 160 MHz Memory – 768KB SRAM and 64MB embedded PSRAM AI accelerator – NPU BLAI-100 (Bouffalo Lab AI engine) for video/audio detection/recognition delivering up […]

Sipeed MetaSense RGB ToF 3D depth cameras are made for MCUs & ROS Robots (Crowfunding)

Sipeed MetaSense RGB ToF 3D Depth Cameras

We’ve just written about the Arducam ToF camera to add depth sensing to Raspberry Pi, but there are now more choices, as Sipeed has just introduced its MetaSense ToF (Time-of-Flight) camera family for microcontrollers and robots running ROS with two models offering different sets of features and capabilities. The MetaSense A075V USB camera offers 320×240 depth resolution plus an extra RGB sensor, an IMU unit, and a CPU with built-in NPU that makes it ideal for ROS 1/2 robots, while the lower-end MetaSense A010 ToF camera offers up to 100×100 resolution, integrates a 1.14-inch LCD display to visualize depth data in real-time and can be connected to a microcontroller host, or even a Raspberry Pi, through UART or USB. MetaSense A075V specifications: SoC – Unnamed quad-core Arm Cortex-A7 processor @ 1.5 GHz with 0.4 TOPS NPU System Memory – 128 MB RAM Storage – 128MB flash Cameras 800×600 @ 30 […]

TinyMaix is a lightweight machine learning library for microcontrollers

TinyMaix machine learning Arduino

Sipeed TinyMaix open-source machine learning library is designed for microcontrollers, and lightweight enough to run on a Microchip ATmega328 MCU found in the Arduino UNO board and its many clones. Developed during a weekend hackathon, the core code of TinyMax is about 400 lines long, with a binary size of about 3KB, and low RAM usage, enabling it to run the MNIST handwritten digit classification on an ATmega320 MCU with just 2KB SRAM and 32KB flash. TinyMax highlights Small footprint Core code is less than 400 lines (tm_layers.c+tm_model.c+arch_O0.h), code .text section less than 3KB Low RAM consumption, with the MNIST classification running on less than 1KB RAM Support INT8/FP32 model, convert from keras h5 or tflite. Support multi-architecture acceleration: ARM SIMD/NEON, MVEI, RV32P, RV64V (32-bit & 64-bit RISC-V vector extensions) User-friendly interfaces, just load/run models Supports full static memory config MaixHub Online Model Training support coming soon Sipeed says there […]

Sipeed Lichee RV Dock Pro RISC-V SBC adds MIPI/RGB LCD connector, dual MIC, and BL702 JTAG+UART debugger

Sipeed Lichee RV Dock Pro Allwinner D1 RISC-V Development Board

Sipeed has launched the Lichee RV Dock Pro kit for the company’s Lichee RV Allwinner D1 RISC-V module that builds on the earlier Lichee RV Dock carrier board and adds a MIPI/RGB LCD connector, two built-in microphones, as well as an on-board JTAG+UART debugger based on Bouffalo Lab BL702 microcontroller. Lichee RV Dock Pro specifications (preliminary) which changes in bold or strikethrough: Supported system-on-module (SoM) – Lichee RV module with Allwinner D1 RISC-V processor @ 1 GHz, 512MB DDR3, MicroSD card slot, and USB Type-C OTG port Storage – Optional SPI flash Display interfaces HDMI port up to 4Kp30 MIPI LCD/RGB interface for up to 720p30 display Audio – 3W power amplifier, 2x analog microphone, support for 6-mic array via expansion Connectivity – WiFi 4 and Bluetooth 4.2 via Realtek RTL8723 wireless module with ceramic antenna, IPEX antenna connector USB – 1x USB Type-A port adding to the USB-C OTG […]

Lichee RV-86 RISC-V Linux 4-inch panel targets home automation, HMI applications

Lichee RV-86 Panel

When Sipeed first introduced the Lichee RV module with Allwinner D1 RISC-V SoC last November, they also teased the Lichee RV-86, an “86 Box” with a 4-inch 480×480 touchscreen display, an XR829 WiFi and Bluetooth module, Ethernet (via USB), two microphones, a GPIO header, and support for WAFT (WebAssembly Framework for Things). I’ve just noticed the Lichee RV-86 has been for sale for several months, so it may be interesting to have a closer look, and now there’s also an option to get a 720×720 touchscreen display. Lichee RV-86 specifications: SoM – Sipeed Lichee RV Nezha compute module with Allwinner D1 RISC-V processor @ 1 GHz, 512MB or 1GB DDR3, microSD card slot, and USB Type-C OTG port Display 4-inch 480×480 IPS capacitive touch screen OR 4-inch 720×720 IPS capacitive touch screen It is also possible to connect an 8-inch 1280*800 IPS capacitive touch screen to the board Audio – […]

Exit mobile version