Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andypiper/stackypi-style
Examples and lessons learned about the StackyPi RP2040 board
https://github.com/andypiper/stackypi-style
micropython rp2040 stackypi
Last synced: 10 days ago
JSON representation
Examples and lessons learned about the StackyPi RP2040 board
- Host: GitHub
- URL: https://github.com/andypiper/stackypi-style
- Owner: andypiper
- License: mit
- Created: 2022-04-23T21:32:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T13:59:57.000Z (over 2 years ago)
- Last Synced: 2024-12-06T08:34:10.948Z (20 days ago)
- Topics: micropython, rp2040, stackypi
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# "StackyPi Style"
This repository documents lessons learned about the [StackyPi RP2040 board from SB Components](https://shop.sb-components.co.uk/products/stackypi?_pos=1&_sid=7ecd982d7&_ss=r).
It also contains example code for driving various components of the board.
A goal would be to build a MicroPython definition that makes the board easy to use, as well as to collect information about usable add-ons.
![stackypi-style](https://socialify.git.ci/andypiper/stackypi-style/image?description=1&font=KoHo&forks=1&issues=1&logo=https%3A%2F%2Fgithub.com%2Fandypiper%2Fstackypi-style%2Fblob%2Fmain%2Fimages%2Flogo.png%3Fraw%3Dtrue&name=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Dark)
## Background
The StackyPi getting started and marketing information is confusing and inconsistent, so this repository was created to pull together known information for folks who are using the boards.
## Requirements
- A StackyPi board
- an interest in helping out and learning!## Contents
- [`images/`](./images) various images to illustrate functionality and the board itself
### More information
- various learnings in the [notes](./notes.md)
## License
MIT License Copyright (c) 2022 Andy Piper; some code samples may carry alternative licenses.
## Contributing
If you'd like to get involved, share ideas, or ask questions, please use the [Discussions](https://github.com/andypiper/stackypi-style/discussions).
For code and documentation, see [Contributing](./CONTRIBUTING.md), and follow the [Code of Conduct](.github/CODE_OF_CONDUCT.md). Thanks!