Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| composants:rpi_card [2020/11/06 16:54] – [Camera] mh | composants:rpi_card [2025/06/02 21:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Raspberry Pi ====== | ====== Raspberry Pi ====== | ||
| - | |||
| === Default login === | === Default login === | ||
| Line 7: | Line 6: | ||
| ***Pass :** raspberry | ***Pass :** raspberry | ||
| + | At first boot on a fresh flash it is good practice to immediately run updates and configure a few options using '' | ||
| ===== SSH ===== | ===== SSH ===== | ||
| Line 19: | Line 19: | ||
| ===== Camera ===== | ===== Camera ===== | ||
| + | |||
| + | [[https:// | ||
| ==== Activating the camera ==== | ==== Activating the camera ==== | ||
| Line 77: | Line 79: | ||
| '' | '' | ||
| - | ==== Running scripts at startup ==== | + | |
| + | [[https:// | ||
| + | ===== Scripts @ startup | ||
| Modify the / | Modify the / | ||
| Line 92: | Line 96: | ||
| - | ==== Temperature checks ==== | + | ===== Temperature checks |
| - | === CPU temp === | + | ==== CPU temp ==== |
| <code bash> | <code bash> | ||
| Line 101: | Line 105: | ||
| Divide by 1000 to get °C format | Divide by 1000 to get °C format | ||
| - | ---- | + | |
| - | === GPU temp === | + | ==== GPU temp ==== |
| <code bash> | <code bash> | ||
| Line 108: | Line 112: | ||
| $ / | $ / | ||
| </ | </ | ||
| - | ---- | + | |
| These measures were done on a Rapsberry Pi 4 running Raspbian with no heavy-duty program running, no screen or USB devices attached and at a room temperature around 20°C | These measures were done on a Rapsberry Pi 4 running Raspbian with no heavy-duty program running, no screen or USB devices attached and at a room temperature around 20°C | ||