All Projects → tacoe → OP1GO

tacoe / OP1GO

Licence: other
Ultraportable backups for Teenage Engineering's OP-1

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OP1GO

z-po-project
Z-PO Project
Stars: ✭ 63 (+85.29%)
Mutual labels:  teenage-engineering
HEAPUtil
Code for the RA-L (IROS) 2021 paper "A Hierarchical Dual Model of Environment- and Place-Specific Utility for Visual Place Recognition"
Stars: ✭ 46 (+35.29%)
Mutual labels:  utility
TestCards
A simple test pattern generator.
Stars: ✭ 46 (+35.29%)
Mutual labels:  utility
black hole flutter
🛠 A package absorbing all Flutter utility functions, including extension functions and commonly used widgets
Stars: ✭ 18 (-47.06%)
Mutual labels:  utility
micSwitch
macOS menu bar application for the mic mute/unmute with single click or shortcut with walkie-talkie style support
Stars: ✭ 37 (+8.82%)
Mutual labels:  utility
Funky
Funky is a functional utility library written in Objective-C.
Stars: ✭ 41 (+20.59%)
Mutual labels:  utility
discord-paginationembed
A pagination utility for MessageEmbed in Discord.JS
Stars: ✭ 93 (+173.53%)
Mutual labels:  utility
tableize
Turn lists into tables with ease
Stars: ✭ 12 (-64.71%)
Mutual labels:  utility
xd-storage-helper
A little helper to make storing key-value-pairs (e.g. settings) for Adobe XD plugins easier.
Stars: ✭ 22 (-35.29%)
Mutual labels:  utility
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+3285.29%)
Mutual labels:  utility
FastDMG
Fast, no-nonsense disk image mounting for macOS
Stars: ✭ 72 (+111.76%)
Mutual labels:  utility
vanilla-docker
A sweet Docker setup for Vanilla Forums
Stars: ✭ 34 (+0%)
Mutual labels:  utility
pe-util
List shared object dependencies of a portable executable (PE)
Stars: ✭ 45 (+32.35%)
Mutual labels:  utility
white-vest
White Vest is a project for collecting, logging, emitting, and visualizing telemetry from a model rocket containing an inboard Raspberry Pi Zero with an Arduino receiving telemetry.
Stars: ✭ 28 (-17.65%)
Mutual labels:  raspberry-pi-zero
mpu
Martins Python Utilities - Stuff that comes in Handy
Stars: ✭ 47 (+38.24%)
Mutual labels:  utility
laika
Log, test, intercept and modify Apollo Client's operations
Stars: ✭ 99 (+191.18%)
Mutual labels:  utility
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-61.76%)
Mutual labels:  utility
goroutines
provides utilities to perform common tasks on goroutines
Stars: ✭ 19 (-44.12%)
Mutual labels:  utility
cra-tailwindcss-in-js
Integrate Tailwind CSS in a Create React App setup using css-in-js solutions
Stars: ✭ 35 (+2.94%)
Mutual labels:  utility
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+58.82%)
Mutual labels:  utility

OP1GO

Ultraportable backups for Teenage Engineering's OP-1.

OP1GO on a Pi Zero

Setup

  • This setup assumes MacOS. We'll configure the Raspberry Pi for a headless, networking-less setup. You can simply SSH into your raspberry pi transparently over the USB cable (the OS takes care of mapping raspberrypi.local for you).
  • Get a Raspberry Pi Zero, a micro-USB to female USB A breakout (for the OP-1 cable), a power adapter, a micro USB cable, a micro-SD card, and an adapter to plug the micro-SD card into your macbook. You'll need about 3Gb for the system, the rest is available for OP-1 backups. You don't even need to solder on any headers, making it extra minimal!
  • Download Raspbian Stretch Lite from the Raspberry Pi website and burn it on SD (Download Etcher from etcher.io for an easy and foolproof way). When done, re-insert the card so the 'boot' partition gets mounted.
  • In a terminal we'll edit the boot volume. (Before the very first boot on a Pi, we can make changes to how the OS gets expanded on first boot. Handy!)
    • cd /Volumes/boot
    • sudo touch ssh to enable ssh
    • sudo nano config.txt -- to the bottom of the file, add dtoverlay=dwc2, add dtparam=act_led_trigger=none and save. This takes care of the USB networking and turning off the ACT led so we can use for our own purposes.
    • sudo nano cmdline.txt -- after rootwait, add modules-load=dwc2,g_ether, save. This too is for the USB networking.
  • Eject the card
  • Start the Raspberry Pi while connected to your Mac's USB and give it a bit of time to get through first boot.
  • Connect to it using ssh [email protected] and the default password (raspberry). Might want to change the password at this step (use passwd).
  • sudo apt-get update
  • sudo apt-get install python3-pip git netatalk
  • git clone https://github.com/tacoe/op1go
  • cd op1go
  • sudo pip3 install pyusb (the sudo is needed because the script itself needs root access)
  • sudo nano /etc/rc.local, then add a new line sudo python3 /home/pi/op1go/op1go.py & (towards the end, before the exit statement) and save
  • sudo nano /etc/netatalk/AppleVolumes.default, then add a new line /op1go at the end of the file and save
  • Unplug the Pi from your Mac -- it's now ready for use.

Usage

WARNING: This is not tested extensively. Don't count on this tool for anything serious.

While on vacation, and it's time to back up that OP-1 (when the tape is full, or both album sides used, when got some brilliant presets, whatever), plug your Pi Zero in a wallcharger (micro-USB port marked 'PWR'), and connect the OP-1 to it (micro-USB port marked 'USB'). Wait for the green LED on the Pi to turn off for a while. Now set the OP-1 into disk mode (shift-COM, then 3). After a while the Pi's LED will blink and it will start copying. It'll blink a few times as it goes. When it's done (this will take a few minutes), the Pi will start blinking rapidly and evenly. This means it's done. You can now disconnect everything. Next time, just rinse and repeat. OP1GO will make a new backup folder every time.

If after a long time (>10 minutes) your Pi still isn't blinking rapidly, do NOT assume the backup was successful.

When you return home, open Finder, hit cmd-K and enter afp://raspberrypi.local, login with raspberry and pi (or whatever you changed the password to), select the op1go share. Now you'll see your backups and you can copy them to your Mac.

Misc

Uses code from James McGinty's neat opie.

The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].