Board-dat/DPR/DPR1097-DAT/DPR1097-DAT.md
... ...
@@ -2,7 +2,13 @@
2 2
# DPR1097 RS-422
3 3
4 4
5
-## Pin definition
5
+## Info
6
+
7
+[product url - RS422-TTL Module, Full Duplex, RS-422](https://www.electrodragon.com/product/rs422-ttl-module-full-duplex-rs-422/)
8
+
9
+## Board Map, Dimension, Pins, etc.
10
+
11
+### Pin definition
6 12
7 13
- GND
8 14
- A = R +
... ...
@@ -11,11 +17,10 @@
11 17
- Y = T +
12 18
13 19
14
-
15 20
![](2023-10-10-15-49-47.png)
16 21
17 22
18
-## Working Principle
23
+### Working Principle
19 24
20 25
To run a loop test, connect
21 26
... ...
@@ -25,21 +30,26 @@ To run a loop test, connect
25 30
Connect USB-TTL bridge for example [[PL2303-dat]] or more options from [[serial-dat]] TXD to RXD, RXD to TXD, 5V-5V, GND-GND.
26 31
27 32
33
+## Applications, category, tags, etc.
34
+
35
+## Demo Code and Video
28 36
29 37
30
-## Ref
31 38
32
-- https://www.electrodragon.com/product/rs422-ttl-module-full-duplex-rs-422/
39
+## old versions
33 40
41
+The ZYBA hole locations are in a different position AND the order has changed to YZBA.
34 42
35
-Legacy Wiki
36
-- https://w.electrodragon.com/w/Category:Interface
37
-- https://w.electrodragon.com/w/RS-422
43
+
44
+
45
+## ref
38 46
39 47
40 48
- [[RS422-dat]] - [[interface-dat]]
41
-
42
-- [[DPR1097]]
43 49
50
+- [legacy wiki page ](https://www.electrodragon.com/w/Category:Interface)
51
+- [RS-422](https://w.electrodragon.com/w/RS-422)
52
+
53
+- [[DPR1097]]
44 54
45 55
Chip-dat/Maxim-dat/MAX3490-dat.md
... ...
@@ -0,0 +1,25 @@
1
+
2
+# MAX3490-dat
3
+
4
+## Choosing Between MAX490 and MAX3490 for 3.3V Systems
5
+
6
+### βœ… Use Case: 3.3V Power Supply
7
+
8
+If your system uses a **3.3V power supply**, the **MAX3490** is the appropriate choice.
9
+
10
+### πŸ” Comparison Table
11
+
12
+| Feature | MAX490 | MAX3490 |
13
+|----------------|---------------------|----------------------|
14
+| Supply Voltage | 5V (Β±10%) | 3.3V (Β±10%) |
15
+| I/O Levels | TTL/CMOS (5V logic) | 3.3V CMOS compatible |
16
+| RS Standard | RS-485/RS-422 | RS-485/RS-422 |
17
+| ESD Protection | Basic | Enhanced |
18
+| Application | 5V Systems | 3.3V Systems |
19
+
20
+### βœ… Recommendation
21
+
22
+For 3.3V systems, use the **MAX3490**:
23
+- Fully compatible with 3.3V logic levels
24
+- Drop-in solution for RS-485/RS-422 communication
25
+- Low-power and ESD-protected
... ...
\ No newline at end of file
Chip-dat/Maxim-dat/MAX490-dat/MAX490-dat.md
... ...
@@ -0,0 +1,12 @@
1
+
2
+# MAX490-dat
3
+
4
+## Power Supply
5
+- **Vcc (Operating Voltage):** +5V Β±10% (Range: 4.5V to 5.5V)
6
+
7
+## Logic Input
8
+- Compatible with **TTL/CMOS logic levels** at 5V supply
9
+
10
+## Receiver Input Voltage Range
11
+- **Common-mode voltage range:** -7V to +12V
12
+
Tech-dat/Interface-dat/RS422-dat/RS422-dat.md
... ...
@@ -42,7 +42,7 @@ this probably wrong or not P2P type
42 42
https://en.wikipedia.org/wiki/RS-422
43 43
https://www.omega.com/en-us/resources/rs422-rs485-rs232
44 44
45
-- [[DPR1097-dat]]
45
+- [[DPR1097-dat]] - [[MAX490-dat]]
46 46
47 47
- [[RS422]] - [[DPR1097]]
48 48
Tech-dat/Interface-dat/SPDIF-dat/2025-04-24-18-42-26.png
... ...
Binary files /dev/null and b/Tech-dat/Interface-dat/SPDIF-dat/2025-04-24-18-42-26.png differ
Tech-dat/Interface-dat/SPDIF-dat/SPDIF-dat.md
... ...
@@ -0,0 +1,39 @@
1
+
2
+# SPDIF-dat
3
+
4
+https://en.wikipedia.org/wiki/S/PDIF
5
+
6
+![](2025-04-24-18-42-26.png)
7
+
8
+
9
+## πŸ§ͺ SPDIF to TTL Interface Circuit (Basic Example)
10
+
11
+This circuit converts a **coaxial SPDIF signal** into a **5V TTL-compatible digital signal** using basic analog components.
12
+
13
+```text
14
+ +5V
15
+ β”‚
16
+ [10kΞ©] R1
17
+ β”‚
18
+SPDIF ▢──C1───┬────┬───► To Comparator Input (Vin+)
19
+(Coaxial) β”‚ [10kΞ©] R2
20
+ (0.1Β΅F) β”‚
21
+ GND
22
+
23
+Comparator:
24
+- Vin+ β†’ From voltage divider (above)
25
+- Vinβˆ’ β†’ Reference voltage (e.g. 2.5V from voltage divider or regulator)
26
+- Vout β†’ 5V TTL output signal (to MCU / logic circuit)
27
+```
28
+
29
+### 🧰 Components:
30
+- `C1`: 0.1 Β΅F ceramic capacitor (AC coupling)
31
+- `R1`, `R2`: 10kΞ© resistors to create a bias voltage (~2.5V)
32
+- **Comparator**: e.g. LMV7219, TLV3501 (fast response)
33
+- Optional: Schmitt trigger buffer (e.g. 74HC14) for clean signal output
34
+
35
+### ⚠️ Notes:
36
+- Always AC-couple SPDIF input to protect from DC offsets.
37
+- Adjust resistor values for different bias points if needed.
38
+- For more reliable decoding, consider using a dedicated SPDIF receiver chip like `DIR9001` or `CS8416`.
39
+
Tech-dat/Network-dat/fiber-optic-dat/LC-connector-dat/LC-connector-dat.md
... ...
@@ -1,18 +0,0 @@
1
-
2
-# LC-connector-dat.md
3
-
4
-## LC module
5
-
6
-LC stands for Lucent Connector.
7
-
8
-LC connectors are smaller versions of SC connectors, commonly used in high-density fiber optic applications.
9
-
10
-### Features:
11
-
12
-Small form factor: Half the size of SC connectors, making them ideal for space-limited environments like data centers.
13
-
14
-Latch mechanism: Uses a clip-on design for easy and secure connection.
15
-
16
-High-density applications: Commonly used in network switches, routers, and patch panels.
17
-
18
-Fiber types: Can be used with both single-mode and multi-mode fibers.
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/Photolink-dat/2025-04-24-18-39-29.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/Photolink-dat/2025-04-24-18-39-29.png differ
Tech-dat/Network-dat/fiber-optic-dat/Photolink-dat/Photolink-dat.md
... ...
@@ -23,16 +23,33 @@ https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/5335/PLT237-T10WH_R
23 23
| **Manufacturer**| Everlight (Likely) | Everlight |
24 24
25 25
26
-Everlight PLT131/T1/12 Photolink Fiber Optic Transmitter 650nm
26
+### matched connectors
27
+
28
+![](2025-04-24-18-39-29.png)
29
+
30
+[[TOSLINK-dat]] [[SPDIF-dat]] connector - [[interface-dat]]
31
+
32
+[reference](https://wiki.odroid.com/odroid-c2/application_note/external_connector/spdif)
33
+
34
+
35
+## Everlight PLT131/T1/12 Photolink Fiber Optic Transmitter 650nm
27 36
28 37
![](2025-04-21-16-00-21.png)
29 38
30
-PLR135/T8
39
+## PLR135/T8
40
+
41
+
31 42
32 43
## PLx133 series
33 44
34 45
[PLT133 SERIES](https://www.everlight.com/wp-content/plugins/ItemRelationship/product_files/pdf/DPL-0000107_PLT133_series_v8.pdf)
35 46
47
+
48
+
49
+
50
+
51
+
52
+
36 53
## ref
37 54
38 55
- [[fiber-optic-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/SC-Connector-dat/2025-04-22-12-32-51.png
... ...
Binary files a/Tech-dat/Network-dat/fiber-optic-dat/SC-Connector-dat/2025-04-22-12-32-51.png and /dev/null differ
Tech-dat/Network-dat/fiber-optic-dat/SC-Connector-dat/2025-04-22-12-33-03.png
... ...
Binary files a/Tech-dat/Network-dat/fiber-optic-dat/SC-Connector-dat/2025-04-22-12-33-03.png and /dev/null differ
Tech-dat/Network-dat/fiber-optic-dat/SC-Connector-dat/SC-Connector-dat.md
... ...
@@ -1,54 +0,0 @@
1
-
2
-# SC-Connector-dat
3
-
4
-![](2025-04-22-12-32-51.png)
5
-
6
-![](2025-04-22-12-33-03.png)
7
-
8
-The object you're holding is an **SC (Subscriber Connector) fiber optic connector**. These connectors are commonly used in network and telecom setups for fiber optic cables. Here's a quick rundown:
9
-
10
-Connector Type: SC
11
-
12
-- **Color**: Blue typically indicates single-mode fiber (usually used for long-distance data transmission).
13
-- **Ferrule**: The white cylindrical part at the tip is the ferrule, which aligns the fiber and is crucial for precise data transmission.
14
-- **Push-pull design**: SC connectors use a push-pull mechanism for easy insertion and removal.
15
-
16
-## SC/APC
17
-
18
-
19
-The connector shown is an **SC/APC (Angled Physical Contact)** type fiber optic connector, but let’s get specific:
20
-
21
-Based on What I See:
22
-
23
-The **blue housing** usually indicates an **SC/UPC (Ultra Physical Contact)** connector.
24
-
25
-The **ferrule** end in your image looks flat, which is consistent with UPC rather than the angled end of an APC (which would be green and have an 8Β° angled polish).
26
-
27
-
28
-
29
-
30
-
31
-## SC module
32
-
33
-SC stands for Subscriber Connector.
34
-
35
-SC connectors are a type of fiber optic connector commonly used with fiber optic cables.
36
-
37
-### Features:
38
-
39
-Push-pull coupling mechanism: Allows easy insertion and removal of connectors.
40
-
41
-Duplex design: Typically used in dual-core fiber optic cables (sending and receiving signals).
42
-
43
-Durable and reliable, often used in telecommunications, data centers, and other long-distance fiber optic links.
44
-
45
-Size: Relatively large compared to other connectors like LC.
46
-
47
-
48
-
49
-
50
-## ref
51
-
52
-device - [[SPF-transceiver-dat]]
53
-
54
-- [[fiber-optic-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-45-45.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-45-45.png differ
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-46-38.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-46-38.png differ
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-47-47.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-47-47.png differ
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-52-13.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-52-13.png differ
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-58-02.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/2025-04-24-18-58-02.png differ
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/TOSLINK-dat.md
... ...
@@ -22,4 +22,52 @@ Toslink DLT1120 fiber optic transmitter The light-emitting unit is a standard pa
22 22
23 23
![](2025-04-21-14-00-35.png)
24 24
25
-project [SPDIF to TOSLink Adapter Hat for Quartz64](https://github.com/CounterPillow/quartz64-toslink-hat)
... ...
\ No newline at end of file
0
+project [SPDIF to TOSLink Adapter Hat for Quartz64](https://github.com/CounterPillow/quartz64-toslink-hat)
1
+
2
+
3
+## DLR 1121
4
+
5
+![](2025-04-24-18-58-02.png)
6
+## DLR 2180
7
+
8
+
9
+![](2025-04-24-18-45-45.png)
10
+
11
+![](2025-04-24-18-46-38.png)
12
+
13
+
14
+![](2025-04-24-18-47-47.png)
15
+
16
+[toslink-guide](https://www.tme.eu/Document/3363e65f4c705941469014401686faf2/TOFC100-xx.pdf)
17
+
18
+
19
+## TOTX178A
20
+
21
+- [[totx178.pdf]]
22
+
23
+![](2025-04-24-18-52-13.png)
24
+
25
+
26
+## Optical SPDIF (TOSLINK):
27
+
28
+- Uses optical fiber (plastic or glass).
29
+- Has a TOSLINK connector (square-ish plug).
30
+- Carries light-based digital signals.
31
+- Immune to electrical interference (a bonus in noisy environments).
32
+
33
+## Why Not Use TOSLINK for Transferring 5V TTL Serial Signals?
34
+
35
+While **TOSLINK** (optical) is a popular and widely used optical standard, especially for **consumer audio** (like SPDIF), it's **not ideally suited** for directly transferring TTL serial signals like 5V logic. Here's why **POF** (Plastic Optical Fiber) is often a better choice for serial TTL communication over **TOSLINK**:
36
+
37
+### πŸ” Key Differences:
38
+
39
+#### 1. Signal Type:
40
+- **TOSLINK (SPDIF)** carries **digital audio** data, which is encoded in a **biphase-mark** format (a specific way of encoding 1s and 0s for audio).
41
+ - It's not **raw TTL**, so you'd need a **decoder** or **receiver chip** to convert it back into useful serial data.
42
+ - It's designed for **audio signals**, not serial communication.
43
+- **POF (Plastic Optical Fiber)** with **TTL transceivers** is specifically designed to carry **digital data signals** such as serial UART, which is just **raw bits** (high and low voltages) transmitted directly over light.
44
+
45
+#### 2. Electrical Compatibility:
46
+- **TOSLINK** optical transmitters and receivers are **designed for audio** signals that operate at relatively lower frequencies (44.1kHz or 48kHz for audio sampling).
47
+ - **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.
48
+- **POF with TTL transceivers** directly handles **5V logic signals**, making it simpler and **more compatible** with serial communication.
Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/totx178.pdf
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/TOSLINK-dat/totx178.pdf differ
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/DLR2180-dat/DLR2180-dat.md
... ...
@@ -0,0 +1,13 @@
1
+
2
+# DLR2180-dat
3
+
4
+
5
+DLR28012
6
+https://www.edison-opto.com/_i/assets/file/productlist/8DLR28000000000A.pdf
7
+
8
+- [[DLR2180-datasheet.pdf]]
9
+
10
+
11
+## DLT1111A
12
+
13
+http://www.hy1688.com.tw/SWITCH/DC%20JACK%20HOME/Optical_File/DLT1111A.pdf
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/DLR2180-dat/DLR2180-datasheet.pdf
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/DLR2180-dat/DLR2180-datasheet.pdf differ
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/HFBR-0500Z-Series-dat/HFBR-0500Z-Series-dat.md
... ...
@@ -1,19 +0,0 @@
1
-
2
-# HFBR-0500Z-Series-dat
3
-
4
-Internal optics have been optimized for use with 1-mm diameter polymer optical fiber. Versatile Link specifications incorporate all connector interface losses. Therefore, optical calculations for common link applications are simplified.
5
-
6
-[HFBR-0500Z Series Versatile Link Fiber-Optic Connection](https://docs.broadcom.com/doc/AV02-1501EN)
7
-
8
-
9
-Yes, you can insert a bare end POF cable into the Broadcom HFBR-0500 Series transceivers (e.g., HFBR-1521Z, HFBR-2521Z, etc.) β€” that’s one of their key advantages.
10
-
11
-βœ… Here's how it works:
12
-
13
-The HFBR-0500 series is designed for tool-less, field-installable connections.
14
-
15
-You can directly cut and insert a 1 mm core POF cable (typically with 2.2 mm jacket) into the transceiver.
16
-
17
-No pre-attached connector is required.
18
-
19
-https://www.broadcom.com/products/fiber-optic-modules-components/industrial/industrial-control-general-purpose/650nm/hfbr-1521z
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/HFBR-dat/HFBR-0500Z-Series-dat/HFBR-0500Z-Series-dat.md
... ...
@@ -0,0 +1,19 @@
1
+
2
+# HFBR-0500Z-Series-dat
3
+
4
+Internal optics have been optimized for use with 1-mm diameter polymer optical fiber. Versatile Link specifications incorporate all connector interface losses. Therefore, optical calculations for common link applications are simplified.
5
+
6
+[HFBR-0500Z Series Versatile Link Fiber-Optic Connection](https://docs.broadcom.com/doc/AV02-1501EN)
7
+
8
+
9
+Yes, you can insert a bare end POF cable into the Broadcom HFBR-0500 Series transceivers (e.g., HFBR-1521Z, HFBR-2521Z, etc.) β€” that’s one of their key advantages.
10
+
11
+βœ… Here's how it works:
12
+
13
+The HFBR-0500 series is designed for tool-less, field-installable connections.
14
+
15
+You can directly cut and insert a 1 mm core POF cable (typically with 2.2 mm jacket) into the transceiver.
16
+
17
+No pre-attached connector is required.
18
+
19
+https://www.broadcom.com/products/fiber-optic-modules-components/industrial/industrial-control-general-purpose/650nm/hfbr-1521z
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/HFBR-dat/HFBR-dat.md
... ...
@@ -0,0 +1,27 @@
1
+
2
+# HFBR-dat
3
+
4
+HFBR-4503Z
5
+
6
+- [[HFBR-0500Z-Series-dat]]
7
+
8
+- [[HFBR]] - [[POF]]
9
+
10
+## Best Way to Use POF for 5V TTL Serial:
11
+
12
+ TX Side (Microcontroller)
13
+ --------------------------
14
+ MCU TX ──► HFBR-1521 (Transmitter)
15
+ GND ─────┬──────────────────────┐
16
+ Vcc (5V) ──────────────────────►
17
+
18
+ RX Side (Receiver)
19
+ -------------------
20
+ POF Fiber ──► HFBR-2521 (Receiver)
21
+ Output ─────► MCU RX
22
+ GND ─────────┴──────────────────
23
+
24
+
25
+## ref
26
+
27
+- [[TOSlink-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-cable-dat/POF-dat/POF-dat.md
... ...
@@ -3,9 +3,11 @@
3 3
4 4
- get more compare info here: [[glass-fiber-dat]]
5 5
6
-- [[FC300T-dat]] - [[Photolink-dat]] - [[HFBR-0500Z-Series-dat]] - [[TOTX-TORX-dat]]
6
+- [[FC300T-dat]] - [[Photolink-dat]] - [[HFBR-0500Z-Series-dat]]
7 7
8
-- [[toshiba-dat]]
8
+- [[DLR2180-dat]] - [[TCPT1200-dat]] - [[vishay-dat]]
9
+
10
+- [[toshiba-dat]] - [[TOTX-TORX-dat]] - [[toslink-dat]]
9 11
10 12
- [[POF]]
11 13
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/2025-04-24-18-03-15.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/2025-04-24-18-03-15.png differ
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/LC-connector-dat/LC-connector-dat.md
... ...
@@ -0,0 +1,18 @@
1
+
2
+# LC-connector-dat.md
3
+
4
+## LC module
5
+
6
+LC stands for Lucent Connector.
7
+
8
+LC connectors are smaller versions of SC connectors, commonly used in high-density fiber optic applications.
9
+
10
+### Features:
11
+
12
+Small form factor: Half the size of SC connectors, making them ideal for space-limited environments like data centers.
13
+
14
+Latch mechanism: Uses a clip-on design for easy and secure connection.
15
+
16
+High-density applications: Commonly used in network switches, routers, and patch panels.
17
+
18
+Fiber types: Can be used with both single-mode and multi-mode fibers.
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/SC-Connector-dat/2025-04-22-12-32-51.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/SC-Connector-dat/2025-04-22-12-32-51.png differ
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/SC-Connector-dat/2025-04-22-12-33-03.png
... ...
Binary files /dev/null and b/Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/SC-Connector-dat/2025-04-22-12-33-03.png differ
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/SC-Connector-dat/SC-Connector-dat.md
... ...
@@ -0,0 +1,54 @@
1
+
2
+# SC-Connector-dat
3
+
4
+![](2025-04-22-12-32-51.png)
5
+
6
+![](2025-04-22-12-33-03.png)
7
+
8
+The object you're holding is an **SC (Subscriber Connector) fiber optic connector**. These connectors are commonly used in network and telecom setups for fiber optic cables. Here's a quick rundown:
9
+
10
+Connector Type: SC
11
+
12
+- **Color**: Blue typically indicates single-mode fiber (usually used for long-distance data transmission).
13
+- **Ferrule**: The white cylindrical part at the tip is the ferrule, which aligns the fiber and is crucial for precise data transmission.
14
+- **Push-pull design**: SC connectors use a push-pull mechanism for easy insertion and removal.
15
+
16
+## SC/APC
17
+
18
+
19
+The connector shown is an **SC/APC (Angled Physical Contact)** type fiber optic connector, but let’s get specific:
20
+
21
+Based on What I See:
22
+
23
+The **blue housing** usually indicates an **SC/UPC (Ultra Physical Contact)** connector.
24
+
25
+The **ferrule** end in your image looks flat, which is consistent with UPC rather than the angled end of an APC (which would be green and have an 8Β° angled polish).
26
+
27
+
28
+
29
+
30
+
31
+## SC module
32
+
33
+SC stands for Subscriber Connector.
34
+
35
+SC connectors are a type of fiber optic connector commonly used with fiber optic cables.
36
+
37
+### Features:
38
+
39
+Push-pull coupling mechanism: Allows easy insertion and removal of connectors.
40
+
41
+Duplex design: Typically used in dual-core fiber optic cables (sending and receiving signals).
42
+
43
+Durable and reliable, often used in telecommunications, data centers, and other long-distance fiber optic links.
44
+
45
+Size: Relatively large compared to other connectors like LC.
46
+
47
+
48
+
49
+
50
+## ref
51
+
52
+device - [[SPF-transceiver-dat]]
53
+
54
+- [[fiber-optic-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-connector-dat/fiber-optic-connector-dat.md
... ...
@@ -0,0 +1,6 @@
1
+
2
+# fiber-optic-connector-dat
3
+
4
+![](2025-04-24-18-03-15.png)
5
+
6
+- [[LC-connector-dat]] - [[SC-connector-dat]]
... ...
\ No newline at end of file
Tech-dat/Network-dat/fiber-optic-dat/fiber-optic-transceiver-dat/fiber-optic-transceiver-dat.md
... ...
@@ -18,7 +18,8 @@
18 18
19 19
## ref
20 20
21
-- [[fiber-optic-dat]]
21
+- [[fiber-optic-dat]] - [[fiber-optic]]
22 22
23 23
- [[fiber-optic-transceiver]] - [[maker]]
24 24
25
+- [[SPF]]
... ...
\ No newline at end of file
Tech-dat/cable-dat/coaxial-cable-dat/coaxial-cable-dat.md
... ...
@@ -1,6 +1,14 @@
1 1
2 2
# coaxial-cable-dat
3 3
4
+πŸ”Ά Coaxial (RCA) SPDIF:
5
+
6
+- Uses a copper wire inside a coaxial cable.
7
+- Has an RCA connector (looks like those red/white/yellow plugs).
8
+- Carries electrical digital signals.
9
+- Requires a 75-ohm impedance cable for proper SPDIF transmission.
10
+
11
+
4 12
## S/PDIF
5 13
6 14
https://en.wikipedia.org/wiki/S/PDIF
Tech-dat/tech-dat.md
... ...
@@ -9,7 +9,7 @@
9 9
10 10
- [[robot-dat]]
11 11
12
-- [[cable-dat]] - [[fiber-optic-dat]]- [[coaxial-cable-dat]]
12
+- [[cable-dat]] - [[fiber-optic-dat]]- [[coaxial-cable-dat]] - [[POF-dat]]
13 13
14 14
## Circuits
15 15