00ceff3613f9c1a6a8d37fa634b3bb143ec6268b
Chip-dat/74xx-dat/74HC595-dat/74HC595-dat.md
| ... | ... | @@ -31,4 +31,6 @@ optional |
| 31 | 31 | - When the output-enable (OE) input is high, the outputs are in the high-impedance state. |
| 32 | 32 | |
| 33 | 33 | |
| 34 | +## ref |
|
| 34 | 35 | |
| 36 | +- [[RPI-dat]] |
Tech-dat/SBC-dat/RPI-dat/RPI-errors-dat/RPI-errors-dat.md
| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | + |
|
| 2 | +# RPI-errors-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +### The Repository "***" does not have a Release file. unable to update |
|
| 6 | + |
|
| 7 | +/etc/apt/sources.list.d/ |
|
| 8 | + |
|
| 9 | + deb http://archive.raspberrypi.org/debian/ stretch main ui |
|
| 10 | + # Uncomment line below then 'apt-get update' to enable 'apt-get source' |
|
| 11 | + deb-src http://archive.raspberrypi.org/debian/ stretch main ui |
|
| 12 | + |
|
| 13 | + |
|
| 14 | + |
|
| 15 | +deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi |
|
| 16 | +to |
|
| 17 | +deb http://legacy.raspbian.org/raspbian/ stretch main contrib non-free rpi |
|
| 18 | + |
|
| 19 | + |
|
| 20 | +https://raspberrypi.stackexchange.com/questions/143053/my-rpi-wont-update |
|
| 21 | + |
|
| 22 | + |
|
| 23 | + |
|
| 24 | +/etc/apt/sources.list |
|
| 25 | + |
|
| 26 | +/etc/sources.list.d/raspi.list |
|
| ... | ... | \ No newline at end of file |
Tech-dat/SBC-dat/RPI-dat/RPI-setup-dat/2024-09-30-19-19-11.png
| ... | ... | Binary files /dev/null and b/Tech-dat/SBC-dat/RPI-dat/RPI-setup-dat/2024-09-30-19-19-11.png differ |
Tech-dat/SBC-dat/RPI-dat/RPI-setup-dat/RPI-setup-dat.md
| ... | ... | @@ -0,0 +1,37 @@ |
| 1 | + |
|
| 2 | +# RPI-setup-dat |
|
| 3 | + |
|
| 4 | +## login |
|
| 5 | + |
|
| 6 | +- default login user = pi, pass = raspberry |
|
| 7 | + |
|
| 8 | +- reset password - https://forums.raspberrypi.com/viewtopic.php?t=319398 |
|
| 9 | + |
|
| 10 | + |
|
| 11 | + |
|
| 12 | +## network |
|
| 13 | + |
|
| 14 | +- [[rpi-dat]] has built-in wifi |
|
| 15 | + |
|
| 16 | +iwconfig |
|
| 17 | + |
|
| 18 | + eth0 no wireless extensions. |
|
| 19 | + |
|
| 20 | + lo no wireless extensions. |
|
| 21 | + |
|
| 22 | + wlan0 IEEE 802.11 ESSID:"111" |
|
| 23 | + Mode:Managed Frequency:2.472 GHz Access Point: D0:05:E4:E2:CD:A1 |
|
| 24 | + Bit Rate=72.2 Mb/s Tx-Power=31 dBm |
|
| 25 | + Retry short limit:7 RTS thr:off Fragment thr:off |
|
| 26 | + Encryption key:off |
|
| 27 | + Power Management:on |
|
| 28 | + Link Quality=65/70 Signal level=-45 dBm |
|
| 29 | + Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 |
|
| 30 | + Tx excessive retries:1 Invalid misc:0 Missed beacon:0 |
|
| 31 | + |
|
| 32 | + |
|
| 33 | +- iwgetid will give you the SSID |
|
| 34 | + |
|
| 35 | + |
|
| 36 | + |
|
| 37 | + |