Voltage Controlled DAD Envelope

Motivation

Voltage Controlled DAD Envelope front small

This is the first envelope generator of a series built around the Atmel AVR 328p and the MCP4921. Generates a delay/attack/decay envelope on rising edge of gate. Further gates ignored until end of decay is finished (EOC). Delay/attack/decay time is manually and voltage controllable. Goes up to 500Hz when looping. Gate is polled every loop. CV input parameters are read with timer0 interrupt ISR (TIMER0_OVF_vect). Delay-, attack-, decay- and EOC LED and outputs are switched. Software driven. The software is kept as simple as possible, so you can easily adapt it to your needs. Status signaled with LED. The attack and decay timing is determined with tables, so you can easily adapt the timing to your needs as well.


Specs and features


Implementation

Schematic

Voltage controlled DAD Envelope schematic control board

Voltage controlled DAD Envelope: Schematic control board

Voltage controlled DAD Envelope schematic main board

Voltage controlled DAD Envelope: Schematic main board


Yellow: Gate; Blue: Envelope; Purple: Attack on; Green: Decay on; Delay: None

Voltage controlled DAD Envelope screenshot

Voltage controlled DAD Envelope: Screenshot gated


Yellow: Gate; Blue: Envelope; Purple: Delay on; Green: EOC on; Attack on, decay on, not shown

Voltage controlled DAD Envelope screenshot

Voltage controlled DAD Envelope: Screenshot gated


Yellow: Decay on ; Blue: Envelope; Purple: Attack on; Green: Decay on

Voltage controlled DAD Envelope screenshot

Voltage controlled DAD Envelope: Screenshot looping


Blue: Envelope; Purple: Attack on; Green: Decay on; Decay: None

Voltage controlled DAD Envelope screenshot

Voltage controlled DAD Envelope: Screenshot looping at 520Hz

Description:


Top

Calibration

  • None
Top

Building hints

  • Don't forget to set the correct fuses for the Atmel AVR 328p
  • The DAD ENV uses the same hardware as the DAR ENV. Don't let the naming of the hardware confuse you. The difference is in the software.

Special parts

  • None

Download

Voltage Controlled DAD Envelope control board documentation download
Voltage Controlled DAD Envelope control board Gerber files download
Voltage Controlled DAD Envelope main board documentation download
Voltage Controlled DAD Envelope main board Gerber files download
Voltage Controlled DAD Envelope *.fpd file
Voltage Controlled DAD Envelope Software

The software is kept as simple as possible, so you can easily adapt it to your needs. The attack and decay timing is determined with tables, so you can easily adapt the timing to your needs as well.


Voltage Controlled DAD Envelope front view

Voltage Controlled DAD Envelope: Front view


Voltage Controlled DAD Envelope populated control PCB top

Voltage Controlled DAD Envelope: Populated control PCB top


Voltage Controlled DAD Envelope populated control PCB back

Voltage Controlled DAD Envelope: Populated control PCB back


Voltage Controlled DAD Envelope populated main PCB top

Voltage Controlled DAD Envelope: Populated main PCB top


Voltage Controlled DAD Envelope populated main PCB back

Voltage Controlled DAD Envelope: Populated main PCB back


Voltage Controlled DAD Envelope halve side view

Voltage Controlled DAD Envelope: Halve front


Voltage Controlled DAD Envelope halve back view

Voltage Controlled DAD Envelope: Halve back


Voltage Controlled DAD Envelope side view

Voltage Controlled DAD Envelope: Side view


2024 March

Top Home