Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caite21/microcontroller-projects-and-simulations

Collection of Raspberry Pi/STM32/Arduino Projects Simulated Online with Wokwi
https://github.com/caite21/microcontroller-projects-and-simulations

Last synced: about 2 months ago
JSON representation

Collection of Raspberry Pi/STM32/Arduino Projects Simulated Online with Wokwi

Awesome Lists containing this project

README

        

# Microcontroller-Projects-and-Simulations
You can interact with the simulations by clicking the green play button in the top left corner!

Also see [STM32L412KB-UART](https://github.com/caite21/STM32L412KB-UART) for another STM32 Nucleo project.

## [Raspberry Pi Pico LED Multiplexing Circuits](https://wokwi.com/projects/402600052539404289) 📁
This project showcases two LED control circuits using the Raspberry Pi Pico C SDK. The top circuit illustrates Charlieplexing (tristate multiplexing), while the bottom circuit demonstrates traditional multiplexing. Two debounced push buttons trigger interrupts to change the LED lighting patterns.

[![Simulation Link](led-multiplexing/led-simulation.png?raw=true "LED Multiplexing Simulation")](https://wokwi.com/projects/402600052539404289)

## [STM32 Nucleo-L031KB SPI LCDs](https://wokwi.com/projects/407508354951961601) 📁
This project uses SPI to draw on 2 LCDs.

[![Simulation Link](SPI-LCDs/spi-lcds-simulation.png?raw=true "SPI LCDs Simulation")](https://wokwi.com/projects/407508354951961601)