SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
©SIProp Project, 2006-2017 1
Radiation Test –Raspberry Pi Zero-
Noritsuna Imamura
noritsuna@siprop.org
©SIProp Project, 2006-2017 2
Purpose
Testing Total Dose for Raspberry PI Zero
Target Devices
Raspberry PI Zero: Ver.1.2
MicroSD Card: TOSHIBA 8GB Class10(TOSHIBA
MSDAR40N08G)
©SIProp Project, 2006-2017 3
Regulation
Target Radiation Dose
ISS(International Space Station) Orbit
SSP 30512 Revision C from NASA
Heat Sink: 0.5[mm] Thickness of Aluminum Plate
8773[rad/year] = 87.73 [gray/year]
Mission Period: 2.6[year]
87.73[gray/year] * 2.6[year] = 228.10 [gray]
Testing Radiation Dose
Radioactivity: Cobalt-60
Distance of the Radioactivity: 80[cm]
Testing Date: 22/Mar/2017
Irradiation Time: 5[h]
46[ray/h] * 5[h] = 230 [gray]
©SIProp Project, 2006-2017 4
Calculation Tables
Table1.SSP 30512 Revision C Table2.Dose Rate
©SIProp Project, 2006-2017 5
Test Method
Phase No. Task
Before Test 1 Setup Raspberry PI Zero, Consumption Current
Logger, Power Supply.
2 Set Current Date on Raspberry PI Zero.
3 Run the Testing Application on Raspberry PI Zero.
During Test 4 Get CPU’s Temperature & Current Time in Every
Minute.
5 Create Current Time as File and Write Current
Temperature in this File.
6 Get & Save Current Consumption Current by Logger.
©SIProp Project, 2006-2017 6
Test Application 1/2
Check Targets & Reason
CPU
Raspberry PI Zero’s parts are a CPU & a voltage regulator only.
Clock
The clock shifts by a radioactive noise.
MicroSD Card
MicroSD Card has a micro computer.
NAND Flash is weak in radiation.
©SIProp Project, 2006-2017 7
Test Application 2/2
1. #!/usr/bin/python
2. #coding:utf-8
3. import os
4. import commands
5. import datetime
6. import locale
7. d = datetime.datetime.today()
8. temp = commands.getoutput("vcgencmd
measure_temp").split('=')
9. date_form_body=d.strftime("%Y-%m-
%d %H:%M:%S ")
10. s=date_form_body + temp[1] + 'n'
11. date_form_file=d.strftime("%Y-%m-
%d_%H:%M:%S")
12. filename=date_form_file + '.log'
13. f = open(filename,'a')
14. f.write(s)
15. f.close()
Operations
1. Get CPU’s
Temperature
2. Get Current Time
3. Create File by
Current Time
4. Write CPU’s
Temperature &
Current Time in this
File.
5. Close the File
6. Exit the Application
7. Run this Appli Every
Minute by cron
©SIProp Project, 2006-2017 8
Consumption Current Logger
Reason
Consumption current goes up by total dose
degradation.
Operation
Get & Save Current Consumption Current Every 30
seconds.
©SIProp Project, 2006-2017 9
Test Environment
Top: Upper-Surface Figure, Lower Left: Front
Figure, Lower Right: Rear Figure
Red Circle: Raspberry PI Zero
Blue Circle: Irradiation Point
©SIProp Project, 2006-2017 10
During Test
The value of radioisotope, and an inside situation
©SIProp Project, 2006-2017 11
Test Result: CPU Temperature
Check Point Check Target Result Success
/ Failure
Are the files made
for every minute?
MicroSD Card The files were created with
the error for 1 second
every minute.
Success
Were the files for 5
hours of test time
made?
Clock Just files existed.
(Last – First) timestamps =
0:02.
Success
Isn't there any
inaccurate
temperature data?
CPU Almost all the data was
25.0[C]. Occasional the
data is 24.5[C]-26.0 [C].
Success
By the above-mentioned test result, I judged
that Raspberry PI Zero passed this test.
©SIProp Project, 2006-2017 12
Test Result: Consumption Current
0
20
40
60
80
100
120
経過(分)
-37.0
-30.0
-23.0
-16.0
-9.0
-2.0
5.0
12.0
19.0
26.0
33.0
40.0
47.0
54.0
61.0
68.0
75.0
82.0
89.0
96.0
103.0
110.0
117.0
124.0
131.0
138.0
145.0
152.0
159.0
166.0
173.0
180.0
187.0
194.0
201.0
208.0
215.0
222.0
229.0
236.0
243.0
250.0
257.0
264.0
271.0
278.0
285.0
292.0
299.5
306.5
ConsumptionCurrent(mA)
Irradiation Time (min, 0=Start Time, 300=End Time)
By the above-mentioned test result, I judged
that Raspberry PI Zero passed this test.
But Consumption Current is increasing after
230min. It will be expected that radiation breaks
if it is longer time.
©SIProp Project, 2006-2017 13
Test Result: Conclusion
By these test results, I judged that Raspberry PI
Zero had radiation resistivity.
It will be expected that radiation breaks if it is longer
time.

Más contenido relacionado

La actualidad más candente

zshでコマンドライン履歴を活用する
zshでコマンドライン履歴を活用するzshでコマンドライン履歴を活用する
zshでコマンドライン履歴を活用するHideaki Miyake
 
STNSサーバーを書いてみた
STNSサーバーを書いてみたSTNSサーバーを書いてみた
STNSサーバーを書いてみたYoshinori Teraoka
 
Ansibleの最近の動向を追ってみた
Ansibleの最近の動向を追ってみたAnsibleの最近の動向を追ってみた
Ansibleの最近の動向を追ってみたKeijiUehata1
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会真乙 九龍
 
Gocon2017:Goのロギング周りの考察
Gocon2017:Goのロギング周りの考察Gocon2017:Goのロギング周りの考察
Gocon2017:Goのロギング周りの考察貴仁 大和屋
 
z/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016Az/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016AMarna Walle
 
GoBGP活用によるSD-WANプラクティス
GoBGP活用によるSD-WANプラクティスGoBGP活用によるSD-WANプラクティス
GoBGP活用によるSD-WANプラクティスToshiki Tsuboi
 
I Didn't Know You Could Do That with zOS.pdf
I Didn't Know You Could Do That with zOS.pdfI Didn't Know You Could Do That with zOS.pdf
I Didn't Know You Could Do That with zOS.pdfMarna Walle
 
ARM Trusted FirmwareのBL31を単体で使う!
ARM Trusted FirmwareのBL31を単体で使う!ARM Trusted FirmwareのBL31を単体で使う!
ARM Trusted FirmwareのBL31を単体で使う!Mr. Vengineer
 
RHEL6 High Availability Add-On Technical Guide
RHEL6 High Availability Add-On Technical GuideRHEL6 High Availability Add-On Technical Guide
RHEL6 High Availability Add-On Technical GuideEtsuji Nakai
 
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用Life Robotics
 
Wiresharkの解析プラグインを作る ssmjp 201409
Wiresharkの解析プラグインを作る ssmjp 201409Wiresharkの解析プラグインを作る ssmjp 201409
Wiresharkの解析プラグインを作る ssmjp 201409稔 小林
 
Pci express data link
Pci express data linkPci express data link
Pci express data linky38y38
 
構成管理のアンチパターン
構成管理のアンチパターン構成管理のアンチパターン
構成管理のアンチパターンakipii Oga
 
ASP.NET MVC と jQuery で実践する標準志向 Web 開発
ASP.NET MVC と jQuery で実践する標準志向 Web 開発ASP.NET MVC と jQuery で実践する標準志向 Web 開発
ASP.NET MVC と jQuery で実践する標準志向 Web 開発Akira Inoue
 
Unboundの最適化(OSC2011 Tokyo/Spring)
Unboundの最適化(OSC2011 Tokyo/Spring)Unboundの最適化(OSC2011 Tokyo/Spring)
Unboundの最適化(OSC2011 Tokyo/Spring)Takashi Takizawa
 
VirtualBox と Rocky Linux 8 で始める Pacemaker ~ VirtualBox でも STONITH 機能が試せる! Vi...
VirtualBox と Rocky Linux 8 で始める Pacemaker  ~ VirtualBox でも STONITH 機能が試せる! Vi...VirtualBox と Rocky Linux 8 で始める Pacemaker  ~ VirtualBox でも STONITH 機能が試せる! Vi...
VirtualBox と Rocky Linux 8 で始める Pacemaker ~ VirtualBox でも STONITH 機能が試せる! Vi...ksk_ha
 

La actualidad más candente (20)

zshでコマンドライン履歴を活用する
zshでコマンドライン履歴を活用するzshでコマンドライン履歴を活用する
zshでコマンドライン履歴を活用する
 
STNSサーバーを書いてみた
STNSサーバーを書いてみたSTNSサーバーを書いてみた
STNSサーバーを書いてみた
 
Ansibleの最近の動向を追ってみた
Ansibleの最近の動向を追ってみたAnsibleの最近の動向を追ってみた
Ansibleの最近の動向を追ってみた
 
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
【Zabbix2.0】snmpttによるトラップメッセージの編集 #Zabbix #自宅ラック勉強会
 
Gocon2017:Goのロギング周りの考察
Gocon2017:Goのロギング周りの考察Gocon2017:Goのロギング周りの考察
Gocon2017:Goのロギング周りの考察
 
ゼロからはじめるKVM超入門
ゼロからはじめるKVM超入門ゼロからはじめるKVM超入門
ゼロからはじめるKVM超入門
 
z/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016Az/OS Small Enhancements - Episode 2016A
z/OS Small Enhancements - Episode 2016A
 
GoBGP活用によるSD-WANプラクティス
GoBGP活用によるSD-WANプラクティスGoBGP活用によるSD-WANプラクティス
GoBGP活用によるSD-WANプラクティス
 
I Didn't Know You Could Do That with zOS.pdf
I Didn't Know You Could Do That with zOS.pdfI Didn't Know You Could Do That with zOS.pdf
I Didn't Know You Could Do That with zOS.pdf
 
ARM Trusted FirmwareのBL31を単体で使う!
ARM Trusted FirmwareのBL31を単体で使う!ARM Trusted FirmwareのBL31を単体で使う!
ARM Trusted FirmwareのBL31を単体で使う!
 
RHEL6 High Availability Add-On Technical Guide
RHEL6 High Availability Add-On Technical GuideRHEL6 High Availability Add-On Technical Guide
RHEL6 High Availability Add-On Technical Guide
 
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用
協働ロボットCOROの開発における形式的仕様記述KMLの開発と適用
 
Wiresharkの解析プラグインを作る ssmjp 201409
Wiresharkの解析プラグインを作る ssmjp 201409Wiresharkの解析プラグインを作る ssmjp 201409
Wiresharkの解析プラグインを作る ssmjp 201409
 
ジュニパーアイコン集
ジュニパーアイコン集ジュニパーアイコン集
ジュニパーアイコン集
 
Pci express data link
Pci express data linkPci express data link
Pci express data link
 
構成管理のアンチパターン
構成管理のアンチパターン構成管理のアンチパターン
構成管理のアンチパターン
 
ASP.NET MVC と jQuery で実践する標準志向 Web 開発
ASP.NET MVC と jQuery で実践する標準志向 Web 開発ASP.NET MVC と jQuery で実践する標準志向 Web 開発
ASP.NET MVC と jQuery で実践する標準志向 Web 開発
 
Unboundの最適化(OSC2011 Tokyo/Spring)
Unboundの最適化(OSC2011 Tokyo/Spring)Unboundの最適化(OSC2011 Tokyo/Spring)
Unboundの最適化(OSC2011 Tokyo/Spring)
 
VirtualBox と Rocky Linux 8 で始める Pacemaker ~ VirtualBox でも STONITH 機能が試せる! Vi...
VirtualBox と Rocky Linux 8 で始める Pacemaker  ~ VirtualBox でも STONITH 機能が試せる! Vi...VirtualBox と Rocky Linux 8 で始める Pacemaker  ~ VirtualBox でも STONITH 機能が試せる! Vi...
VirtualBox と Rocky Linux 8 で始める Pacemaker ~ VirtualBox でも STONITH 機能が試せる! Vi...
 
Timers
TimersTimers
Timers
 

Destacado (8)

Protocol of the DNA Extraction in Kitchen
Protocol of the DNA Extraction in KitchenProtocol of the DNA Extraction in Kitchen
Protocol of the DNA Extraction in Kitchen
 
How to setup mastodon in chinese
How to setup mastodon in chineseHow to setup mastodon in chinese
How to setup mastodon in chinese
 
How to Build & Use OpenCL on Android Studio
How to Build & Use OpenCL on Android StudioHow to Build & Use OpenCL on Android Studio
How to Build & Use OpenCL on Android Studio
 
將DNA在廚房抽出的程序
將DNA在廚房抽出的程序將DNA在廚房抽出的程序
將DNA在廚房抽出的程序
 
OpenCV acceleration battle:OpenCL on Firefly-RK3288(MALI-T764) vs. FPGA on Ze...
OpenCV acceleration battle:OpenCL on Firefly-RK3288(MALI-T764) vs. FPGA on Ze...OpenCV acceleration battle:OpenCL on Firefly-RK3288(MALI-T764) vs. FPGA on Ze...
OpenCV acceleration battle:OpenCL on Firefly-RK3288(MALI-T764) vs. FPGA on Ze...
 
5000円で誰でも作れる新世代衛星地上局
5000円で誰でも作れる新世代衛星地上局5000円で誰でも作れる新世代衛星地上局
5000円で誰でも作れる新世代衛星地上局
 
All list of the measuring machines for microwave
All list of the measuring machines for microwaveAll list of the measuring machines for microwave
All list of the measuring machines for microwave
 
衛星追尾用パラボラアンテナ建設記
衛星追尾用パラボラアンテナ建設記衛星追尾用パラボラアンテナ建設記
衛星追尾用パラボラアンテナ建設記
 

Similar a Radiation Test -Raspberry PI Zero-

QGIS plugin for parallel processing in terrain analysis
QGIS plugin for parallel processing in terrain analysisQGIS plugin for parallel processing in terrain analysis
QGIS plugin for parallel processing in terrain analysisRoss McDonald
 
Surbhi Krishna Singh - Professional Gallery
Surbhi Krishna Singh - Professional GallerySurbhi Krishna Singh - Professional Gallery
Surbhi Krishna Singh - Professional GallerySurbhi Singh
 
IEEE Young Professionals Webinar on 6/09/2016: NASA's WISM Radiometer with D...
IEEE Young Professionals Webinar on 6/09/2016:  NASA's WISM Radiometer with D...IEEE Young Professionals Webinar on 6/09/2016:  NASA's WISM Radiometer with D...
IEEE Young Professionals Webinar on 6/09/2016: NASA's WISM Radiometer with D...Quenton Bonds, PhD
 
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...Quenton Bonds, PhD
 
NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...
 NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic... NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...
NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...Igor Sfiligoi
 
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...BIOVIA
 
F1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingF1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingWei-Su Chen
 
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBE
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBEDESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBE
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBEIRJET Journal
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)IAESIJEECS
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)IAESIJEECS
 
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...Gustavo Ferraz Trindade
 
Using Storlets/Docker For Large Scale Image Processing
Using Storlets/Docker For Large Scale Image ProcessingUsing Storlets/Docker For Large Scale Image Processing
Using Storlets/Docker For Large Scale Image ProcessingKota Tsuyuzaki
 
PIT Overload Analysis in Content Centric Networks - Slides ICN '13
PIT Overload Analysis in Content Centric Networks - Slides ICN '13PIT Overload Analysis in Content Centric Networks - Slides ICN '13
PIT Overload Analysis in Content Centric Networks - Slides ICN '13Matteo Virgilio
 
UpdatedPosterV4
UpdatedPosterV4UpdatedPosterV4
UpdatedPosterV4Donny Sun
 

Similar a Radiation Test -Raspberry PI Zero- (20)

presentation
presentationpresentation
presentation
 
resumelrs_jan_2017
resumelrs_jan_2017resumelrs_jan_2017
resumelrs_jan_2017
 
QGIS plugin for parallel processing in terrain analysis
QGIS plugin for parallel processing in terrain analysisQGIS plugin for parallel processing in terrain analysis
QGIS plugin for parallel processing in terrain analysis
 
Surbhi Krishna Singh - Professional Gallery
Surbhi Krishna Singh - Professional GallerySurbhi Krishna Singh - Professional Gallery
Surbhi Krishna Singh - Professional Gallery
 
HDF5 Performance Enhancements with the Elimination of Unlimited Dimension
HDF5 Performance Enhancements with the Elimination of Unlimited DimensionHDF5 Performance Enhancements with the Elimination of Unlimited Dimension
HDF5 Performance Enhancements with the Elimination of Unlimited Dimension
 
IEEE Young Professionals Webinar on 6/09/2016: NASA's WISM Radiometer with D...
IEEE Young Professionals Webinar on 6/09/2016:  NASA's WISM Radiometer with D...IEEE Young Professionals Webinar on 6/09/2016:  NASA's WISM Radiometer with D...
IEEE Young Professionals Webinar on 6/09/2016: NASA's WISM Radiometer with D...
 
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...
IEEE Young Professionals Webinar on 6/09/2016: NASA GSFC's WISM Radiometer wi...
 
Pritish_Intern_Summary
Pritish_Intern_SummaryPritish_Intern_Summary
Pritish_Intern_Summary
 
NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...
 NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic... NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...
NRP Engagement webinar - Running a 51k GPU multi-cloud burst for MMA with Ic...
 
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
(ATS6-GS04) Performance Analysis of Accelrys Enterprise Platform 9.0 on IBM’s...
 
How to Make Hand Detector on Native Activity with OpenCV
How to Make Hand Detector on Native Activity with OpenCVHow to Make Hand Detector on Native Activity with OpenCV
How to Make Hand Detector on Native Activity with OpenCV
 
F1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_TrainingF1041028_George_Chen_Resume_9_with_Publications_Training
F1041028_George_Chen_Resume_9_with_Publications_Training
 
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBE
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBEDESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBE
DESIGN AND ANALYSIS OF COUNTER FLOW VORTEX TUBE
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
 
29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)29 19 sep17 17may 6637 10140-1-ed(edit)
29 19 sep17 17may 6637 10140-1-ed(edit)
 
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...
Analysis of atmospheric plasma treated polypropylene by large area ToF-SIMS a...
 
