Skip to content
Snippets Groups Projects
README.md 1.46 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). This 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.
    
    This is how the unit could look like (artist rendering, blender files in the repo):
    
    ![](3d/renders/daisyy1.png)
    
    ## Planned Features
    
    - 1.3" OLED Display (black and white) with 128×64 pixels
    
    - 8 Knobs (7 can be used in code, 1 is for input volume)
    
    - RGB-LED for display of input levels
    
    - MIDI in
    
    - Powered via USB
    
    - <u>Optional:</u> Mic Preamp (without Phantom power, needs external 12V power supply)
    
      
    
    ## 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)
    
    ## Schematic
    
    ![](images/schematic-1.jpg)  
    ![](images/schematic-2.jpg)  
    ![](images/schematic-3.jpg)