ANAVI Macro Pad 10 & Knobs input devices run KMK firmware on Raspberry Pi RP2040 (Crowdfunding)

ANAVI Macro Pad 10 Knobs

ANAVI Macro Pad 10, Knobs 3, and Knob 1 are open-source hardware input devices based on the Raspberry Pi RP2040-powered Xiao RP2040 mini module, and equipped with mechanical keys and/or rotary encoders Leon Anavi has some experience under his belt with the earlier Macro Pad 2 and Macro Pad 8 open-source keypads with mechanical keys running QMK open-source firmware on a Microchip 8-bit microcontroller. The new models switch the MCU to the Raspberry Pi RP2040 and to KMK open-source firmware written in CircuitPython. ANAVI Macro Pad 10 specifications: MCU module – Seeed Studio XIAO RP2040 with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133 Mhz with 264KB SRAM, 2MB SPI flash, USB Type-C port Inputs – Rotary encoder with clickable switch and nine hot-swappable Cherry MX-style switches Keys – 9x Gateron red, linear, non-clicky mechanical switches and transparent keycaps with yellow LED backlighting Host interface – USB Type-C […]

Raspberry Pi RP2040 gets into BBC Micro:bit lookalike board

Raspberry Pi RP2040 BBC Micro:bit board

ELECFREAKS Pico:ed V2 is a Raspberry Pi RP2040 board heavily inspired by the BBC Micro:bit with an edge connector exposing rings suitable for crocodile clips, a 17×7 LED matrix display, and designed for the classroom. We’ve seen several BBC Micro:bit clones – or rather adaptations – over the years with boards such as the SiFive Learn Inventor, Elecrow Mbits, and  HiHope “Big Brother” board. The Pico:ed V2 adds to the list, and the main differences are that it is based on the Raspberry Pi RP2040 microcontroller instead, and does not come with wireless connectivity relying on a USB interface only. ELECFREAKS Pico:ed V2 specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133Mhz with 264kB of SRAM Storage – 2MB QSPI flash Display – 17×7 dot-matrix display USB – 1x micro USB 1.1 port for power, data, and programming I/Os 25-pin notched “Wavy” connector with up to […]

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

Femto is a tiny 12x12mm Raspberry Pi RP2040 module

Femto Raspberry Pi RP2040 module

Mirek Folejewski has designed the ridiculously tiny Femto module based on the Raspberry Pi RP2040 microcontroller with a size of just 12x12mm, and still including an SPI flash, a crystal, and a few passive components. We’ve previously covered some really tiny RP2040 boards with the Pimoroni Tiny 2040 and Adafruit QT Py RP2040 boards, as well as the RP2040 Stamp module, but the 12x12mm Femto module is about a quarter of the size of 25x25mm RP2040 Stamp. Femto specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller @ up to 133Mhz with 264kB of SRAM Storage – 4 to 64Mbit QSPI flash I/O – 30 GPIO pins, Reset and BOOTSEL signals, etc… exposed through a frame (See below) Misc – Status LED, 12MHz crystal oscillator, decoupling capacitors Dimensions – 12 x 12mm The board is comprised of two parts: the module itself (aka mainboard) with the Raspberry Pi RP2040 microcontroller […]

Elecrow’s Raspberry Pi Pico Advanced Kit ships with 32 electronics modules, 32 project tutorials

Raspberry Pi Pico Advanced Kit

We’ve just reviewed the Raspberry Pi 4-powered CrowPi L laptop and Crowtail Starter kit used to teach programming and electronics, but Elecrow has now launched the “Raspberry Pi Pico Advanced Kit” with 32 electronics modules, a smart kit car, and 32 tutorials that should be a more affordable way of teaching electronics and programming. However, it does so in a different way, as instead of using visual programming and Python, the Raspberry Pi Pico Advanced Kit’s lessons rely on MicroPython, and the projects are different with for example parts to build an obstacle avoidance, line tracking, or remote controlled car.   Package content: Optional Raspberry Pi Pico board with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller Breadboards 2x 400 holes solderless breadboards 1x 170 holes solderless breadboard Display modules 1602 LCD display module (Blue) OLED module 4-bit digital LED display module Lights 10x 5mm LEDs in green, red, blue, yellow, and […]

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

can2040 project adds software CAN bus to Raspberry Pi RP2040 microcontroller

Raspberry Pi RP2040 can2040 software CAN Bus

The can2040 project is a software CAN bus implementation for the Raspberry Pi RP2040 microcontroller that leverages programmable I/Os (PIO) to achieve reading and writing CAN 2.0B data frames at rates up to 1Mbit per second. Kevin O’Connor, the developer of the project, further explains the implementation uses only one of the two RP2040 PIO hardware blocks, so it is possible for a single Raspberry Pi RP2040 chip to have two separate CAN bus interfaces. Some processing also happens on one of the Arm Cortex-M0+ cores of the microcontroller with the processing time dependent on the amount of bus traffic, and a fully saturated CAN bus at the fastest supported rate of 1Mbit/s may use up to around 30% of that core when clocked at 125MHz, so that should still leave plenty of room for other tasks that may run on the system. I could not find any information about […]

Pixel Pump is an open-source, manual pick-and-place machine (Crowdfunding)

Pixel Pump pick-and-place machine

Pixel Pump is an open-source hardware vacuum pump that should be easier to use than a pair of tweezers to pick and place SMT components, and suitable for prototypes and small production runs. The system comes with a pen with five exchangeable stainless-steel nozzles to match the size of components, a foot pedal, and several tactile silicone buttons with RGB backlighting to control the unit. The button on the unit (customized parts bought from Alibaba) allows you to change operation modes, switch between high- and low-power settings, or activate reverse mode to clean your nozzle. It’s also possible to configure vacuum power and LED brightness with the buttons. The foot pedal is used to control the vacuum pump to pick up and release the components. A serviceable air filter is also integrated into the design to protect the vacuum pump and valves from debris. Robin Reiter, Pixel Pump’s designer, explains […]

Exit mobile version
UP 7000 x86 SBC