Using Storlets/Docker For Large Scale Image Processing
Using Storlets/Docker For Large Scale Image ProcessingUsing Storlets/Docker For Large Scale Image Processing
Using Storlets/Docker For Large Scale Image Processing
 
PIT Overload Analysis in Content Centric Networks - Slides ICN '13
PIT Overload Analysis in Content Centric Networks - Slides ICN '13PIT Overload Analysis in Content Centric Networks - Slides ICN '13
PIT Overload Analysis in Content Centric Networks - Slides ICN '13
 
14 presentation barykina
14 presentation barykina14 presentation barykina
14 presentation barykina
 
UpdatedPosterV4
UpdatedPosterV4UpdatedPosterV4
UpdatedPosterV4
 

Más de Industrial Technology Research Institute (ITRI)(工業技術研究院, 工研院)

Más de Industrial Technology Research Institute (ITRI)(工業技術研究院, 工研院) (20)

What is the world where you can make your own semiconductors?
What is the world where you can make your own semiconductors?What is the world where you can make your own semiconductors?
What is the world where you can make your own semiconductors?
 
半導体製造(TinyTapeout)に挑戦しよう!
半導体製造(TinyTapeout)に挑戦しよう!半導体製造(TinyTapeout)に挑戦しよう!
半導体製造(TinyTapeout)に挑戦しよう!
 
