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
Watch video Install Heat Sink and Temperature test Raspberry Pi 3 online without registration, duration hours minute second in high quality. This video was added by user PcMac 01 March 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 808 once and liked it 11 people.