Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelefavero/gpio-python-scripts
Scripts for Raspberry Pi Pico
https://github.com/emanuelefavero/gpio-python-scripts
electronics low-level-programming micropython raspberry-pi raspberry-pi-pico
Last synced: 19 days ago
JSON representation
Scripts for Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/emanuelefavero/gpio-python-scripts
- Owner: emanuelefavero
- License: mit
- Created: 2022-07-07T13:06:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T13:53:06.000Z (8 months ago)
- Last Synced: 2024-04-28T14:05:44.264Z (8 months ago)
- Topics: electronics, low-level-programming, micropython, raspberry-pi, raspberry-pi-pico
- Language: Python
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gpio-python-scripts
This repository contains a collection of Micro Python scripts that can be used with the Raspberry Pi Pico and other Micro Python compatible boards
## Requirements
- Raspberry Pi Pico
- Thonny IDE
- Micro Python firmware
- USB cable## Installation
1. Download and install the Thonny IDE from [here](https://thonny.org/)
2. Download the Micro Python firmware from [here](https://micropython.org/download/rp2-pico/)
3. Connect the Raspberry Pi Pico to your computer using a USB cable
4. Open Thonny IDE and select the Micro Python firmware
5. Copy the scripts from this repository to the Raspberry Pi Pico and save them as `main.py`
6. Run the scripts
7. Enjoy!## License
- [MIT](LICENSE.md)