Chip-dat/74xx-dat/74xx-dat.md
... ...
@@ -4,6 +4,10 @@
4 4
- [[logic-dat]]
5 5
6 6
7
+## 74ACT00-dat
8
+
9
+- [[74ACT00-dat]] == Quad 2-Input NAND Gate
10
+
7 11
## 74HC165D
8 12
9 13
![](2024-09-20-11-33-37.png)
... ...
@@ -23,4 +27,10 @@
23 27
| [[74xx1G00-dat]] | NAND | buffering, Level Shifting | |
24 28
| [[74xx1G07-dat]] | non-inverting buffer | | OPEN DRAIN OUTPUT |
25 29
| [[74xx1G08-dat]] | AND | | |
26
-| [[74xx1G14-dat]] | inverting buffer | | |
... ...
\ No newline at end of file
0
+| [[74xx1G14-dat]] | inverting buffer | | |
1
+
2
+
3
+
4
+## ref
5
+
6
+- [[chip-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/NE5532-dat/2024-10-27-14-25-55.png
... ...
Binary files a/Chip-dat/TI-dat/NE5532-dat/2024-10-27-14-25-55.png and /dev/null differ
Chip-dat/TI-dat/NE5532-dat/2024-10-27-14-27-33.png
... ...
Binary files a/Chip-dat/TI-dat/NE5532-dat/2024-10-27-14-27-33.png and /dev/null differ
Chip-dat/TI-dat/NE5532-dat/NE5532-dat.md
... ...
@@ -1,36 +0,0 @@
1
-
2
-# NE5532-dat
3
-
4
-
5
-
6
-- [chip DS ](https://www.ti.com/lit/ds/symlink/ne5532.pdf)
7
-
8
-NE5532x, SA5532x Dual Low-Noise Operational Amplifiers
9
-
10
-
11
-
12
-
13
-## boards
14
-
15
-- [[AMP1017-dat]]
16
-
17
-
18
-## appliction amplifier
19
-
20
-VCC+ Supply voltage: 5 ~ 15 V
21
-
22
-![](2024-10-27-14-25-55.png)d
23
-
24
-
25
-## audio amplifier SCH
26
-
27
-- [[virtual-ground-dat]] - by [[voltage-divider-dat]]
28
-
29
-the gain is 15K / 2.2K
30
-
31
-![](2024-10-27-14-27-33.png)
32
-
33
-
34
-## ref
35
-
36
-- [[TI-dat]] - [[resistor-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/PCM5102-dat/PCM5102-dat.md
... ...
@@ -1,25 +0,0 @@
1
-
2
-# PCM5102-dat
3
-
4
-https://www.ti.com/product/PCM5102
5
-
6
-https://www.ti.com/lit/ds/symlink/pcm5102.pdf?ts=1733652266351&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FPCM5102
7
-
8
-- [[AMP1006-dat]]
9
-
10
-- A_VDD
11
-- D_VDD
12
-
13
-## 1.8V logic tolerant consideration
14
-
15
-The I2S signals on the PCM5122 are typically not guaranteed to reliably tolerate 1.8V logic levels.
16
-
17
-You should use level shifters to safely interface a 1.8V system with the PCM5122, especially for high-speed communication like I2S.
18
-
19
-
20
-
21
-
22
-
23
-## ref
24
-
25
-- [[PCM5122-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-25-44.png
... ...
Binary files a/Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-25-44.png and /dev/null differ
Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-27-57.png
... ...
Binary files a/Chip-dat/TI-dat/PCM5122-dat/2024-12-03-17-27-57.png and /dev/null differ
Chip-dat/TI-dat/PCM5122-dat/2024-12-20-18-19-02.png
... ...
Binary files a/Chip-dat/TI-dat/PCM5122-dat/2024-12-20-18-19-02.png and /dev/null differ
Chip-dat/TI-dat/PCM5122-dat/2024-12-20-18-19-39.png
... ...
Binary files a/Chip-dat/TI-dat/PCM5122-dat/2024-12-20-18-19-39.png and /dev/null differ
Chip-dat/TI-dat/PCM5122-dat/PCM5122-RPI-dat.md
... ...
@@ -1,57 +0,0 @@
1
-
2
-# PCM5122-RPI-dat.md
3
-
4
-1) Modify the config.txt on termianl. Open the config.txt in system.
5
-
6
- sudo nano /boot/config.txt
7
- sudo nano /boot/firmware/config.txt
8
-
9
-Append the following lines to the end of the file,enable the audio module.Draw attention to theformat , Otherwise it doesn't work. press "ctrl+o" and press "Enter" to save the file. Reboot thesystem.
10
-
11
- dtoverlay=allo-boss-dac-pcm512x-audio
12
-
13
-![](2024-12-20-18-19-02.png)
14
-
15
-and not yet tested:
16
-
17
- dtoverlay=i2s-mmap
18
- dtoverlay=hifiberry-dacplus
19
-
20
-2)Check the DAC module
21
-
22
-Type in the commands that are shown below. You can see the BossDAC, the 3 is the dac devicenumber.
23
-
24
- aplay -l
25
- cat /proc/asound/cards
26
-
27
-![](2024-12-20-18-19-39.png)
28
-
29
-
30
-
31
-## after installation
32
-
33
-command will read UU instead
34
-
35
- i2cdetect -y 1
36
-
37
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
38
- 00: -- -- -- -- -- -- -- --
39
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
41
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
42
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- UU -- --
43
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
44
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
45
- 70: -- -- -- -- -- -- -- --
46
-
47
-unset dtoverlay=allo-boss-dac-pcm512x-audio will return to 0x4d:
48
-
49
- 0 1 2 3 4 5 6 7 8 9 a b c d e f
50
- 00: -- -- -- -- -- -- -- --
51
- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
52
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
53
- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
54
- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- 4d -- --
55
- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
56
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
57
- 70: -- -- -- -- -- -- -- --
... ...
\ No newline at end of file
Chip-dat/TI-dat/PCM5122-dat/PCM5122-dat.md
... ...
@@ -1,51 +0,0 @@
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
-
9
-## About PCM5122
10
-
11
-- Upgrade DAC chip, using BB (acquired by TI) More high-end PCM5122 chip,
12
- - Using I2S interface, not USB, control volume and audio via I2C interface.
13
- - Supports 16- to 32-bit audio data formats
14
- - Distortion and dynamic are very good,
15
- - Support high 384kHz sampling rate,
16
- - Dynamic range 112dB, Distortion -93Db.
17
- - Soft rising or falling ramp and analog squelch for 120dB squelch SNR with no pops.
18
-- PCM5122 also integrates a negative charge pump, the output without DC blocking capacitors; 2.1Vrms ground center output; Very good ability to suppress out-of-band noise. By supporting loads as low as 1kΩ, the PCM510xA can drive multiple parallel products. (That is, more than one amplifier at the same time).
19
-- The output ports are gold plated RCV double terminals and gold plated 3.5mm headphone holder
20
-- Isolated power supply design, the raspberry pie power supply and DAC part of the independent power isolation, and mutual non-interference through the beads, get rid of the current sound
21
-- Solderless, plug directly to the expansion board can be used, and the use of I2S interface directly decode digital to analog, non-USB DAC interface,
22
-- Increase for the two-color led to provide status display, red light for the DAC power indicator (power is bright), green for the DAC work status lights (work decoding, light, stop or not work off), a better understanding of the work of the DAC
23
-- Perfect compatible Raspberry Pi official PI HAT size, PCB board with high gold plating process, curved alignment (high-end HIFI DAC arc alignment), better signal continuity and reduce the signal reflection and refraction.
24
-
25
-
26
-## Function Diagram
27
-
28
-- [[PCM1863-dat]] - [[TPA3130-dat]] - [[TPA6120-dat]] - [[MSP430-dat]]
29
-
30
-- [[I2S-dat]]
31
-
32
-![](2024-12-03-17-25-44.png)
33
-
34
-![](2024-12-03-17-27-57.png)
35
-
36
-- normally use the [[SPI-dat]] output
37
-
38
-
39
-## demo video
40
-
41
-- https://x.com/electro_phoenix/status/1871071433797046460
42
-
43
-
44
-## Board
45
-
46
-- [[MPC1083-dat]]
47
-
48
-
49
-## ref
50
-
51
-
Chip-dat/TI-dat/TI-amplifier-dat/OPA2380-dat/2025-04-25-00-54-33.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-amplifier-dat/OPA2380-dat/2025-04-25-00-54-33.png differ
Chip-dat/TI-dat/TI-amplifier-dat/OPA2380-dat/OPA2380-dat.md
... ...
@@ -0,0 +1,16 @@
1
+
2
+# OPA2380-dat
3
+
4
+
5
+
6
+## APPLICATIONS
7
+
8
+- PHOTODIODE MONITORING
9
+- PRECISION I/V CONVERSION
10
+- OPTICAL AMPLIFIERS
11
+- CAT-SCANNER FRONT-END
12
+
13
+
14
+## BASIC OPERATION
15
+
16
+![](2025-04-25-00-54-33.png)
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/NE5532-dat/2024-10-27-14-25-55.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/NE5532-dat/2024-10-27-14-25-55.png differ
Chip-dat/TI-dat/TI-audio-dat/NE5532-dat/2024-10-27-14-27-33.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/NE5532-dat/2024-10-27-14-27-33.png differ
Chip-dat/TI-dat/TI-audio-dat/NE5532-dat/NE5532-dat.md
... ...
@@ -0,0 +1,36 @@
1
+
2
+# NE5532-dat
3
+
4
+
5
+
6
+- [chip DS ](https://www.ti.com/lit/ds/symlink/ne5532.pdf)
7
+
8
+NE5532x, SA5532x Dual Low-Noise Operational Amplifiers
9
+
10
+
11
+
12
+
13
+## boards
14
+
15
+- [[AMP1017-dat]]
16
+
17
+
18
+## appliction amplifier
19
+
20
+VCC+ Supply voltage: 5 ~ 15 V
21
+
22
+![](2024-10-27-14-25-55.png)d
23
+
24
+
25
+## audio amplifier SCH
26
+
27
+- [[virtual-ground-dat]] - by [[voltage-divider-dat]]
28
+
29
+the gain is 15K / 2.2K
30
+
31
+![](2024-10-27-14-27-33.png)
32
+
33
+
34
+## ref
35
+
36
+- [[TI-dat]] - [[resistor-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/PCM2906-dat/2025-04-25-00-49-19.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/PCM2906-dat/2025-04-25-00-49-19.png differ
Chip-dat/TI-dat/TI-audio-dat/PCM2906-dat/PCM2906-dat.md
... ...
@@ -0,0 +1,16 @@
1
+
2
+# PCM2906-dat
3
+
4
+[PCM2906C](https://www.ti.com/product/PCM2906C)
5
+
6
+Stereo USB CODEC with line out and S/PDIF, Bus-powered
7
+
8
+
9
+## TYPICAL CIRCUIT CONNECTION 1
10
+
11
+![](2025-04-25-00-49-19.png)
12
+
13
+
14
+## APPs
15
+
16
+- [[USB-player-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/PCM5102-dat/PCM5102-dat.md
... ...
@@ -0,0 +1,25 @@
1
+
2
+# PCM5102-dat
3
+
4
+https://www.ti.com/product/PCM5102
5
+
6
+https://www.ti.com/lit/ds/symlink/pcm5102.pdf?ts=1733652266351&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FPCM5102
7
+
8
+- [[AMP1006-dat]]
9
+
10
+- A_VDD
11
+- D_VDD
12
+
13
+## 1.8V logic tolerant consideration
14
+
15
+The I2S signals on the PCM5122 are typically not guaranteed to reliably tolerate 1.8V logic levels.
16
+
17
+You should use level shifters to safely interface a 1.8V system with the PCM5122, especially for high-speed communication like I2S.
18
+
19
+
20
+
21
+
22
+
23
+## ref
24
+
25
+- [[PCM5122-dat]]
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-03-17-25-44.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-03-17-25-44.png differ
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-03-17-27-57.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-03-17-27-57.png differ
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-20-18-19-02.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-20-18-19-02.png differ
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-20-18-19-39.png
... ...
Binary files /dev/null and b/Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/2024-12-20-18-19-39.png differ
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/PCM5122-RPI-dat.md
... ...
@@ -0,0 +1,57 @@
1
+
2
+# PCM5122-RPI-dat.md
3
+
4
+1) Modify the config.txt on termianl. Open the config.txt in system.
5
+
6
+ sudo nano /boot/config.txt
7
+ sudo nano /boot/firmware/config.txt
8
+
9
+Append the following lines to the end of the file,enable the audio module.Draw attention to theformat , Otherwise it doesn't work. press "ctrl+o" and press "Enter" to save the file. Reboot thesystem.
10
+
11
+ dtoverlay=allo-boss-dac-pcm512x-audio
12
+
13
+![](2024-12-20-18-19-02.png)
14
+
15
+and not yet tested:
16
+
17
+ dtoverlay=i2s-mmap
18
+ dtoverlay=hifiberry-dacplus
19
+
20
+2)Check the DAC module
21
+
22
+Type in the commands that are shown below. You can see the BossDAC, the 3 is the dac devicenumber.
23
+
24
+ aplay -l
25
+ cat /proc/asound/cards
26
+
27
+![](2024-12-20-18-19-39.png)
28
+
29
+
30
+
31
+## after installation
32
+
33
+command will read UU instead
34
+
35
+ i2cdetect -y 1
36
+
37
+ 0 1 2 3 4 5 6 7 8 9 a b c d e f
38
+ 00: -- -- -- -- -- -- -- --
39
+ 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40
+ 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
41
+ 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
42
+ 40: -- -- -- -- -- -- -- -- -- -- -- -- -- UU -- --
43
+ 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
44
+ 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
45
+ 70: -- -- -- -- -- -- -- --
46
+
47
+unset dtoverlay=allo-boss-dac-pcm512x-audio will return to 0x4d:
48
+
49
+ 0 1 2 3 4 5 6 7 8 9 a b c d e f
50
+ 00: -- -- -- -- -- -- -- --
51
+ 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
52
+ 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
53
+ 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
54
+ 40: -- -- -- -- -- -- -- -- -- -- -- -- -- 4d -- --
55
+ 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
56
+ 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
57
+ 70: -- -- -- -- -- -- -- --
... ...
\ No newline at end of file
Chip-dat/TI-dat/TI-audio-dat/PCM5122-dat/PCM5122-dat.md
... ...
@@ -0,0 +1,51 @@
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
+
9
+## About PCM5122
10
+
11
+- Upgrade DAC chip, using BB (acquired by TI) More high-end PCM5122 chip,
12
+ - Using I2S interface, not USB, control volume and audio via I2C interface.
13
+ - Supports 16- to 32-bit audio data formats
14
+ - Distortion and dynamic are very good,
15
+ - Support high 384kHz sampling rate,
16
+ - Dynamic range 112dB, Distortion -93Db.
17
+ - Soft rising or falling ramp and analog squelch for 120dB squelch SNR with no pops.
18
+- PCM5122 also integrates a negative charge pump, the output without DC blocking capacitors; 2.1Vrms ground center output; Very good ability to suppress out-of-band noise. By supporting loads as low as 1kΩ, the PCM510xA can drive multiple parallel products. (That is, more than one amplifier at the same time).
19
+- The output ports are gold plated RCV double terminals and gold plated 3.5mm headphone holder
20
+- Isolated power supply design, the raspberry pie power supply and DAC part of the independent power isolation, and mutual non-interference through the beads, get rid of the current sound
21
+- Solderless, plug directly to the expansion board can be used, and the use of I2S interface directly decode digital to analog, non-USB DAC interface,
22
+- Increase for the two-color led to provide status display, red light for the DAC power indicator (power is bright), green for the DAC work status lights (work decoding, light, stop or not work off), a better understanding of the work of the DAC
23
+- Perfect compatible Raspberry Pi official PI HAT size, PCB board with high gold plating process, curved alignment (high-end HIFI DAC arc alignment), better signal continuity and reduce the signal reflection and refraction.
24
+
25
+
26
+## Function Diagram
27
+
28
+- [[PCM1863-dat]] - [[TPA3130-dat]] - [[TPA6120-dat]] - [[MSP430-dat]]
29
+
30
+- [[I2S-dat]]
31
+
32
+![](2024-12-03-17-25-44.png)
33
+
34
+![](2024-12-03-17-27-57.png)
35
+
36
+- normally use the [[SPI-dat]] output
37
+
38
+
39
+## demo video
40
+
41
+- https://x.com/electro_phoenix/status/1871071433797046460
42
+
43
+
44
+## Board
45
+
46
+- [[MPC1083-dat]]
47
+
48
+
49
+## ref
50
+
51
+
Chip-dat/TI-dat/TI-audio-dat/TI-audio-dat.md
... ...
@@ -3,12 +3,12 @@
3 3
4 4
- [[TPA3116-dat]]
5 5
6
+- [[PCM2906-dat]] - [[PCM5122-dat]] - [[PCM5102-dat]]
6 7
8
+- [[audio-dat]]
7 9
10
+- [[NE5532-dat]]
8 11
9
-[PCM2906C](https://www.ti.com/product/PCM2906C)
12
+## ref
10 13
11
-Stereo USB CODEC with line out and S/PDIF, Bus-powered
12
-
13
-
14
-- [[audio-dat]]
... ...
\ No newline at end of file
0
+- [[IT-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/TOSLINK-dat.md
... ...
@@ -71,3 +71,10 @@ While **TOSLINK** (optical) is a popular and widely used optical standard, espec
71 71
- **TOSLINK** optical transmitters and receivers are **designed for audio** signals that operate at relatively lower frequencies (44.1kHz or 48kHz for audio sampling).
72 72
- **TTL signals**, on the other hand, are **high-speed** and require a continuous **stream of binary data** (e.g., 115200 baud rate or higher) without the need for extra encoding schemes.
73 73
- **POF with TTL transceivers** directly handles **5V logic signals**, making it simpler and **more compatible** with serial communication.
74
+
75
+
76
+
77
+## TOTX147
78
+
79
+- connector-less
80
+
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-app-dat/USB-player-dat/USB-player-dat.md
... ...
@@ -3,7 +3,15 @@
3 3
4 4
https://www.instructables.com/External-USB-audio-card-with-optical-SPDIF-POF-in/
5 5
6
-- [[PCM2906-dat]] -> DOUT -> TX -> [[FC300T-dat]] ->
7
-- [[FC300T-dat]] -> RX -> [[OPA2308-dat]] -> DIN -> [[PCM2906-dat]]
6
+- [[PCM2906-dat]] -> DOUT -> -> [[74ACT00-dat]] -> TX -> [[FC300T-dat]] ->
8 7
9
-![](PCM2906C-POF.jpg)
... ...
\ No newline at end of file
0
+- [[FC300T-dat]] -> RX -> [[OPA2380-dat]] -> DIN -> [[PCM2906-dat]]
1
+
2
+![](PCM2906C-POF.jpg)
3
+
4
+
5
+
6
+
7
+## ref
8
+
9
+- [[TI-audio-dat]] - [[74xx-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/POF-dat.md
... ...
@@ -3,6 +3,8 @@
3 3
4 4
- get more compare info here: [[glass-fiber-dat]]
5 5
6
+- [[fiber-optic-app-dat]]
7
+
6 8
- [[FC300T-dat]] - [[Photolink-dat]] - [[HFBR-dat]] - [[HFBR-0500Z-Series-dat]]
7 9
8 10
- [[DLR2180-dat]] - [[TCPT1200-dat]] - [[vishay-dat]]