You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ For controlling the mt32-pi from DOS, please use [mt32-pi-control](https://githu
16
16
17
17
- It currently supports two modes of audio: using the raspberry pi's PWM audio out (which is noisy and sounds pretty bad), and an external Hi-Fi PCM5102A based DAC.
18
18
- You can also attach a 0.91 OLED SSD1306 I2C 128x32 display.
19
+
- Starting from rev 0.3 PWM audio is filtered by a simple low-pass filter (R3-C3 and R4-C4).
19
20
20
21
# I want to build one myself!
21
22
- Please note that the current version of the WavetablePi board is quite tall (76mm x 40mm) so please check if it fits your sound card, especially if it needs to be placed perpendicularly to the ISA slots.
@@ -26,16 +27,18 @@ For controlling the mt32-pi from DOS, please use [mt32-pi-control](https://githu
Raspberry Pi Zero 2 W | 1 | The older RPi Zero is not fast enough
32
33
40-pin 2x20 male header 2.54mm pitch | 1 | For attaching the RPi to the board.
33
34
26-pin 2x13 female header 2.54mm pitch | 1 | For attaching the board to the wavetable header
34
35
6-pin 2x3 pin male header 2.54mm pitch | 1 | For the audio select jumpers
35
36
Jumper 2.54mm pitch | 2 | Jumpers for the audio selection header
36
-
10uF through-hole ceramic capacitors | 2 |
37
+
Capacitor 10uF through-hole ceramic | 2 |
38
+
Capacitor 100nF through-hole ceramic | 2 | C3 and C4 which form the PWM audio low-pass filter along with R3 and R4. 100nF is for a 1.6KHz cutoff frequency. Use lower values for higher cutoff
37
39
Resistor 22K Ohm | 1 |
38
40
Resistor 10K Ohm | 1 |
41
+
Resistor 1K Ohm | 2 | R3 and R4, which along with C3 and C4 form a low-pass filter of the PWM audio
0 commit comments