Nurdspace eurorack raspberry pi hat: Difference between revisions

From NURDspace
Line 29: Line 29:
* more analogue in, 12 bit resolution by using a [http://ww1.microchip.com/downloads/en/devicedoc/21298e.pdf MCP3204 or MCP3208] or so?
* more analogue in, 12 bit resolution by using a [http://ww1.microchip.com/downloads/en/devicedoc/21298e.pdf MCP3204 or MCP3208] or so?
* more analogue out, gates in
* more analogue out, gates in
* also gates out
* LEDs for gate status
* LEDs for gate status
* pins for neopixel connection (gnd + signal)
* pins for neopixel connection (gnd + signal)

Revision as of 17:39, 28 July 2022

Eurocrack-hat
Nurd-euro-pi.jpg
Participants
Skills Electronics, Programming
Status Active
Niche Music
Purpose Fun
Tool No
Location
Cost
Tool category Electronics,Eurorack

Eurocrack-hat

Nurd-euro-pi.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}


specifications

This will be an interface between eurorack signals ("control voltage" and "gates", all in the Doepfer range of -5V...+5V) and a raspberry pi (a "hat"). For that, the hat will have an ADC and a DAC (multichannel) connected via SPI (multichannel and not multiple devices as the rpi has only 2 SPI channels).


First version

Second version

  • more analogue in, 12 bit resolution by using a MCP3204 or MCP3208 or so?
  • more analogue out, gates in
  • LEDs for gate status
  • pins for neopixel connection (gnd + signal)
  • I2C breakout (for e.g. small displays)
  • SPI extender? (does something like that exist?)
  • SMD technology maybe?

schematics

component selection


to do

  • double check 3.3V power consumption of parts
  • check if a MCP6001 opamp can withstand not only -5/+5 but also -12/+12V


0...3.3V to -5/+5V

falstad circuitjs simulation

The opamp needs +5 and -5 for power (the -5V can be obtained by using an ICL7660 ic).

calculated with https://masteringelectronicsdesign.com/differential-amplifier-calculator-2/

Also see discussion at https://electronics.stackexchange.com/questions/628874/converting-dac-voltage-to-eurorack-voltage

Circuit-20220715-2051.png

-5/+5V to 0...3.3V

falstad circuitjs simulation

The opamp needs +3.3V and 0V for power.

Circuit-20220709-1750.png


software

  • I've chosen a DAC and ADC with SPI to easily connect them to a raspberry pi.
  • gate signals can be toggled via e.g. wiringpi