We previously noted that Raspberry Pi showcased a Raspberry Pi Zero 2W with a Raspberry Pi AI camera based on a Sony IMX500 intelligent vision sensor at Embedded World 2024, but it was not available at the time. The good news is that the Raspberry Pi AI camera is now available for $70 from your favorite distributor. This follows the launch of the more powerful Raspberry Pi AI Kit designed for the Raspberry Pi 5 with a 13 TOPS Hailo-8L NPU connected through PCIe. The AI camera based on a Sony IMX500 AI camera sensor assisted by a Raspberry Pi RP2040 to handle neural network and firmware management is less powerful, but can still perform many of the same tasks including object detection and body segmentation, and works on any Raspberry Pi board with a MIPI CSI connector, while the AI Kit only works on the latest Pi 5 board. […]
Radxa X4 review – An Intel N100 alternative to Raspberry Pi 5 tested with Ubuntu 24.04
We already looked at the Radxa X4 kit featuring an Intel N100 SBC with a design similar to the Raspberry Pi 5 and accessories including a Radxa Power PD 30W power adapter, an NVMe SSD, and a USB-C to USB-C cable, in the first part of the review, before installing Ubuntu 24.04 on the board.
In the second part of the review, we will test Ubuntu 24.04 in more detail with some benchmarks and power consumption measurements to show how well it works (or not) compared to a Raspberry Pi 5. We will also test the 40-pin GPIO header on the Radxa X4 controlled through a Raspberry Pi RP2040 microcontroller.
Adafruit Feather RP2350 board with HSTX port enables video output and display interfaces
“Adafruit Feather RP2350 with HSTX port” is a Raspberry Pi RP2350 MCU development board that features an onboard 22-pin high-speed serial transmit interface (HSTX) port. The board also features a built-in 200mA+ LiPo charger, an RGB LED, a STEMMA QT connector, and a USB Type-C port for power and programming. The board is compatible with FeatherWings and supports development with various programming languages. These features make this board suitable for a wide range of applications, from embedded projects and IoT devices to educational purposes and prototyping. Previously we have covered a variety of RP2350-powered development boards, including the MOTION 2350 Pro, designed for robotics and motor control; the Solder Party’s RP2350 Stamp, ideal for space-constrained applications; and the WIZnet Raspberry Pi RP2350 boards designed for IoT and internet-connected applications. Feel free to check those out if you want to take a look at some of the unique development boards. Adafruit […]
Raspberry Pi RP2350 dev board features Ethernet RJ45 port with WIZNet W5500 or W5100S Ethernet controller
WIZnet has recently launched two new Raspberry Pi RP2350-based Ethernet boards – W5100S-EVB-Pico2 and W5500-EVB-Pico2 – based on different Ethernet controllers. The entry-level W5100S-EVB-Pico2 is built around the W5100S controller that features 4 independent sockets and 16 Kbytes of buffer memory. On the other hand, the W5500-EVB-Pico2 is built around the W5500, which features 8 sockets, 32 Kbytes of buffer memory, and improved security features such as OTP memory, Secure Boot, and Arm TrustZone technology. These make the W5500-EVB-Pico2 ideal for projects with robust network handling and advanced security measures. After the recent announcement of the $5 Raspberry Pi Pico 2 we have seen many development boards built around the RP2350 MCU, including the Challenger+ RP2350 WiFi6/BLE5, the Solder Party’s RP2350 Stamp, the Seeed Studio XIAO RP2350, the Cytron MOTION 2350 Pro, and more. Feel free to check those out If you are interested in RP2350-based dev boards. W5100S-EVB-Pico2 and […]
Cytron IRIV IO Controller – A Raspberry Pi RP2350-based industrial I/O controller
Cytron IRIV IO Controller is an “Industrial Revolution 4.0” (or Industry 4.0) controller based on the Raspberry Pi RP2350 microcontroller that comes with an Ethernet port implemented through the W5500 chipset, and several isolated interfaces such as DI and DO up to 50V, two analog inputs, and RS232 and RS485 serial interfaces accessible through terminal blocks. Last year, the company introduced the Cytron IRIV PiControl industrial controller based on the Raspberry Pi CM4 module, and the IRIV IO Controller is a much cheaper solution using a subset of the features and a design that looks similar. IRIV IO Controller specifications: Microcontroller – Raspberry Pi RP2350A CPU Dual-core Arm Cortex-M33 @150MHz with Arm Trustzone for secure boot Dual-core 32-bit Hazard3 RISC-V @ 150MHz Up to two cores can be used at the same time Memory – 520 KB on-chip SRAM in 10 banks Storage – 2MB flash memory Networking – 10/100M […]
Arduino CLI 1.0 released – Let’s try it with the Raspberry Pi Pico 2
Arduino has just announced the release of the Arduino CLI version 1.0.0, the first stable release for which users and developers can be confident the software API won’t change over time, or at least with minimal changes that will not impact the workflow of applications based on it. We first looked at the Arduino CLI when it was still at the alpha stage way back in 2018. Arduino CLI version 1.0.0 was actually quietly released about two months ago, but Arduino only announced it now and the utility is now at version 1.0.4 with several bug fixes. Arduino CLI 1.0 release The goal of the API is to easily program the boards from the command line without having to use the Arduino IDE, and the CLI can be integrated into your own script to automatize various processes. Arduino explains there are three ways to integrate and utilize the capabilities of […]
MIKRIK V2 Robot Car is an entry-level, open-source robotics kit built for ROS and 3D computer vision
The MIKRIK V2 Robot Car is an open-source robotics kit for studying 3D computer vision and is compatible with both ROS1 and ROS2 software suites. The two-wheel-drive robot is powered by a Raspberry Pi 4 Model B (as a ROS1 differential drive controller) and a more powerful x86 or ARM single-board computer that can support ROS2 applications like the LattePanda Delta 3, Intel NUC, or NVIDIA Jetson Nano. The robot car uses the Intel Realsense D435i camera for 3D depth vision. It is a less expensive alternative to the iRobot Create, Husarion, and TurtleBot, and compares favorably with NVIDIA’s open-source JetBot AI robot platform. The robot car’s chassis is squared-off and made from shatterproof flex plastic. The CAD files are available on GitHub for self-assembly using a laser cutter and a 3D printer. The assembly and setup process is documented on the Hackster project page. On the software end, it […]
How to recover a “bricked” Raspberry Pi Pico 2 or other RP2350 board
In theory, it’s close to impossible to brick your Raspberry Pi Pico 2 or other RP2350 boards because the bootrom code (source code) is stored in the 32KB ROM of the microcontroller and is by definition “read-only memory”. But I managed to “brick” my Raspberry Pi Pico 2 the other day, and even a blinky sample would not run on the board. So I’ll explain a simple method to recover/perform a factory reset of sorts. First, let me explain what happened. My board became unusable after I ran the following command while building RISC-V Linux for RP2035 and my Pico 2 was connected to the build machine:
1 |
make flash-kernel |
At some point, it will copy a UF2 firmware binary designed for boards with PSRAM which the Raspberry Pi Pico 2 lacks:
1 |
cp build/psram-bootloader.uf2 "/media/jaufranc/RP2350"/ |
After that, I could still see the Raspberry Pi Pico 2 board as an “RP2350” drive on my computer, […]