b51408a615923d34a02bec2777645126b61ef8c2
Board-dat/MPC/MPC1083-dat/MPC1083-dat.md
... | ... | @@ -15,6 +15,11 @@ ADR1 = pull-up, ADR2 = pull-down |
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | + |
|
19 | + |
|
20 | + |
|
18 | 21 | ## ref |
19 | 22 | |
23 | +- [[PCM5122-dat]] - [[TI-dat]] |
|
24 | + |
|
20 | 25 | - [[I2S-dat]] - [[I2C-dat]] |
... | ... | \ No newline at end of file |
Board-dat/MPC/MPC1108-dat/MPC1108-dat.md
... | ... | @@ -8,11 +8,14 @@ |
8 | 8 | |
9 | 9 | ## Function |
10 | 10 | |
11 | -### Fan control by |
|
11 | +### Fan control by three options |
|
12 | 12 | |
13 | 13 | - LM ALRAM (NAND_A) |
14 | -- GPIO12 (NAND_B) |
|
15 | -- Switch (NAND_B) |
|
14 | +- GPIO12 (NAND_B either gate ) |
|
15 | +- Manual switch (NAND_B either gate ) |
|
16 | + |
|
17 | + |
|
18 | + |
|
16 | 19 | |
17 | 20 | ### Temperature sensor |
18 | 21 | |
... | ... | @@ -23,6 +26,14 @@ |
23 | 26 | |
24 | 27 | Note when use this board and external 12V power supply to DC jack, you should NOT use micro USB power anymore, otherwise it can damage board. |
25 | 28 | |
29 | + |
|
30 | + |
|
31 | + |
|
32 | + |
|
33 | + |
|
26 | 34 | ## ref |
27 | 35 | |
28 | -- [[MPC1108]] |
|
... | ... | \ No newline at end of file |
0 | +- [[dcdc-buck-dat]] |
|
1 | + |
|
2 | +- [[MPC1108]] |
|
3 | + |
Board-dat/SIR/SIR1003-dat/SIR1003-dat.md
... | ... | @@ -0,0 +1,3 @@ |
1 | + |
|
2 | +# SIR1003-dat |
|
3 | + |
Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-25-44.png
... | ... | Binary files /dev/null and b/Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-25-44.png differ |
Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-27-57.png
... | ... | Binary files /dev/null and b/Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-27-57.png differ |
Chip-dat/TI-dat/PCM5122-dat/PCM5122-dat.md
... | ... | @@ -0,0 +1,27 @@ |
1 | + |
|
2 | +# PCM5122-dat |
|
3 | + |
|
4 | +https://www.ti.com/lit/ds/symlink/pcm5122.pdf?ts=1733217884746&ref_url=https%253A%252F%252Fwww.google.com%252F |
|
5 | + |
|
6 | +PCM512x 2-VRMS DirectPathâ„¢, 112-dB and 106-dB Audio Stereo DACsWith 32-Bit, 384-kHz PCM Interface |
|
7 | + |
|
8 | +## Function Diagram |
|
9 | + |
|
10 | +- [[PCM1863-dat]] - [[TPA3130-dat]] - [[TPA6120-dat]] - [[MSP430-dat]] |
|
11 | + |
|
12 | +- [[I2S-dat]] |
|
13 | + |
|
14 | +![](2024-12-03-17-25-44.png) |
|
15 | + |
|
16 | +![](2024-12-03-17-27-57.png) |
|
17 | + |
|
18 | +- normally use the [[SPI-dat]] output |
|
19 | + |
|
20 | +## Board |
|
21 | + |
|
22 | +- [[MPC1083-dat]] |
|
23 | + |
|
24 | + |
|
25 | +## ref |
|
26 | + |
|
27 | + |
Tech-dat/Interface-dat/I2S-dat/I2S-dat.md
... | ... | @@ -20,11 +20,14 @@ This makes I2S a popular choice for high-speed data transfer applications. |
20 | 20 | | SD | SDIN / SDOUT | At least one multiplexed data line | G21 | PIN 40 | |
21 | 21 | |
22 | 22 | |
23 | + |
|
24 | + |
|
25 | + |
|
23 | 26 | ## Solution |
24 | 27 | |
25 | 28 | - [[WM8960-dat]] |
26 | 29 | |
27 | - |
|
30 | +- [[PCM5122-dat]] |
|
28 | 31 | |
29 | 32 | |
30 | 33 | ## ref |
Tech-dat/Interface-dat/SPI-dat/SPI-dat.md
... | ... | @@ -0,0 +1,13 @@ |
1 | + |
|
2 | +# SPI-dat |
|
3 | + |
|
4 | + |
|
5 | +| pin | function | note | |
|
6 | +| ---- | -------- | ---------- | |
|
7 | +| CLK | | 3-wire SPI | |
|
8 | +| MISO | | 3-wire SPI | |
|
9 | +| MOSI | | 3-wire SPI | |
|
10 | +| CS | | 4-wire SPI | |
|
11 | + |
|
12 | + |
|
13 | +- [[interface-dat]] |
|
... | ... | \ No newline at end of file |