Interesting Embedded Projects on GitHub

Flip-card is a project that combines hardware design (using Raspberry Pi RP2350 as the main controller, 21*22 LED matrix) and software implementation, aimed at displaying fluid simulation (FLIP) effects through a business card-sized device.

This project utilizes existing fluid simulation algorithms (FLIP) and hardware design, achieving high-performance firmware implemented in the Rust programming language, with all functionalities centered around the Embassy framework, which is also the most convenient way to get started with embedded Rust.

Animation effects

Interesting Embedded Projects on GitHubInteresting Embedded Projects on GitHub

GitHub link

https://github.com/Nicholas-L-Johnson/flip-card/

Project author: Nick Johnson

The PCB design files are located in the “kicad-pcb” folder, and the fluid simulation logic is included in the “fluid_sim_crate” folder.

In terms of details: the fluid simulation is based on Matthias Müller’s FLIP algorithm, and the rechargeable battery design references cnlohr’s tiny touch lcd project, with firmware optimized for the RP2350 microcontroller.

Hardware schematics

Interesting Embedded Projects on GitHubInteresting Embedded Projects on GitHub

PCBA images

Interesting Embedded Projects on GitHubInteresting Embedded Projects on GitHubInteresting Embedded Projects on GitHub

I previously recommended a fluid pendant project, a creative embedded project similar to this one, featuring a high level of completion.

—— digital fluid simulation jewelry that flows like water.

Everyone is welcome to share interesting projects and ideas in the comments!

Follow the WeChat public account “Embedded Talk” to learn more about interesting embedded information. Thank you for your likes and support.

Leave a Comment