Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caite21/microcontroller-projects-and-simulations
- Owner: caite21
- Created: 2024-07-06T19:47:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:35:36.000Z (4 months ago)
- Last Synced: 2024-09-18T03:54:19.298Z (4 months ago)
- Language: C
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)