diff --git a/README.md b/README.md index 4f21650..7419ef9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The current implementation supports 4 pushbuttons and 1 toggle switch (usually b Hardware i s based on a single ATtiny2313 microprocessor. Original design intended to retrofit an analog _Vox VFS5_ footswitch to control an _Axe-Fx II_ effect processor by _Fractal Audio Systems_. +However the housing might be custom made as well or fit into any other pushbutton-based device. ## Hardware Specs @@ -39,6 +40,16 @@ Thus you effectively control 3 channels on each bank 1 and bank 2. The LED is green for Bank 1 and red for Bank 2. When in tuner mode the LED flashes in the current color with a frequency of about 2 Hz. +## Final Example + +Below two pictures of the final prototype implementation handsoldered on a perfboard. +Placed inside a _VFS5_ next to the original parts. + +![image](assets/board_inside_housing.jpg) + +![image](assets/added_midi_jack.jpg) + + ## License The project is licensed under [GPL v3](https://www.gnu.org/licenses/gpl-3.0.de.html) license. diff --git a/assets/added_midi_jack.jpg b/assets/added_midi_jack.jpg new file mode 100644 index 0000000..08293f2 Binary files /dev/null and b/assets/added_midi_jack.jpg differ diff --git a/assets/board_inside_housing.jpg b/assets/board_inside_housing.jpg new file mode 100644 index 0000000..a7a283d Binary files /dev/null and b/assets/board_inside_housing.jpg differ