Skip to main content

File System Bridge to facilitate working with files on Micropython devices

Project description

📂 MPBridge Python Version PyPI Version GitHub Workflow Status PyPI - Downloads

CLI tool to synchronise and manage files on a MicroPython running device.

📥 Installation

mpbridge must be installed with sudo or administrator level of permission in order to be accessible in terminal:

  • Windows : Open cmd.exe as administrator and run pip install -U mpbridge
  • Linux / MacOS : Run sudo pip install -U mpbridge

🪄 How to use

You can use mpbridge in several ways based on your needs:

⚜️ Bridge Mode

  • Run mpbridge bridge <PORT>
  • This mode copies all files and folders from your MicroPython board into a temporary directory on your local device and listens for any filesystem events on local directory to apply them on your board. It keeps raw repl open, so you cannot use serial port in other applications simultaneously.

⚜️ Sync Directory

  • Run mpbridge sync <PORT> <DIR_PARH>
  • This command syncs a specified local directory with a MicroPython board. The sync process will push all modified files and folders into board and also pull changes from board and exits.
  • If a conflict occurs, mpbridge will choose the local version of file automatically and overwrites it on connected board.

⚜️ Development Mode

  • Run mpbridge dev <PORT> <DIR_PARH>
  • This mode repeats a loop of tasks in specified directory on MicroPython device as below :
    • Sync filesWait for changes (Develop your project)Sync filesStart MicroPython REPL
  • This mode is useful when you keep switching between different tools to flash and run new codes repeatedly. You can specify your project directory as DIR_PATH and mpbridge will take care of changes when you are developing your project in your desired IDE. You can switch to MicroPython REPL anytime you wish to run the updated code on your board.
  • Automatic reset before entering MicroPython REPL can be enabled with --auto-reset option which can be set to soft (soft reset) or hard (hard reset).

⚜️ Delete all files

  • Run mpbridge clear <PORT>
  • This command deletes all files and directories from MicroPython board and exits.

Note : <PORT> can be the full port path or one of the short forms below :

  • c[n] for COM[n] (c3 is equal to COM3)
  • u[n] for /dev/ttyUSB[n] (u3 is equal to /dev/ttyUSB3)
  • a[n] for /dev/ttyACM[n] (a3 is equal to /dev/ttyACM3)

👀 Ignore files

You can inform mpbridge to ignore syncing specific files or directories. This is useful when you don't want to sync some directories like .git/ or venv/ with your board. To use this feature create a file named mpbridge.ignore in your project directory and specify list of files and directories:

.git/
venv/
tests/test_1.py
tests/test_2.py
  • mpbridge.ignore syntax is not as same as .gitignore files.
  • At this time mpbridge.ignore only supports specifying file and directory paths directly.
  • You should add a slash at the end of directory names: dir1/

✅ Supported platforms

  • Windows
  • MacOS
  • Linux
  • FreeBSD/BSD

📦 Dependencies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpbridge-1.3.1.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

mpbridge-1.3.1-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file mpbridge-1.3.1.tar.gz.

File metadata

  • Download URL: mpbridge-1.3.1.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for mpbridge-1.3.1.tar.gz
Algorithm Hash digest
SHA256 38aa6d34b09bcaf6e0d6556c61b79dbcc3a7bdda00fb17d8f8067060ced13638
MD5 af4e93c65d9785f01d500bd3d1493957
BLAKE2b-256 6163fa652d3d810f09b11e134c9e115805e7c407cf71166525ad4fc1465ff18c

See more details on using hashes here.

File details

Details for the file mpbridge-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: mpbridge-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for mpbridge-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0427219a1217ef7692c3d31f1454853098bd7b167fe4c4e257b4614d4ccd36a5
MD5 938b9478cc918047d25ac0d8f6fa8750
BLAKE2b-256 22d3e03d94da5d0b852781abd287efa5c4314d46d79ffa486604ee932044614f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page