100%
pedalboard-soundcard adc view
Description

Imported from GitHub: pedalboard/pedalboard-soundcard · commit dc56233 · license CERN-OHL-P-2.0

Description

an open hardware AD DA converter card for RaspberryPi

README

Pedalboard Soundcard

I²S audio codec HAT for Raspberry Pi — ADC + DAC for the Open Pedalboard system.

Documentation →

Top View

Features

  • TI Burr-Brown PCM1863 ADC (106dB SNR) + PCM5242 DAC (112dB SNR)
  • Stereo differential input (guitar) + stereo output (amp)
  • I²S interface to Raspberry Pi GPIO header
  • Low-latency audio path for real-time effects
  • Raspberry Pi HAT form factor

Links

Development Setup

Prerequisites

Environment

The schematic references KiKit's symbol and footprint libraries via the ${KIKIT_LIB} environment variable. This is set per-machine using a mise.local.toml file (gitignored).

After cloning, create mise.local.toml in the project root:

[env]
KIKIT_LIB = "/path/to/kikit/resources"

Find your KiKit resources path with:

python3 -c "import kikit, os; print(os.path.join(os.path.dirname(kikit.__file__), 'resources'))"

Then trust the config:

mise trust mise.local.toml

Checks

Run ERC and DRC:

make test

Acknowledgements

Based on Dave Vandenbout's RPi Hat Template. Schematics derived from Jośe Fernando Moyano's ZynADC (CC BY-SA 4.0).

License

License

Comments
Sign in to comment

No comments yet. Be the first to ask about this board.