81a972ef0d8aaad435664d3d0fd73e8ce15ba1f0
Board/MPC/MPC1073-DAT/MPC1073-DAT.md
| ... | ... | @@ -1,6 +1,11 @@ |
| 1 | 1 | |
| 2 | 2 | ## hardware |
| 3 | 3 | |
| 4 | + |
|
| 5 | +## Board Functions |
|
| 6 | + |
|
| 7 | +RTC |
|
| 8 | + |
|
| 4 | 9 | ### Batch Design Error |
| 5 | 10 | |
| 6 | 11 | We have made a batch of board with the design error like below, please check: |
| ... | ... | @@ -19,4 +24,12 @@ Best regards, |
| 19 | 24 | |
| 20 | 25 | ## software |
| 21 | 26 | |
| 22 | -- code: https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/adapter |
|
| ... | ... | \ No newline at end of file |
| 0 | +- code: https://github.com/hzeller/rpi-rgb-led-matrix/tree/master/adapter |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +## ref |
|
| 4 | + |
|
| 5 | +- https://w.electrodragon.com/w/RPI_RMP_Guide |
|
| 6 | +- https://w.electrodragon.com/w/RPI_RMP_HDK |
|
| 7 | + |
|
| 8 | +- [[ds1307-dat]] - [[hub75-dat]] |
|
| ... | ... | \ No newline at end of file |
Chip/dallas/07-31-13-05-07-2023.png
| ... | ... | Binary files /dev/null and b/Chip/dallas/07-31-13-05-07-2023.png differ |
Chip/dallas/ds1307-dat.md
| ... | ... | @@ -0,0 +1,14 @@ |
| 1 | + |
|
| 2 | +# ds1307 dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | + |
|
| 6 | +## ref |
|
| 7 | + |
|
| 8 | +- [[raspberry-pi-dat]] |
|
| 9 | + |
|
| 10 | +ref demo code |
|
| 11 | +- https://microdigisoft.com/interfacing-rtc-ds1307-module-with-raspberry-pi-using-python/ |
|
| 12 | +- https://pypi.org/project/adafruit-circuitpython-ds1307/ |
|
| 13 | + |
|
| 14 | + |
Tech/Interface/HUB75-DAT/22-29-13-05-07-2023.png
| ... | ... | Binary files /dev/null and b/Tech/Interface/HUB75-DAT/22-29-13-05-07-2023.png differ |
Tech/Interface/HUB75-DAT/HUB75-DAT.md
| ... | ... | @@ -0,0 +1,6 @@ |
| 1 | + |
|
| 2 | +# HUB75 DAT |
|
| 3 | + |
|
| 4 | +HUB75 with logic shifter on channel 0 |
|
| 5 | + |
|
| 6 | + |
|
| ... | ... | \ No newline at end of file |
Tech/RTC/rtc-dat.md
| ... | ... | @@ -0,0 +1,10 @@ |
| 1 | + |
|
| 2 | +# RTC DAT |
|
| 3 | + |
|
| 4 | +- [[DS1302-DAT]] |
|
| 5 | +- [[DS1307-DAT]] |
|
| 6 | +- [[DS3231-DAT]] |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## ref board |
|
| 10 | +[[MPC1073-DAT]] |
|
| ... | ... | \ No newline at end of file |
Tech/SBC/raspberry-pi-dat/raspberry-pi-dat.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | + |
|
| 2 | +# raspberry pi dat |
|
| 3 | + |
|
| 4 | +## I2C |
|
| 5 | + |
|
| 6 | +- turn on I2C functions at [[raspi-config]] |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## demo code |
|
| 10 | + |
|
| 11 | +https://github.com/Edragon/RPI |
|
| ... | ... | \ No newline at end of file |