Introduction of ISHI-KAI with OpenMPW
Introduction of ISHI-KAI with OpenMPWIntroduction of ISHI-KAI with OpenMPW
Introduction of ISHI-KAI with OpenMPW
 
Kernel/VMレイヤーを自分色に染める!By ISHI会
Kernel/VMレイヤーを自分色に染める!By ISHI会Kernel/VMレイヤーを自分色に染める!By ISHI会
Kernel/VMレイヤーを自分色に染める!By ISHI会
 
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPi
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPiPrinciple Representation of The 8 Qubits Quantum Computer by RaspberryPi
Principle Representation of The 8 Qubits Quantum Computer by RaspberryPi
 
Microwaveguquantum
MicrowaveguquantumMicrowaveguquantum
Microwaveguquantum
 
The easiest way of setup QuTiP on Windows
The easiest way of setup QuTiP on WindowsThe easiest way of setup QuTiP on Windows
The easiest way of setup QuTiP on Windows
 
GNU Radio Study for Super beginner
GNU Radio Study for Super beginnerGNU Radio Study for Super beginner
GNU Radio Study for Super beginner
 
The Self-Contained SDR Satellite Grand Station with Raspberry Pi 3
The Self-Contained SDR Satellite Grand Station with Raspberry Pi 3The Self-Contained SDR Satellite Grand Station with Raspberry Pi 3
The Self-Contained SDR Satellite Grand Station with Raspberry Pi 3
 
