EsPiFF board combines ESP32 module with RP2040 MCU in the Raspberry Pi 4 form factor (Crowdfunding)

Raspberry Pi 4 SBC ESP32 RP2040 MCU

The EsPiFF board may look like a Raspberry Pi 4 Linux SBC but it is equipped with an ESP32-WROVER WiFi and Bluetooth module together with a Raspberry Pi RP2040 microcontroller that acts as a co-processor. The goal here is to provide a Raspberry Pi 4 replacement for applications that require higher reliability and even 24/7 operation without necessarily needing the processing power and multimedia capabilities of the Broadcom BCM2711 Arm processor found in the Pi or the versatility of a Linux operating system. EsPiFF board specifications: Wireless module – ESP32-WROVER module with dual-core ESP32-D0WDQ6 microcontroller with 2.4 GHz WiFi 4 and Bluetooth, 8 MB PSRAM and 16 MB flash Co-processor – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133 MHz with 16MB flash used to emulate the Raspberry Pi’s GPIOs on the 40-pin header Additional storage 2 KB of fast FRAM for permanent storage of process data. (faster […]

Starfish PnP machine control board combines Raspberry Pi RP2040 MCU with TMC2209 motor drivers

StarFish Raspberry Pi RP2040 PnP control board

We’ve already seen the Raspberry Pi RP2040 MCU in a 3D printer controller board, so it should come as no surprise that the dual-core microcontroller also found its way into a Pick-and-Place (PnP) machine control board. Designed by Thea Flowers, the Starfish board leverages the RP2040 MCU capabilities to control three Trinamic TMC2209 motor drivers, MOSFET drivers to control DC vacuum pumps, two vacuum sensors, and offer RS485 and I2C connectivity for feeders and peripherals respectively. Starfish specifications: MCU – Raspberry Pi RP2040 dual-core Cortex M0+ microcontroller at up to 133 MHz with 264 kB of embedded SRAM Storage – QSPI flash Motor drivers – 3x TMC2209 drivers for X, Y1, and Y2 MOSFETs – 2x MOSFETs to control the 2x vacuum pumps Valve drivers – 2x TI DRV120 single-channel relay, solenoid, and valve drivers to control two pneumatic solenoid valves Sensors – 2x CFSensor XGZP6857D I2C pressure sensor modules […]

Giveaway Week 2022 – Pico:ed Smart Cutebot Kit

Picoed Smart Cutebot Kit

The third prize of this year’s giveaway week comes courtesy of ELECFREAKS which offers a Cutebot Pico:ed kit based on the Pico:ed board with a Raspberry Pi RP2040 microcontroller and following BBC Micro:bit form factor. The kit also includes two high-speed motors to drive two wheels, ultrasonic & distance sensors, two RGB LED lights and clearance lamps on the bottom, two line-tracking probes, and an active buzzer used as a horn. It is powered by three AAA batteries. The company initially me asked me if I wanted to review the board/robot, but since I may not have the time to do so, I asked whether they wanted to be included in our yearly giveaway week which they accepted. The company provides instructions to program the robot with “Micro block” visual programming IDE, C++, and CircuitPython. You’ll find resources to get started and eight projects for the robot in the Wiki. […]

RP2040 firmware converts Raspberry Pi Pico into a an I2C to USB bridge

RP2040 firmware I2C USB bridge

Nicolai Electronics’ rp2040-ic2-interface open-source firmware for the Raspberry Pi Pico (or other Raspberry Pi RP2040 boards) converts the board into an I2C to USB bridge to connect any I2C sensor or module to a PC or other hardware without GPIOs. The firmware implements the USB protocol expected by the I2C-Tiny-USB kernel driver used by the original I2C-Tiny-USB project for Microchip ATMega 8-bit AVR microcontrollers. The RP2040 is however not a fork of the original project, but instead a complete re-implementation of the firmware. You’ll need to connect your I2C sensor, display, or another module to the SDA (GPIO 2) and SCL (GPIO 3) pins of the Raspberry Pi RP2040 microcontroller and flash the “pre-release” firmware to the board. You’ll find it together with the source code written in C language on GitHub. Note the project has a “proof of concept status” and more testing is needed to make sure that […]

Automation 2040 W board supports 6V to 40V I/Os, ships with Raspberry Pi Pico W

Automation 2040 Pi

Pimoroni Automation 2040 W is an industrial/automation controller based on the Raspberry Pi Pico W board that supports I/Os from 6V up to 40V and offers 2.4GHz WiFi 4 connectivity. The board offers plenty of interfaces including the ADC inputs, four digital inputs, three digital outputs, and three relays whose signals are all available through screw terminals, as well as two Qwiic/STEMMA QT connectors for further expansion. Automation 2040 W specifications: Controller – Raspberry Pi Pico W with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ 133 MHz with 264KB SRAM, 2MB flash, 802.11b/g/n WiFi 4 module I/Os 3x 12-bit ADC inputs up to 40V 4x digital inputs up to 40V 3x digital sourcing outputs at V+ (supply voltage) with 4A max continuous current 2A max current at 500Hz PWM 3x relays (NC and NO terminals) supporting 2A up to 24V, 1A up to 40V 3.5mm screw terminals for inputs and […]

Ubuntu 22.10 released with MicroPython and improved Raspberry Pi display support

Ubuntu 22.10 Raspberry Pi MicroPython

Canonical has just released Ubuntu 22.10 “Kinetic Kudu” with improved desktop usability and performance, upgrade enterprise management tooling, and tools to optimize developer workflows, but highlights most relevant to CNX Software readers are the inclusion of MicroPython and improved embedded display support for Raspberry Pi. It feels like Ubuntu 22.04 LTS was just recently outed, but six months have already passed and Ubuntu 22.10 interim release is out. Some of the generic changes include: Toolchain updates to Ruby, Go, GCC and Rust OpenSSH server (sshd) is only activated when an incoming connection request is received to lower the memory footprint on resource-constrained devices A new debuginfod service to help developers and admins debug programs shipped with Ubuntu Landscape 22.10 beta to run and manage Ubuntu server to desktop on most architectures including Arm and RISC-V GNOME 43 with GTK4 for improved performance and consistency. Pipewire audio platform with better Bluetooth […]

Making a weather station with Maker Pi Pico Mini board and SparkFun SerLCD display

Maker Pi Pico Mini Weather Station

Cytron’s Maker Pi Pico Mini comes with a Raspberry Pi Pico or Raspberry Pi Pico W microcontroller board. It has the same features as the larger Maker Pi Pico including a GPIO LED, WS2812B Neopixel RGB LED, a passive piezo buzzer, programmable push buttons, and a reset button. I would like to thank Cytron for sending the Maker Pi Pico Mini board fitted with a Raspberry Pi Pico W as well as a character RGB LCD and a 3.7V Lithium Polymer battery. In this tutorial, we will show how to make an Internet connected weather station with the Maker Pi Pico Mini board using Arduino code and the OpenWeather API. We’ve already covered the Maker Pi Pico Mini board, so we’ll have a closer look at the accessories SparkFun SerLCD character display The SparkFun SerLCD is a 16×2 character display with a Microchip ATmega328P microcontroller that handles commands sent from […]

Maker Pi Pico Mini adds battery, buzzer, GPIO LEDs to Raspberry Pi Pico (W)

Maker Pi Pico Mini

Cytron’s Maker Pi Pico Mini is an add-on board for the Raspberry Pi Pico and the latest Raspberry Pi Pico W with a battery port, GPIO status LEDs, a WS2812B Neopixel RGB LED, passive piezo buzzer, user and reset button, as well as “Maker” ports for expansion. It comes with most of the features found in the company’s Maker Pi Pico board, but in a much more compact form factor, since the add-on board is only slightly larger than the Raspberry Pi Pico to allow for soldering using the castellated holes. Maker Pi Pico Mini specifications: Fitted with Raspberry Pi Pico / Pico W LEDs – 6x Status indicator LEDs for GPIOs, 1x RGB LED (WS2812B Neopixel) Audio – 1x Passive piezo buzzer (to play musical tones or melody) Buttons – Reset and user buttons Expansion 3x Maker ports compatible with Qwiic and STEMMA QT, as well as Grove modules […]

EmbeddedTS embedded systems design