fe69e9733d0b6d370f83ee2eea897045d8a1f8c6
Tech/Interface-dat/HUB75-DAT/2024-01-14-16-31-06.png
| ... | ... | Binary files /dev/null and b/Tech/Interface-dat/HUB75-DAT/2024-01-14-16-31-06.png differ |
Tech/Interface-dat/HUB75-DAT/HUB75-DAT.md
| ... | ... | @@ -9,3 +9,4 @@ HUB75 with logic shifter on channel 0 |
| 9 | 9 |  |
| 10 | 10 | |
| 11 | 11 | |
| 12 | + |
|
| ... | ... | \ No newline at end of file |
Tech/SBC-dat/RPI-dat/RPI-CM4-dat/RPI-CM4-dat.md
| ... | ... | @@ -2,6 +2,8 @@ |
| 2 | 2 | |
| 3 | 3 | # RPI-CM-dat |
| 4 | 4 | |
| 5 | +## CM3 |
|
| 6 | + |
|
| 5 | 7 | The Raspberry Pi Compute Module is a small, powerful, and customizable single-board computer designed for embedded applications. It is based on the same architecture as the Raspberry Pi boards but in a more compact form factor. The Compute Module provides a more flexible and modular approach compared to the standard Raspberry Pi boards. |
| 6 | 8 | |
| 7 | 9 | Here are some key features of the Raspberry Pi Compute Module: |
| ... | ... | @@ -24,6 +26,20 @@ To learn more about the Raspberry Pi Compute Module, you can visit the official |
| 24 | 26 | |
| 25 | 27 |  |
| 26 | 28 | |
| 29 | +CM3+: https://datasheets.raspberrypi.com/cm/cm3-plus-datasheet.pdf |
|
| 30 | + |
|
| 31 | +## CM4 |
|
| 32 | + |
|
| 33 | +CM4 exposes GPIO Bank 0, which covers GPIOs 0 to 27. Naming is identical between 2711 and CM4. |
|
| 34 | +Bank 1 (GPIOs 28 to 45) is largely used by ethernet functions and wireless LAN. |
|
| 35 | +Bank 2 (GPIOs 46 to 57) is used for eMMC/SD card. |
|
| 36 | + |
|
| 37 | +CM4 also has GPIOs 44&45 from Bank 1 exposed for the I2C bus normally connected to the camera or DSI displays. See CM4 datasheet section 2.9 "I2C (SDA0 SCL0)" |
|
| 38 | + |
|
| 39 | + |
|
| 40 | +default UARTs: https://forums.raspberrypi.com/viewtopic.php?t=345086 |
|
| 41 | + |
|
| 42 | + |
|
| 27 | 43 | |
| 28 | 44 | ## Specs |
| 29 | 45 | |
| ... | ... | @@ -61,7 +77,7 @@ To learn more about the Raspberry Pi Compute Module, you can visit the official |
| 61 | 77 | |
| 62 | 78 | - datasheet [[cm4-datasheet.pdf]] |
| 63 | 79 | |
| 64 | -- [[RPI-CM]] |
|
| 80 | +- [[RPI-CM4]] |
|
| 65 | 81 | |
| 66 | 82 | - https://www.raspberrypi.com/products/compute-module-4/?variant=raspberry-pi-cm4001000 |
| 67 | 83 | |
| ... | ... | @@ -76,4 +92,7 @@ footprint |
| 76 | 92 | |
| 77 | 93 | - https://gitlab.com/m10cube/m10 |
| 78 | 94 | |
| 79 | -- https://github.com/ShawnHymel/rpi-cm4-carrier-template |
|
| ... | ... | \ No newline at end of file |
| 0 | +- https://github.com/ShawnHymel/rpi-cm4-carrier-template |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +https://elinux.org/RPi_BCM2711_GPIOs |
|
| ... | ... | \ No newline at end of file |
Tech/SBC-dat/RPI-dat/RPI-CM4-expansion-board-dat/RPI-CM4-expansion-board-dat.md
| ... | ... | @@ -67,4 +67,8 @@ |
| 67 | 67 | |
| 68 | 68 | ## ref |
| 69 | 69 | |
| 70 | -- [[RPI-CM4-expansion-board]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[RPI-CM4-expansion-board]] |
|
| 1 | + |
|
| 2 | +minimum carrier board |
|
| 3 | +- Small carrier board for Raspberry Pi CM4 - [mincab](https://uplab.pro/2021/10/mincab/) |
|
| 4 | +- [Minimal_carrier_board_for_CM4](https://github.com/dronecz/Minimal_carrier_board_for_CM4) |
|
| ... | ... | \ No newline at end of file |
Tech/SBC-dat/RPI-dat/RPI-dat.md
| ... | ... | @@ -23,7 +23,9 @@ |
| 23 | 23 | - turn on I2C functions at [[raspi-config]] |
| 24 | 24 | |
| 25 | 25 | |
| 26 | +## chip |
|
| 26 | 27 | |
| 28 | +- [[BCM2835-dat]] - [[BCM2711-dat]] |
|
| 27 | 29 | |
| 28 | 30 | |
| 29 | 31 | ## demo code |
board-series-dat/RMP-driver-dat/RMP-driver-dat.md
| ... | ... | @@ -1,5 +1,7 @@ |
| 1 | 1 | # RGB Matrix Panel Driver Board |
| 2 | 2 | |
| 3 | +- [[RPI-dat]] |
|
| 4 | + |
|
| 3 | 5 | - with raspberry pi - [[MPC1073-dat]] - [[MPC1119-dat]] |
| 4 | 6 | - with ESP32 - [[IDD1013-dat]] - [[IDD1016-dat]] |
| 5 | 7 | - with esp8266 - [[IDD1007-dat]] |