composants:rpi_card

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
composants:rpi_card [2020/11/06 16:54] – [Camera] mhcomposants:rpi_card [2021/05/23 19:47] – [Raspberry Pi] mh
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 raspi-config before proceeding to any more tuning.
  
 ===== SSH ===== ===== SSH =====
Line 19: Line 19:
  
 ===== Camera ===== ===== Camera =====
 +
 +[[https://wiki.mchobby.be/index.php?title=Pi-HQ-CAM-LENS|External wiki information on different cameras]]
  
 ==== Activating the camera ==== ==== Activating the camera ====
Line 77: Line 79:
  
 ''raspistill'' has a lot of options and effects that can be activated/parametered, have a look at ''raspistill --help'' or ''man raspistill'' ''raspistill'' has a lot of options and effects that can be activated/parametered, have a look at ''raspistill --help'' or ''man raspistill''
-==== Running scripts at startup ====+ 
 +[[https://www.raspberrypi.org/documentation/usage/camera/raspicam/timelapse.md|Official Documentation]] 
 +===== Scripts @ startup =====
  
 Modify the /etc/rc.local file (requires sudo) Modify the /etc/rc.local file (requires sudo)
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:
 $ /opt/vc/bin/vcgencmd measure_temp (Full Path) $ /opt/vc/bin/vcgencmd measure_temp (Full Path)
 </code> </code>
-----+
  
 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
  • composants/rpi_card.txt
  • Last modified: 2021/05/23 19:48
  • by mh