EuroPi
EuroPi copied to clipboard
EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico
Initial PR for the master clock script. Includes adding the script to the main menu. Also includes minor CV Recorder changes as these are not yet merged into the main...
# Project Suggestion I've noticed a bunch of places where scripts want to make a particular option configurable, but the limited user interface elements of the EuroPi make it difficult....
# Bug Report **Describe the bug** This could potentially be a problem with the hardware or perhaps the firmware button debounce method. On some occasions a b(n).handler_falling interrupt can be...
This change allows the use of bipolar signals in the Analogue input (`ain`) The main change is in the `read_voltage` method of the `AnalogueInput` class in `europi.py`. It considers the...
# Project Suggestion **Describe your suggestion or idea** Currently the module needs to be plugged in via the USB on the Pico, but this means sometimes cramming the cable in...
# Hardware Issue **Describe the bug** The scaling that happens to the CV input before the Pico ADC will translate +12V into only around 2.64V, meaning only 80% of the...
# Upgrade to MicroPython 19.1 MicroPython 19.1 has been released. We should make sure that the EuroPi software is compatible. And then update our documentation. Test the following under 19.1:...
Additional observation from @t-schreibs > Ran into an odd issue the other day. Probably not a support thing, but idk where else to drop this, and I'd be interested to...
This is nowhere near ready to merge, but I'm making a PR so that people can test out the files for themselves and see if they notice anything that could...
Does anyone have Kicad versions of the board/schematic files? It might be a plus to add those to the project at some point, as Kicad is free and available for...