Self‐Contained SDR Grand Station with Raspberry Pi 3
Self‐Contained SDR Grand Station with Raspberry Pi 3Self‐Contained SDR Grand Station with Raspberry Pi 3
Self‐Contained SDR Grand Station with Raspberry Pi 3
 
Zedroid - Android (5.0 and later) on Zedboard
Zedroid - Android (5.0 and later) on ZedboardZedroid - Android (5.0 and later) on Zedboard
Zedroid - Android (5.0 and later) on Zedboard
 
How to Build & Use OpenCL on OpenCV & Android NDK
How to Build & Use OpenCL on OpenCV & Android NDKHow to Build & Use OpenCL on OpenCV & Android NDK
How to Build & Use OpenCL on OpenCV & Android NDK
 
3D Printed Google Cardboard for workshop
3D Printed Google Cardboard for workshop3D Printed Google Cardboard for workshop
3D Printed Google Cardboard for workshop
 
計算機(物理)
計算機(物理)計算機(物理)
計算機(物理)
 
Resume
ResumeResume
Resume
 
How to Make a Scanning Drone in Chinese
How to Make a Scanning Drone in ChineseHow to Make a Scanning Drone in Chinese
How to Make a Scanning Drone in Chinese
 
How to Use OpenMP on Native Activity
How to Use OpenMP on Native ActivityHow to Use OpenMP on Native Activity
How to Use OpenMP on Native Activity
 
