
uPico is a RP2040 powered expansion card designed to enhance the capabilities of Clockwork's uConsole.
⚠️ Only R-01 and CM4 core are supported by control application. Work in progress for A04/A06 core modules.
Second project name is atto, cause 10−6 * 10-12 = 10-18 🤓
mkdir dist && tar -xzf upico_%version%.%core%.tar.gz -C distcd dist && sudo ./install.shcd .. && rm -rf distupico helpgit clone git@github.com:dotcypress/upico.git && cd upicocargo build --releasesudo cp target/release/upico /usr/local/bin/sudo cp upico.service /etc/systemd/system/sudo systemctl enable upicosudo systemctl start upicoecho 'SUBSYSTEM=="usb",ATTRS{idVendor}=="1209",ATTRS{idProduct}=="bc07",MODE="0660",GROUP="plugdev"' > /etc/udev/rules.d/50-upico-permissions.rulesudevadm control --reload-rulesupico helpwget https://rptl.io/pico-blinkupico install pico-blink or upico install -m pico-blink if automount is disabled for hot-plug devices.See other examples: https://github.com/raspberrypi/pico-examples

╔══════╦══════╗
║ AUX ║ AUX ║
╠══════╬══════╣
║ VDD ║ VDD ║
║ GND ║ GND ║
║ IO3 ║ IO7 ║
║ IO2 ║ IO6 ║
║ IO1 ║ IO5 ║
║ IO0 ║ IO4 ║
╠══════╬══════╣
║ IO27 ║ IO29 ║
║ IO26 ║ IO28 ║
║ IO18 ║ IO19 ║
╠══════╬══════╣
║ VDD ║ VDD ║
║ GND ║ GND ║
║ IO11 ║ IO15 ║
║ IO10 ║ IO14 ║
║ IO9 ║ IO13 ║
║ IO8 ║ IO12 ║
╚══════╩══════╝
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
$ claude mcp add upico \
-- python -m otcore.mcp_server <graph>