Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Raspberry_Pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,17 @@ Adding the following options removes this limitation, `/etc/modprobe.d/rpi-camer

## Onboard Hardware Sensors
### Temperature
Temperatures sensors can be queried with utils in the `raspberrypi-firmware` package.
Temperatures sensors can be queried with utils in the `raspberrypi-utils` package.

```
$ /opt/vc/bin/vcgencmd measure_temp
$ vcgencmd measure_temp
temp=49.8'C
```

### Voltage
Four different voltages can be monitored via `/opt/vc/bin/vcgencmd`:
Four different voltages can be monitored via `vcgencmd`:

$ /opt/vc/bin/vcgencmd measure_volts <id>
$ vcgencmd measure_volts <id>

Where `<id>` is:

Expand Down