mirror of
https://github.com/trcwm/Speech256.git
synced 2025-06-10 09:31:14 +02:00
18 lines
495 B
Markdown
18 lines
495 B
Markdown
## Digilent DE0 board
|
|
|
|
* Altera EP3C16F484C6 FPGA
|
|
|
|
The DAC output is the UART_TX pin. It _really_ needs a 5kHz lowpass filter, otherwise you'll be deafened/greeted by a very loud 10kHz PWM carrier. Try a 330 ohm series resistor, followed by a 100nF capacitor to ground:
|
|
|
|
```
|
|
|
|
|
|
UART_TX pin ----RRRRR---------o OUTPUT
|
|
|
|
|
C
|
|
C
|
|
C
|
|
|
|
|
GND
|
|
|
|
``` |