No project description provided
Project description
pico-up-and-running
A template repository with some scripts and shared functionality to get up and running with RaspberryPi Pico
The pico-up
command
python pico-up
build minify and attempt to compile pico application to bytecodes
init initialise a python pico project in the current directory
push push local application code to a connected pico
wipe remove all files from a connected pico
init
The init command will create the following directory structure
.
├── app
│ └── __init__.py
├── .gitignore
|-- .pico-up.ini
├── main.py
├── README.md
└── settings.py
Setting the right device
Use mpremote connect list
to view a list of connected serial devices.
/dev/ttyACM0 xxxxxxxxxxxxx xxxx:cccc MicroPython Board in FS mode
/dev/ttyS1 None 0000:0000 None None
Choose the one in the list that says MicroPython Board in FS mode
,
copying the first row of information, /dev/ttyACM0
in this case.
Replace the line address = 'CHANGE_ME'
with address = '/dev/ttyACM0'
in the .pico-up.ini
file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pico-up-0.0.4.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file pico-up-0.0.4.tar.gz
.
File metadata
- Download URL: pico-up-0.0.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5360cc60e866e99a035a245d4dc530897afed560c57153338c13450e11c17bf0 |
|
MD5 | 3ea4b1fca2e3374cda684599aba8d367 |
|
BLAKE2b-256 | 02db913a3e54a059ba5d8304d67de1662846c9156ac9ef2061a83bd0b766ce9a |
File details
Details for the file pico_up-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: pico_up-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 908dd307604a0c6b8df621f7087a5c3e1ab5d04fa39a9ccb3dd957882dced329 |
|
MD5 | f22f70d64c0305667caee071532432a7 |
|
BLAKE2b-256 | 32ec78dfe2cac64abe96ff35d9ffdf9999e1da4325d747825f42fa849bdee9f1 |