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.3.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file pico-up-0.0.3.tar.gz
.
File metadata
- Download URL: pico-up-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 588303ce8d5f8f284bf1c5866c1b42947745202cc11d8211605210dbff6c42de |
|
MD5 | cf4602b7c51b08e59be2ffcdaa33fd1f |
|
BLAKE2b-256 | 8ff78b26259a611c53d6cfd679ae0e0ad818c3fe97e49f5add350798a5158e8c |
File details
Details for the file pico_up-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pico_up-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | 9ee74862d76769457d93c65a18790ff72c570cc5105ddd0453cbb77be1be39c1 |
|
MD5 | dc5a1442438f85fb7bfe92bc61221df6 |
|
BLAKE2b-256 | d6985f4625a6da7a0556fe8316405f0c10a55a1e6532eee36950e24e119bf921 |