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:51] – [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 '' | ||
| - | ==== Activating | + | ===== SSH ===== |
| <code bash> | <code bash> | ||
| Line 18: | Line 18: | ||
| It is good practice to have your router assign a static IP address to a RPi if you want to regularly connect to it via '' | It is good practice to have your router assign a static IP address to a RPi if you want to regularly connect to it via '' | ||
| - | ==== Camera ==== | + | ===== Camera |
| - | === Activating the camera === | + | [[https:// |
| + | |||
| + | ==== Activating the camera | ||
| <code bash> | <code bash> | ||
| Line 28: | Line 30: | ||
| Go to '' | Go to '' | ||
| - | ---- | ||
| - | === Python script to take pictures === | + | ==== Python script to take pictures |
| Navigate to a folder where you want the script to be located. | Navigate to a folder where you want the script to be located. | ||
| Line 63: | Line 64: | ||
| You can view the picture by either copying it to another machine with '' | You can view the picture by either copying it to another machine with '' | ||
| - | ---- | + | ==== Creating a Timelapse with Camera |
| - | + | ||
| - | === Creating a Timelapse with Camera === | + | |
| You can use the built-in '' | You can use the built-in '' | ||
| Line 78: | Line 77: | ||
| If no '' | If no '' | ||
| - | ==== Running scripts at startup ==== | + | |
| + | '' | ||
| + | |||
| + | [[https:// | ||
| + | ===== Scripts @ startup | ||
| Modify the / | Modify the / | ||
| Line 93: | Line 96: | ||
| - | ==== Temperature checks ==== | + | ===== Temperature checks |
| - | === CPU temp === | + | ==== CPU temp ==== |
| <code bash> | <code bash> | ||
| Line 102: | 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 109: | 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 | ||