$5.5 Banana Pi BPI-PicoW-S3 ESP32-S3 board follows Raspberry Pi Pico W form factor

Banana Pi BPI-PicoW-S3 Raspberry Pi Pico W alternative

Banana Pi’s BPI-PicoW-S3 is a development board following the Raspberry Pi Pico W form factor, but based on Espressif System ESP32-S3 dual-core microcontroller offering both WiFi 4 and Bluetooth LE connectivity. The Raspberry Pi SBCs have inspired many designs, but the Raspberry Pi Pico MCU boards less so. So far, I had only seen the WeAct RP2040 board with the same layout except for a USB Type-C port and a 16MB flash. But the Banana Pi BPI-PicoW-S3 provides a direct alternative to the Raspberry Pi Pico W with a more powerful microcontroller, vector instructions for AI acceleration, BLE, and about the same price at $5.5 plus shipping. Let’s see how the BPI-PicoW-S3 specifications compare to the ones of the Raspberry Pi Pico W in the table below. While the power signal (5V, 3.3V, GND) and GPIO numbers are the same on both boards, there are a few variations here and […]

OpenHarmony development board borrows BBC Micro:bit edge connector

OpenHarmony development board BBC micro bit

HopeRun’s HiHope development board features a HiSilicon Hi3861V100 32-bit RISC-V microcontroller compatible with OpenHarmony OS and looks very much like the BBC Micro:bit educational board notably with its edge connector. The board is also designed for youth education (in China) and comes with similar sensors, but there are some differences such as a 0.96-inch OLED instead of an LED matrix and support for offline voice recognition. There’s no wireless connectivity apart from NFC support. HiHope board specifications: MCU – HiSilicon Hi3861 32-bit microcontroller @ up to 160 MHz with 352 KB SRAM and 288 KB ROM, 2 MB flash memory Display – 0.96-inch OLED display with 128×64 resolution (SSD1306) Connectivity – NFC with R/W mode, card emulation,  and bidirectional mode USB – 1x USB Type-C port for power and programming Sensors – Temperature & humidity sensor, light sensor, microphone, 6-axis motion sensor Expansion – Edge connector with 5x rings (3x […]

Beetle RP2040 is a tiny Raspberry Pi RP2040 board with easily solderable pads

Beetle RP2040 Mini

DFRobot Beetle RP2040 joins other miniature Raspberry Pi RP2040 developments boards such as Pimoroni Tiny 2040 & Adafruit QT Py RP2040, but with only eight GPIOs accessible through larger pads that are easier to solder. The tiny 27 x 20 mm board comes with a USB Type-C port, BOOT and reset buttons, and twelves pads with a through hole each comprised of eight GPIOs, plus VCC, 3.3V, and GNS pads. The Beetle RP2040 is designed to be embedded into small devices or projects, and the company selected I/Os that can be configured as I2C, UART, SPI, GPIOs, analog input, etc… Beetle RP2040 specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller@ up to 133Mhz with 264kB of SRAM Storage – 2MB QSPI flash USB – USB 1.1 Type-C port for power, data, and programming I/Os 12x golden pads with through hole for 8x I/Os pins enabling up to 2x I2C, […]

Silicon Labs FG25 Arm Cortex-M33 SoC targets Wi-SUN FAN networks

Silicon Labs FG25 Wi SUN microcontroller

Silicon Labs announced various new products at its annual Works With Developer Conference including the FG25 Arm Cortex-M33 SoC designed for sub-GHz Wi-SUN FAN networks for Smart Cities and applications such as smart metering, street lighting, electricity distribution automation, municipal infrastructure, and more. The microcontroller runs at up to 97.5 MHz, features 512KB RAM and up to 1920 KB flash, operates at up to 125°C, consumes as little as 2.6 μA in deep sleep mode, and can offer a range of up to 3 km when used in combination with the new EFF01x front-end module delivering up to +30 dBm output power. Silicon Labs FG25 (EFR32FG25) specifications: CPU core – Arm Cortex-M33 core @ 97.5 MHz with DSP instruction and floating-point unit for signal processing Memory – Up to 512 kB RAM data memory Storage – Up to 1920 kB flash program memory Radio Sub-GHz radio operation TX power up […]

ESP-Hosted simplifies adding WiFi connectivity to legacy Linux or MCU-based products

ESP-Hosted

Most of the ESP8266 and ESP32 projects and products we cover here use the Espressif microcontroller as the main chip, but ESP8266 started as a WiFi module meant to be controlled with AT commands from a host device. But there are still “legacy” products that may benefit from connecting to the cloud, and Espressif introduced the ESP-Hosted for that purpose in 2020, and recently released a next-generation ESP-Hosted solution (ESP-Hosted-NG) specifically for Linux hosts. The solution is available in two variants: ESP-Hosted-FG (First generation) exposing an Ethernet interface to the host and suitable for microcontrollers and Linux hosts, and the ESP-Hosted-NG presenting an 802.11 network interface and designed for Linux hosts only. Both solutions include ESP32 firmware and a host driver running on the legacy system. Espressif Systems recommends using ESP-Hosted-FG on an MCU host, and ESP-Hosted-NG on a Linux host in order to benefit from Linux user space applications/services […]

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

EncroPi – A Raspberry Pi RP2040 USB key to read, encrypt & store data (Crowdfunding)

RP2040 USB Key

SB Components’ EncroPi is a USB key based on the Raspberry Pi RP2040 microcontroller that can be used to log data, encrypt data, or as a secure key, and it also features a DS3231 real-time clock with a backup battery to store the data and time. The USB key also comes with a small 1.14-inch color display to display information such as time and date, and should be programmable like the Raspberry Pi Pico with MicroPython or C/C++. All photo shows a USB Type-A port, but based on user feedback the company will also make a USB Type-C version. EncroPi specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ 133 MHz with 264KB SRAM Storage – QSPI flash, MicroSD card slot Display – 1.14-inch color LCD with 240 x 135 resolution USB – 1x USB 2.0 Type-A or Type-C port (should it be USB 1.1 instead?) Misc – Boot […]

EDATEC Raspberry Pi 5 fanless case