Install Heat Sink and Temperature test Raspberry Pi 3

Опубликовано: 01 Март 2018
на канале: PcMac
808
11

In this video we are checking Raspberry Pi 3 Temperature with Heat Sink Installed.

Temperature Test Script:

import os
import time

def measure_temp():
temp = os.popen("vcgencmd measure_temp").readline()
return (temp.replace("temp=",""))

while True:
print(measure_temp())
time.sleep(1)


Save this file as : Temp_Monitor.py


The Raspberry Pi is a series of small single-board computers developed in the United Kingdom by the Raspberry Pi Foundation to promote the teaching of basic computer science in schools and in developing countries. The original model became far more popular than anticipated, selling outside its target market for uses such as robotics. It does not include peripherals (such as keyboards, mice and cases). However, some accessories have been included in several official and unofficial bundles.

Links to my other videos


Raspberry Pi 3 Model B

Raspberry Pi 3 Model B- Introduction:    • Raspberry Pi 3 Model B | Introduction...  

Temperature Check Normal Condition: Raspberry Pi 3:    • Temperature Check Normal Condition Ra...  

Install Heat Sink and Temperature test: Raspberry Pi 3:    • Install Heat Sink and Temperature tes...  

Install Fan and Temperature test: Raspberry Pi 3:    • Install Fan and Temperature test Rasp...  

How to remove black border: Raspberry Pi:    • Remove Black Border Raspberry Pi  

Custom Box + Temperature Test 2.0: Raspberry Pi 3:    • Custom Box + Temperature Test 2.0: Ra...  

You can buy Raspberry Pi Online:
Raspberry Pi 3 : http://amzn.to/2EJ4Rmw
Raspberry Pi 3 Case Black: http://amzn.to/2HwnjML
Raspberry Pi 3 Case White: http://amzn.to/2okjbH1
Raspberry Pi 3 Case Transparent + Fan: http://amzn.to/2EAGwuT
Raspberry Pi 3 Preloaded Noobs OS: http://amzn.to/2EGeGNZ

#raspberry, #rpi, #pi
Thanks for Watching


Смотрите видео Install Heat Sink and Temperature test Raspberry Pi 3 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь PcMac 01 Март 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 808 раз и оно понравилось 11 людям.