How to Use OpenGL/ES on Native Activity
How to Use OpenGL/ES on Native ActivityHow to Use OpenGL/ES on Native Activity
How to Use OpenGL/ES on Native Activity
 
How to Make Android Native Application
How to Make Android Native ApplicationHow to Make Android Native Application
How to Make Android Native Application
 
How to Add Original Library to Android NDK
How to Add Original Library to Android NDKHow to Add Original Library to Android NDK
How to Add Original Library to Android NDK
 

Último

Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...DianaGray10
 
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdfJamie (Taka) Wang
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintMahmoud Rabie
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IES VE
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationIES VE
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8DianaGray10
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsSeth Reyes
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
Digital magic. A small project for controlling smart light bulbs.
Digital magic. A small project for controlling smart light bulbs.Digital magic. A small project for controlling smart light bulbs.
Digital magic. A small project for controlling smart light bulbs.francesco barbera
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureEric D. Schabell
 
Things you didn't know you can use in your Salesforce
Things you didn't know you can use in your SalesforceThings you didn't know you can use in your Salesforce
Things you didn't know you can use in your SalesforceMartin Humpolec
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaborationbruanjhuli
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioChristian Posta
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPathCommunity
 

Último (20)

Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
Connector Corner: Extending LLM automation use cases with UiPath GenAI connec...
 
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf
20200723_insight_release_plan_v6.pdf20200723_insight_release_plan_v6.pdf
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
Empowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership BlueprintEmpowering Africa's Next Generation: The AI Leadership Blueprint
Empowering Africa's Next Generation: The AI Leadership Blueprint
 
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
IESVE Software for Florida Code Compliance Using ASHRAE 90.1-2019
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
 
UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8UiPath Studio Web workshop series - Day 8
UiPath Studio Web workshop series - Day 8
 
Computer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and HazardsComputer 10: Lesson 10 - Online Crimes and Hazards
Computer 10: Lesson 10 - Online Crimes and Hazards
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
Digital magic. A small project for controlling smart light bulbs.
Digital magic. A small project for controlling smart light bulbs.Digital magic. A small project for controlling smart light bulbs.
Digital magic. A small project for controlling smart light bulbs.
 
OpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability AdventureOpenShift Commons Paris - Choose Your Own Observability Adventure
OpenShift Commons Paris - Choose Your Own Observability Adventure
 
Things you didn't know you can use in your Salesforce
Things you didn't know you can use in your SalesforceThings you didn't know you can use in your Salesforce
Things you didn't know you can use in your Salesforce
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online CollaborationCOMPUTER 10: Lesson 7 - File Storage and Online Collaboration
COMPUTER 10: Lesson 7 - File Storage and Online Collaboration
 
Comparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and IstioComparing Sidecar-less Service Mesh from Cilium and Istio
Comparing Sidecar-less Service Mesh from Cilium and Istio
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
UiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation DevelopersUiPath Community: AI for UiPath Automation Developers
UiPath Community: AI for UiPath Automation Developers
 

