Skip to content
Snippets Groups Projects
README.md 2.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • David Huss's avatar
    David Huss committed
     # Daisyy
    
    
    A small synthesizer/effect/whatever utilizing the [Daisy Seed DSP Board by Electrosmith](https://www.electro-smith.com/daisy/daisy). The Daisy-Seed is essentially a high powered Arduino with two audio inputs and two audio outputs, inputs for up to 12 knobs or faders and a ton of memory.
    
    David Huss's avatar
    David Huss committed
    
    
    David Huss's avatar
    David Huss committed
    This is how the unit looks like:
    
    David Huss's avatar
    David Huss committed
    
    ![](3d/renders/daisyy1.png)
    
    
    David Huss's avatar
    David Huss committed
    ## Features
    
    David Huss's avatar
    David Huss committed
    
    - 1.3" OLED Display (black and white) with 128×64 pixels
    - 8 Knobs (7 can be used in code, 1 is for input volume)
    
    - 6 Buttons (Cherry MX with nice keycaps)
    - 2 TS Input Jacks (up to +62 dB gain, works for electrical guitar, dynamic microphones and sound interfaces)
    - 2 TS Output Jacks 
    - RGB-LED for display of audio input levels (color/brightness can be controlled from code)
    - DIN-MIDI in (opto-isolated)
    - Powered via USB or via external input (7 to 17 VDC)
    
    David Huss's avatar
    David Huss committed
    
    
    David Huss's avatar
    David Huss committed
    
    
    
    Soldering instuctions [can be found here](solder_instructions.md)
    
    David Huss's avatar
    David Huss committed
    
    
    David Huss's avatar
    David Huss committed
    
    ## Software
    
    The Daisy Seed is a microcontroller with audio capabilities. This means it can become many different things depending on the code uploaded. The Daisy Seed can be programmed using multiple toolchains[^1] – in the course we will hover mainly use the Arduino IDE which can be downloaded on [arduino.cc](https://www.arduino.cc/en/software). After setting up the toolchain (see [here](https://github.com/electro-smith/DaisyWiki/wiki/1a.-Getting-Started-(Arduino-Edition)) for instructions), the code can be uploaded using the Arduino IDE and a USB-cable.
    
    [^1]: See Section *programmable in* on: [https://www.electro-smith.com/daisy/daisy](https://www.electro-smith.com/daisy/daisy)
    
    
    David Huss's avatar
    David Huss committed
    ### Finished Software
    
    David Huss's avatar
    David Huss committed
    
    
    David Huss's avatar
    David Huss committed
    If you don't want to program a lot yourself finished code to upload can be found here:
    
    David Huss's avatar
    David Huss committed
    
    
    David Huss's avatar
    David Huss committed
    | Project | Description | Framework | Latest Release |
    | ---------- | ---------------- | ------------------ | ----- |
    | [daisy-looper](https://code.hfbk.net/sdiy/daisyy/daisyy-software/daisyy-looper) | A multi-buffer looper | Daisyduino | [daisyy-looper.bin](https://code.hfbk.net/sdiy/daisyy/daisyy-software/daisyy-looper/-/releases/permalink/latest) |
    
    David Huss's avatar
    David Huss committed
    ## Schematic
    
    ![](images/schematic-1.jpg)  
    ![](images/schematic-2.jpg)