Skip to content

Commit a31ace5

Browse files
committed
hardware: add R3.5 euro-pmod CAD files for Tiliqua R5.1 release
1 parent 5d57d52 commit a31ace5

12 files changed

+131625
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Eurorack PMOD
44

5-
**Eurorack PMOD** is a [certified open hardware](https://certification.oshwa.org/de000135.html) Eurorack module that plugs directly into many FPGA boards, which makes it easy to combine the world of FPGAs and [hardware electronic music synthesis](https://en.wikipedia.org/wiki/Eurorack). The latest (R3.3) hardware looks like this:
5+
**Eurorack PMOD** is a [certified open hardware](https://certification.oshwa.org/de000135.html) Eurorack module that plugs directly into many FPGA boards, which makes it easy to combine the world of FPGAs and [hardware electronic music synthesis](https://en.wikipedia.org/wiki/Eurorack). It looks like this:
66

77
![assembled eurorack-pmod module R3.3 (front)](docs/img/r33_panel.jpg)
88
![assembled eurorack-pmod module R3.3 (top)](docs/img/r33_top.jpg)
@@ -21,6 +21,14 @@
2121
- **[`apu_chord` core](https://github.com/proppy/eurorack-pmod/tree/apu_chord)** - (from [proppy@](https://github.com/proppy))
2222
- **[Real-time DSP with Rust on LiteX](https://github.com/apfaudio/eurorack-pmod-litex)** - mostly in Rust/Migen.
2323

24+
# R3.5 hardware details
25+
26+
Some minor improvements over R3.3, with the following changes:
27+
- Additional output mute stage: 4 JFETs controlled by the `^MUTE` pin (`PDN` pin was removed and renamed to `^MUTE` - semantics are the same as before - HIGH is unmuted).
28+
- Improved noise performance and DC tracking by adding an additional onboard 3.3V regulator for the analog domain.
29+
- Touch IC switched from 8-channel to 16-channel version, so that the XRESET pin is not shared with one of the touch jacks.
30+
31+
*Note: At this time, this Verilog repo is a bit out of date and refers to R3.3 everywhere, although I am shipping R3.5. The hardware is fully backward compatible besides the touch sensor mapping, so if you compile bitstreams for R3.3, they will work on R3.5. [See here for more details](https://apfaudio.github.io/tiliqua/quickstart/tlq_expander.html).*
2432

2533
# R3.3 hardware details
2634

@@ -36,10 +44,6 @@
3644
- [new!] Touch and proximity sensing on all unused jacks as an extra input method.
3745
- See the `gateware/cores/touch_cv.sv` core for an example of how to use this.
3846

39-
**Compared to R3.1, the changes across R3.2 and R3.3 [are summarized here](https://github.com/apfaudio/eurorack-pmod/issues/50)**
40-
41-
[Want one?](#manufacturing). More photos can be found [below](#photos).
42-
4347
## Included examples
4448
This repository contains a bunch of example DSP cores which are continuously being updated:
4549
- `gateware/cores/pitch_shift.sv` - Pitch shifter
@@ -140,7 +144,6 @@ From the gateware perspective, there is almost no difference between R3.1 and R3
140144
- Calibration EEPROM for unique ID and storing calibration data.
141145
- I/O is about +/- 8V capable, wider is possible with a resistor change.
142146

143-
144147
## Known limitations
145148
- Moved to github issues
146149

0 commit comments

Comments
 (0)