Radiation Test -Raspberry PI Zero-

  • 1. ©SIProp Project, 2006-2017 1 Radiation Test –Raspberry Pi Zero- Noritsuna Imamura noritsuna@siprop.org
  • 2. ©SIProp Project, 2006-2017 2 Purpose Testing Total Dose for Raspberry PI Zero Target Devices Raspberry PI Zero: Ver.1.2 MicroSD Card: TOSHIBA 8GB Class10(TOSHIBA MSDAR40N08G)
  • 3. ©SIProp Project, 2006-2017 3 Regulation Target Radiation Dose ISS(International Space Station) Orbit SSP 30512 Revision C from NASA Heat Sink: 0.5[mm] Thickness of Aluminum Plate 8773[rad/year] = 87.73 [gray/year] Mission Period: 2.6[year] 87.73[gray/year] * 2.6[year] = 228.10 [gray] Testing Radiation Dose Radioactivity: Cobalt-60 Distance of the Radioactivity: 80[cm] Testing Date: 22/Mar/2017 Irradiation Time: 5[h] 46[ray/h] * 5[h] = 230 [gray]
  • 4. ©SIProp Project, 2006-2017 4 Calculation Tables Table1.SSP 30512 Revision C Table2.Dose Rate
  • 5. ©SIProp Project, 2006-2017 5 Test Method Phase No. Task Before Test 1 Setup Raspberry PI Zero, Consumption Current Logger, Power Supply. 2 Set Current Date on Raspberry PI Zero. 3 Run the Testing Application on Raspberry PI Zero. During Test 4 Get CPU’s Temperature & Current Time in Every Minute. 5 Create Current Time as File and Write Current Temperature in this File. 6 Get & Save Current Consumption Current by Logger.
  • 6. ©SIProp Project, 2006-2017 6 Test Application 1/2 Check Targets & Reason CPU Raspberry PI Zero’s parts are a CPU & a voltage regulator only. Clock The clock shifts by a radioactive noise. MicroSD Card MicroSD Card has a micro computer. NAND Flash is weak in radiation.
  • 7. ©SIProp Project, 2006-2017 7 Test Application 2/2 1. #!/usr/bin/python 2. #coding:utf-8 3. import os 4. import commands 5. import datetime 6. import locale 7. d = datetime.datetime.today() 8. temp = commands.getoutput("vcgencmd measure_temp").split('=') 9. date_form_body=d.strftime("%Y-%m- %d %H:%M:%S ") 10. s=date_form_body + temp[1] + 'n' 11. date_form_file=d.strftime("%Y-%m- %d_%H:%M:%S") 12. filename=date_form_file + '.log' 13. f = open(filename,'a') 14. f.write(s) 15. f.close() Operations 1. Get CPU’s Temperature 2. Get Current Time 3. Create File by Current Time 4. Write CPU’s Temperature & Current Time in this File. 5. Close the File 6. Exit the Application 7. Run this Appli Every Minute by cron
  • 8. ©SIProp Project, 2006-2017 8 Consumption Current Logger Reason Consumption current goes up by total dose degradation. Operation Get & Save Current Consumption Current Every 30 seconds.
  • 9. ©SIProp Project, 2006-2017 9 Test Environment Top: Upper-Surface Figure, Lower Left: Front Figure, Lower Right: Rear Figure Red Circle: Raspberry PI Zero Blue Circle: Irradiation Point
  • 10. ©SIProp Project, 2006-2017 10 During Test The value of radioisotope, and an inside situation
  • 11. ©SIProp Project, 2006-2017 11 Test Result: CPU Temperature Check Point Check Target Result Success / Failure Are the files made for every minute? MicroSD Card The files were created with the error for 1 second every minute. Success Were the files for 5 hours of test time made? Clock Just files existed. (Last – First) timestamps = 0:02. Success Isn't there any inaccurate temperature data? CPU Almost all the data was 25.0[C]. Occasional the data is 24.5[C]-26.0 [C]. Success By the above-mentioned test result, I judged that Raspberry PI Zero passed this test.
  • 12. ©SIProp Project, 2006-2017 12 Test Result: Consumption Current 0 20 40 60 80 100 120 経過(分) -37.0 -30.0 -23.0 -16.0 -9.0 -2.0 5.0 12.0 19.0 26.0 33.0 40.0 47.0 54.0 61.0 68.0 75.0 82.0 89.0 96.0 103.0 110.0 117.0 124.0 131.0 138.0 145.0 152.0 159.0 166.0 173.0 180.0 187.0 194.0 201.0 208.0 215.0 222.0 229.0 236.0 243.0 250.0 257.0 264.0 271.0 278.0 285.0 292.0 299.5 306.5 ConsumptionCurrent(mA) Irradiation Time (min, 0=Start Time, 300=End Time) By the above-mentioned test result, I judged that Raspberry PI Zero passed this test. But Consumption Current is increasing after 230min. It will be expected that radiation breaks if it is longer time.
  • 13. ©SIProp Project, 2006-2017 13 Test Result: Conclusion By these test results, I judged that Raspberry PI Zero had radiation resistivity. It will be expected that radiation breaks if it is longer time.