PicoHub – CLI tool for Raspberry Pi Pico file management and device control #19362
Replies: 4 comments 1 reply
-
|
According to the doc a prime design aim is to enable remote management of a Pico via SSH. How do you install an SSH client on a Pico? |
Beta Was this translation helpful? Give feedback.
-
|
Danke for sharing , and happy that it works for you , and possibly others Like Peter: : False advertising makes me ignore things fast ( Tailscale on a Pico - I Wish ) . Trying to read beyond that :
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the honest feedback – that’s exactly what helps improve things. On the SSH tip: Fair point, and already addressed – the README now makes clear that SSH runs on the PC/server, not on the Pico. On the TUI comparison: I understand why it might look that way at first glance. Beyond the menu, PicoHub includes automatic backups on upload, edit and reset, device detection, error handling and a staging workflow. It’s not just a wrapper around mpremote commands – though I get that a justfile approach works well for simpler setups and has the cross-platform advantage that PicoHub currently lacks. On pipx/uvx: Good point, you’re right. install.sh is functional but not the modern standard. Worth considering for a future version. On Linux only: That’s a known limitation and a fair reason to pass. Windows support is on the roadmap – no timeline yet. |
Beta Was this translation helpful? Give feedback.
-
|
To chuck in a personal view. All the new IDE's and alternative ways to interact with MicroPython targets have to compete with the extraordinary brilliance of $ mpremote mount . exec "import my.test.script"I urge everyone to think through the implications of this, because overnight it caused me to abandon my way of working with MP (honed over years). My workshop is littered with various PCB's featuring MicroPython targets connected to displays and other hardware. In many cases one PCB supports several published projects. The MP target holds no code except for a bunch of hardware configuration files, one per project. A query arises: I move to the project directory, plug in the board, chant the above incantation and I'm running. No faffing with directories, deleting and moving files around. With certainty that I'm running the latest version. As for backup and version control my only files are on the PC: PC based tools suffice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I built PicoHub because managing files on larger Pico projects through Thonny became frustrating.
PicoHub is a terminal-based CLI tool for file management, uploads, backups and device control – built on mpremote, tested on Pico 2W only so far.
Looking for honest feedback and testers.
https://github.com/ColorFlowStudios/PicoHub
Beta Was this translation helpful? Give feedback.
All reactions