Skip to content

Commit 603198b

Browse files
authored
Update readme.md
1 parent 3d58b78 commit 603198b

File tree

1 file changed

+137
-1
lines changed

1 file changed

+137
-1
lines changed

v11_honda_v1/readme.md

Lines changed: 137 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,137 @@
1-
empty
1+
a)
2+
3+
push: i2s data via dma
4+
5+
https://www.reddit.com/r/raspberrypipico/comments/lcmhs5/got_i2s_dac_working_with_pico/
6+
7+
8+
9+
spi via dma
10+
11+
https://vanhunteradams.com/Pico/DAC/DMA_DAC.html (SPI interface)
12+
13+
https://mcturra2000.wordpress.com/2021/08/09/rp2040-using-dma-to-set-spi-dac-mcp4921/
14+
15+
16+
17+
18+
19+
b)
20+
21+
convert pwm to analog using low filter
22+
23+
https://github.com/romilly/pico-code/blob/master/docs/fungen.md
24+
25+
26+
27+
c) r2r DAC
28+
29+
30+
31+
32+
33+
34+
35+
hardware:
36+
37+
* adafruit circuitpython DAC
38+
39+
https://www.instructables.com/Arbitrary-Wave-Generator-With-the-Raspberry-Pi-Pic/
40+
41+
42+
43+
https://learn.adafruit.com/mcp4725-12-bit-dac-tutorial
44+
45+
46+
47+
https://www.hackster.io/news/learn-how-to-use-pwm-to-generate-an-audio-signal-from-your-raspberry-pi-pico-00347dece8b8
48+
49+
50+
51+
https://github.com/rgrosset/pico-pwm-audio
52+
53+
https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf#page=24
54+
55+
56+
57+
58+
59+
https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf#page=24
60+
61+
62+
63+
64+
65+
66+
67+
a) Resistor DAC
68+
69+
https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf#page=24 (3.2.1. Resistor DAC)
70+
71+
https://digilent.com/reference/_media/reference/pmod/pmodr2r/pmodr2r_sch.pdf
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
b) Low Passfilter (PWM -> Analog)
82+
83+
https://github.com/romilly/pico-code/blob/master/docs/fungen.md
84+
85+
86+
87+
88+
89+
c) Dedicated DAC
90+
91+
https://datasheets.raspberrypi.com/rp2040/hardware-design-with-rp2040.pdf#page=24 (3.4.2. PCM(I2S audio, PCM5101A) [PCM]
92+
93+
https://github.com/miketeachman/micropython-i2s-examples (I2S DAC)
94+
95+
https://github.com/romilly/pico-code/blob/master/src/pico_code/pico/experiments/pio_dac.py
96+
97+
http://blog.rareschool.com/2021/02/raspberry-pi-pico-simple-projects.html
98+
99+
100+
101+
d) DMA
102+
103+
https://iosoft.blog/category/dma/
104+
105+
106+
107+
Kaufen (boards):
108+
109+
Berrybase:
110+
111+
Adafruit MCP4725 Breakout Board - 12-Bit DAC mit I2C Interface
112+
113+
MCP4725
114+
115+
5,10
116+
117+
12-Bit
118+
119+
I2C
120+
121+
122+
123+
Kaufen (ics):
124+
125+
126+
127+
128+
129+
Hardware:
130+
131+
Pmod R2R: Resistor Ladder D/A Converter, digilent
132+
133+
134+
135+
https://circuitdigest.com/tags/mcp4725
136+
137+

0 commit comments

Comments
 (0)