0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Raspberrypiの温度取得メモ

Posted at

#Raspberrypiの初期メモ
ここでは温度センサを利用するためにRaspberrypiを初めて使った際に使った(数少ない)コードを自分自身のメモ代わりに残しておく

$ sudo restart //再起動
$ vcgencmd measure_temp //CPU温度の取得
temp=40.0'C 
$ vcgencmd measure_clock arm //CPUの動作電圧
frequency(48)=600117184
$ vcgencmd get_mem arm//メモリの割り当て
arm=896M
$ vcgencmd get_mem gpu//メモリ割り当て
gpu=128M

上記のコードはコメントアウト(//)で示した通りのことを示している。
実際にこれらのコードを**Raspberrypi3B+**で実行した際に得られた結果として図を貼っておく
Screenshot from 2020-07-16 19-49-03 - コピー.png
初期的なコードだが、クロックダウンしやすいRaspberrypiでの温度情報の取得、確認は凡庸性が高いと思われる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?