1eee924b4948978b0a88a71f1bbc80020dc275e7
Board/MPC/MPC1083-dat/MPC1083-dat.md
... | ... | @@ -0,0 +1,20 @@ |
1 | + |
|
2 | +# MPC1083-dat |
|
3 | + |
|
4 | +## Config Mode |
|
5 | + |
|
6 | +| Mod1 | Mod2 | Mode | |
|
7 | +| ---- | ----- | -------------- | |
|
8 | +| GND | VCC | I2C (default) | |
|
9 | +| VCC | *any* | SPI | |
|
10 | +| GND | GND | Hardware | |
|
11 | + |
|
12 | +I2C Address |
|
13 | + |
|
14 | +ADR1 = pull-up, ADR2 = pull-down |
|
15 | + |
|
16 | + |
|
17 | + |
|
18 | +## ref |
|
19 | + |
|
20 | +- [[I2S-dat]] - [[I2C-dat]] |
|
... | ... | \ No newline at end of file |
Board/MPC/MPC1111-DAT/MPC1111-DAT.md
... | ... | @@ -4,15 +4,30 @@ |
4 | 4 | ![](21-32-15-26-04-2023.png) |
5 | 5 | |
6 | 6 | |
7 | +## Pins |
|
8 | + |
|
9 | +| ES9023 | RPI pin | note | |
|
10 | +| ------ | ------------------ | -------------------------------- | |
|
11 | +| SCK | | Not wired (Internally generated) | |
|
12 | +| BCK | PIN 12 (GPIO18) | | |
|
13 | +| DIN | PIN 40 (GPIO21) | | |
|
14 | +| LRCK | PIN 35 (GPIO19) | | |
|
15 | +| GND | PIN 6 (GND) | | |
|
16 | +| VIN | PIN 2 (5V) | | |
|
17 | + |
|
18 | + |
|
19 | + |
|
20 | + |
|
7 | 21 | ## ref |
8 | 22 | - https://www.electrodragon.com/w/Sound_Card#Use_PCM5102_or_ES9023_w.2FRPI |
23 | + |
|
24 | + |
|
9 | 25 | - [[volumio]] |
10 | 26 | |
11 | -| RPI | ES9023 | |
|
12 | -| ---- | -------------------------------- | |
|
13 | -| SCK | Not wired (Internally generated) | |
|
14 | -| BCK | PIN 12 (GPIO18) | |
|
15 | -| DIN | PIN 40 (GPIO21) | |
|
16 | -| LRCK | PIN 35 (GPIO19) | |
|
17 | -| GND | PIN 6 (GND) | |
|
18 | -| VIN | PIN 2 (5V) | |
|
... | ... | \ No newline at end of file |
0 | +- [[infrared-dat]] |
|
1 | + |
|
2 | +- [[RPI-dat]] |
|
3 | + |
|
4 | +- [[LDO-dat]] |
|
5 | + |
|
6 | +- [[I2C-dat]] - [[I2S-dat]] |
|
... | ... | \ No newline at end of file |
Tech/Interface/I2S-dat/I2S-dat.md
... | ... | @@ -0,0 +1,27 @@ |
1 | + |
|
2 | +# I2S-dat |
|
3 | + |
|
4 | +An I2S (Interactive Two-Way Serial) interface is a type of serial communication protocol used for transferring data between devices. |
|
5 | + |
|
6 | +It is commonly used in computer networking, as well as in audio processing and digital electronics. |
|
7 | + |
|
8 | +I2S interfaces typically use a combination of fast and slow data transfer rates to make efficient use of communication bandwidth and minimize noise and errors. |
|
9 | + |
|
10 | +One of the key features of I2S interfaces is their ability to support full-duplex communication, which allows for the simultaneous transfer of data in both directions. |
|
11 | + |
|
12 | +This makes I2S a popular choice for high-speed data transfer applications. |
|
13 | + |
|
14 | +## Pin |
|
15 | + |
|
16 | +| Name | also Name | func | RPI | |
|
17 | +| ---- | ------------ | ---------------------------------- | --- | |
|
18 | +| BCLK | | Bit clock line | G18 | |
|
19 | +| WS | LRCK | Word clock line | G19 | |
|
20 | +| SD | SDIN / SDOUT | At least one multiplexed data line | G21 | |
|
21 | + |
|
22 | + |
|
23 | + |
|
24 | + |
|
25 | +## ref |
|
26 | + |
|
27 | +https://en.wikipedia.org/wiki/I%C2%B2S |
Tech/Network-dat/RF/Infrared-dat/2023-10-31-17-25-13.png
... | ... | Binary files /dev/null and b/Tech/Network-dat/RF/Infrared-dat/2023-10-31-17-25-13.png differ |
Tech/Network-dat/RF/Infrared-dat/Infrared-dat.md
... | ... | @@ -1,3 +1,8 @@ |
1 | 1 | |
2 | 2 | # Infrared dat |
3 | 3 | |
4 | + |
|
5 | + |
|
6 | +## connecting to RPI |
|
7 | + |
|
8 | +![](2023-10-31-17-25-13.png) |
|
... | ... | \ No newline at end of file |
Tech/SBC/RPI-dat/2023-10-31-17-33-46.png
... | ... | Binary files /dev/null and b/Tech/SBC/RPI-dat/2023-10-31-17-33-46.png differ |
Tech/SBC/RPI-dat/RPI-dat.md
... | ... | @@ -14,6 +14,16 @@ |
14 | 14 | - turn on I2C functions at [[raspi-config]] |
15 | 15 | |
16 | 16 | |
17 | + |
|
18 | +## Pin Definitions |
|
19 | + |
|
20 | +Version 1 from [[MPC1111-dat]] |
|
21 | + |
|
22 | +![](2023-10-31-17-33-46.png) |
|
23 | + |
|
24 | + |
|
25 | + |
|
26 | + |
|
17 | 27 | ## demo code |
18 | 28 | |
19 | 29 | https://github.com/Edragon/RPI |
... | ... | \ No newline at end of file |
Tech/power-dat/LDO-dat/LDO-dat.md
... | ... | @@ -0,0 +1,3 @@ |
1 | + |
|
2 | +# LDO-dat |
|
3 | + |