Arduino CLI 1.0 released – Let’s try it with the Raspberry Pi Pico 2

Arduino CLI 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

MIKRIK V2 open source robotics kit

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

Recover Bricked Raspberry Pi Pico 2 or RP2350 board with flash_nuke.uf2

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:

At some point, it will copy a UF2 firmware binary designed for boards with PSRAM which the Raspberry Pi Pico 2 lacks:

After that, I could still see the Raspberry Pi Pico 2 board as an “RP2350” drive on my computer, […]

Using RISC-V cores on the Raspberry Pi Pico 2 board and RP2350 MCU – From blinking an LED to building Linux

Raspberry Pi Pico 2 RP2350 RISC-V review

Raspberry Pi Pico 2 was released last month with a Raspberry Pi RP2350 microcontroller equipped with two Arm Cortex-M33 cores and two 32-bit RISC-V “Hazard3” cores with up to two cores usable at any time. So in this guide, we’ll show how to use the RISC-V cores on the RP2350 MCU, compare their performance against the Arm Cortex-M33 cores, and even build Linux for RISC-V for RP2350 boards that have PSRAM. Apart from the extra memory and more powerful cores, plus new features related to security and the HSTX interface, the Raspberry Pi Pico 2 and Pico will be very similar to the end user and the instructions in our article “Getting Started with Raspberry Pi Pico using MicroPython and C” remain valid. I don’t think there’s a MicroPython RISC-V image yet, so we’ll focus on running C programs on the RISC-V cores. A quick check with the Arm cores […]

Edgeberry allows you to build and manage Raspberry Pi IoT Edge devices

Edgeberry fully assembled

The EdgeBerry is an open-source platform that comprises a base board, hardware cartridges, and software for building Raspberry Pi IoT Edge solutions designed by Belgium-based maker, Sanne Santens. The Edgeberry Base Board is the primary printed circuit board that connects all the other components to the Raspberry Pi. While it is not a HAT (Hardware Attached on Top), it plugs into the GPIO header on the Pi and provides certain interfaces and features that make it easier to use your Raspberry Pi as an IoT Edge device and deploy it in the real world. Unused GPIO pins are exposed on the expansion slot for Edgeberry Hardware Cartridges. Edgeberry Base Board specifications: 40-pin GPIO connector for interfacing with the Raspberry Pi Expansion slot for connecting Edgeberry Hardware Cartridges Misc – Buzzer, Bi-color LED, Button 3A step-down converter 12V DC power jack A unique advantage of the Edgeberry platform is the ability […]

EDATEC ED-SBC2300 – A Raspberry Pi CM4-powered industrial Mini-ITX motherboard

EDATEC ED SBC2300 Raspberry Pi CM4 powered Mini ITX Industrial Motherboard

The EDATEC ED-SBC2300 is an industrial mini-ITX motherboard built around the Raspberry Pi CM4. The motherboard offers various storage options including eMMC flash, microSD card, and mSATA SSD. It supports dual displays (HDMI + LVDS or HDMI + eDP with touchscreen), offers diverse connectivity with USB, GbE port, RS232, RS485, and GPIO, and boasts integrated security features like RTC, EEPROM, and crypto authentication. The board supports a wide 9V-36V DC power input and PoE is also an option through an add-on board. With its compact size, flexible I/O, and industrial-grade features, the ED-SBC2300 series suits applications like kiosks, digital signage, industrial automation, and IoT devices. Previously we have written about similar products from EDATEC including the RPI CM4-based industrial computer, the EDATEC ED-HMI2320-156C fanless panel PC, and the EDATEC ED-HMI2120-101C, also an industrial panel PC with an 10.1-inch capacitive touchscreen. Feel free to check those out if you are interested […]

Raspberry Pi Pico Arduino core 4.0 adds support for RP2350 boards

Raspberry Pi RP2350 Arduino

Earle F. Philhower, III has just released the Raspberry Pi Pico Arduino core 4.0 with support for a range of Raspberry Pi RP2350 boards beside the official Raspberry Pi Pico 2. Shortly after the RP2040-based Raspberry Pi Pico board was released, we got two Arduino SDKs, the first being the community-supported Raspberry Pi Pico Arduino core maintained by Earle, and the second being the official Arduino Core Mbed 2.0 for boards as such as Arduino Nano Connect RP2040. We are again likely to have two Arduino SDKs for the RP2350 starting with the Raspberry Pi Pico Arduino core. Key changes in Raspberry Pi Pico Arduino core 4.0: Adds Raspberry Pi RP2350 support (Arm only; RISC-V cores are not supported at this stage) Migrates to Pico SDK 2.0 since it is required for RP2350 support and includes a new OpenOCD and Picotool. Tested features: SPI, I2C, LittleFS, EEPROM, PWMAudio, LWIP-based networking, […]

Comparison of Raspberry Pi 5 with 2GB and 8GB RAM – Hardware, benchmarks, and power consumption

Raspberry Pi 5 2GB vs 8GB RAM

The Raspberry Pi 5 with 2GB RAM was launched last week, and since I got a sample for review, I decided to compare it to the Raspberry Pi 5 with 8GB RAM to see if I could find any noticeable differences between the two boards. I’ll start with a visual inspection to show differences on the PCBA, then check system information, run some benchmarks, check power consumption, and finally try to open as many tabs in Firefox until the 2GB RAM is filled and the system becomes unusable. Raspberry Pi 5 2GB vs Raspberry Pi 8GB – visual inspection We should first have a quick look at the boards and packages there’s no obvious difference apart from seeing 2GB RAM and 8GB RAM on the respective packages. But if we look closer, we can see the resistors for memory capacity detection are in different locations for “2G” and “8G”, and […]

Exit mobile version
EmbeddedTS embedded systems design