DIY Raspberry Pi Mac: Recreate a 40-Year-Old Computer for Under $40

DIY Raspberry Pi Mac: Recreate a 40-Year-Old Computer for Under $40

The origin of this project stems from a discussion about the RP2040 MCU (the first microcontroller from Raspberry Pi). At the time, we were discussing how to build a simple desktop/graphical user interface for the RP2040 MCU, and I casually mentioned, “Why not just run some old operating systems?” After saying that, I suddenly thought … Read more

Fifth Generation Hollow Clock Made with RP2040

Fifth Generation Hollow Clock Made with RP2040

MAKER: Shiura /Translated by: Qu Wujin The fifth generation of the “Hollow Clock” is a comprehensive improvement and refinement based on previous versions. This clock features a thinner and cleaner ring design (only 7mm), complete with scale markings. Its appearance has almost no exposed screw heads (except for the center of the hands), making the … Read more

Create a Colorful Glowing Cube Based on Raspberry Pi RP2040

Create a Colorful Glowing Cube Based on Raspberry Pi RP2040

MAKER:DIY GUY Chris/Translated by: 趣无尽 The six faces of this colorful glowing cube are made up of a 5 X 5 WS2812 LED matrix, with each face connected through reserved soldering points. Each matrix plane is driven by an RP2040 chip, and theoretically, you can enlarge this cube and increase the number of cubes to … Read more

Simulating MicroPython Programs in Proteus

Simulating MicroPython Programs in Proteus

As many may know, Proteus is an EDA software that supports the simulation of microcontrollers. It has previously been used to simulate 51, AVR, PIC, MSP430, etc. Over time, it has gradually added support for Arduino, Raspberry Pi, and STM32. In the latest version (v8.17 sp4), Proteus has started to support MicroPython simulation. Below, I … Read more

Open Source 24-Channel 100M Logic Analyzer Based on Raspberry Pi

Open Source 24-Channel 100M Logic Analyzer Based on Raspberry Pi

Foreign netizen EL Dr.Guaman has open-sourced a logic analyzer based on the Raspberry Pi microcontroller RP2040, supporting 24 channels and a sampling rate of 100Msps with a 32k sample depth. Friends interested can DIY one themselves. Link: https://github.com/gusmanb/logicanalyzer Cloud Drive: https://pan.baidu.com/s/1MTNOwyy6hNHl1GCi6TGPdQ?pwd=hp6a Extraction Code: hp6a 1. Hardware The hardware is very simple, using only one microcontroller … Read more

Quickly Build a 100MHz Logic Analyzer Using μLA

Quickly Build a 100MHz Logic Analyzer Using μLA

μLA (Micro Logic Analyzer) is a SUMP/OLS compatible logic analyzer firmware based on the RP2040 board. By using this firmware, you can quickly turn a Raspberry Pi Pico (or any RP2040 board) into a simple logic analyzer. Github Link: https://github.com/dotcypress/ula Features: 16 Channels 100 MHz Sampling Rate, 1 sample per second tick 200KB Sampling Storage … Read more

DIY Logic Analyzer Using RP2040 for Just 9.9 Yuan

DIY Logic Analyzer Using RP2040 for Just 9.9 Yuan

Logic Analyzer is an instrument that analyzes the logical timing of digital signals, capable of precisely capturing and displaying multiple digital signals, providing signal timing, protocol analysis, and other functions. It is also one of the most commonly used tools for embedded engineers in daily development. Now, we can use the Haozhe RP2040 development board … Read more

Build a 100MHz Logic Analyzer in Minutes

Build a 100MHz Logic Analyzer in Minutes

Click the blue text to follow us Follow and star our public account for exciting content delivered daily Source: Online materials Build a 100MHz Logic Analyzer in Minutes Transform a Raspberry Pi Pico (or any RP2040 board) into a simple logic analyzer in just 5 minutes. Introduction A logic analyzer is an electronic instrument that … Read more

Build a 100MHz Logic Analyzer with Raspberry Pi Pico

Build a 100MHz Logic Analyzer with Raspberry Pi Pico

Build a 100MHz Logic Analyzer with Raspberry Pi Pico Transform a Raspberry Pi Pico (or any RP2040 board) into a simple logic analyzer in just 5 minutes. Introduction A logic analyzer is an electronic instrument that captures and displays multiple signals from digital systems or circuits. It can convert captured data into timing diagrams, protocol … Read more

Building a Logic Analyzer Using FPGA – USB2.0 Version

Building a Logic Analyzer Using FPGA - USB2.0 Version

In a previous article, we introduced a logic analyzer built using a serial port. Today, we will discuss a logic analyzer based on USB2.0+FPGA. Before we begin, let’s introduce a logic analyzer’s host software – sigrok. Without good host software, even if the hardware is built, the experience will not be good. sigrok Here is … Read more