<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hant-TW">
	<id>https://chevyne.at.tw/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chevyne</id>
	<title>ChevyneWiki - 使用者貢獻 [zh-tw]</title>
	<link rel="self" type="application/atom+xml" href="https://chevyne.at.tw/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Chevyne"/>
	<link rel="alternate" type="text/html" href="https://chevyne.at.tw/wiki/%E7%89%B9%E6%AE%8A:%E4%BD%BF%E7%94%A8%E8%80%85%E8%B2%A2%E7%8D%BB/Chevyne"/>
	<updated>2026-05-07T10:46:06Z</updated>
	<subtitle>使用者貢獻</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ACME_Client_Certbot_Install_Let%27s_Encrypt_CA_in_Debian_Nginx&amp;diff=1661</id>
		<title>ACME Client Certbot Install Let's Encrypt CA in Debian Nginx</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ACME_Client_Certbot_Install_Let%27s_Encrypt_CA_in_Debian_Nginx&amp;diff=1661"/>
		<updated>2026-01-27T16:26:10Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:ACME]]&lt;br /&gt;
[[Category:CA]]&lt;br /&gt;
[[Category:Debian]]&lt;br /&gt;
[[Category:Nginx]]&lt;br /&gt;
== 安裝 snap 套件 ==&lt;br /&gt;
 apt update&lt;br /&gt;
 apt install --yes snapd&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
 snap install core&lt;br /&gt;
 snap refresh core&lt;br /&gt;
&lt;br /&gt;
 snap install snapd&lt;br /&gt;
== 安裝 Certbot 套件 ==&lt;br /&gt;
 apt remove certbot&lt;br /&gt;
&lt;br /&gt;
 snap install --classic certbot&lt;br /&gt;
 ln -s /snap/bin/certbot /usr/bin/certbot&lt;br /&gt;
== 申請及安裝 CA 憑證 ==&lt;br /&gt;
獲取並安裝憑證，並讓Certbot自動編輯Nginx配置&lt;br /&gt;
 certbot --nginx&lt;br /&gt;
只獲得憑證，並且希望手動更改Nginx配置&lt;br /&gt;
 certbot certonly --nginx&lt;br /&gt;
&lt;br /&gt;
 Saving debug log to /var/log/letsencrypt/letsencrypt.log&lt;br /&gt;
 Enter email address (used for urgent renewal and security notices)&lt;br /&gt;
  (Enter 'c' to cancel): km@donnet.email&lt;br /&gt;
 &lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
 Please read the Terms of Service at&lt;br /&gt;
 https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must&lt;br /&gt;
 agree in order to register with the ACME server. Do you agree?&lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
 (Y)es/(N)o: Y&lt;br /&gt;
 &lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
 Would you be willing, once your first certificate is successfully issued, to&lt;br /&gt;
 share your email address with the Electronic Frontier Foundation, a founding&lt;br /&gt;
 partner of the Let's Encrypt project and the non-profit organization that&lt;br /&gt;
 develops Certbot? We'd like to send you email about our work encrypting the web,&lt;br /&gt;
 EFF news, campaigns, and ways to support digital freedom.&lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
 (Y)es/(N)o: Y&lt;br /&gt;
 Account registered.&lt;br /&gt;
 Please enter the domain name(s) you would like on your certificate (comma and/or&lt;br /&gt;
 space separated) (Enter 'c' to cancel): chevyne.at.tw&lt;br /&gt;
 Requesting a certificate for chevyne.at.tw&lt;br /&gt;
 &lt;br /&gt;
 Successfully received certificate.&lt;br /&gt;
 Certificate is saved at: /etc/letsencrypt/live/chevyne.at.tw/fullchain.pem&lt;br /&gt;
 Key is saved at:         /etc/letsencrypt/live/chevyne.at.tw/privkey.pem&lt;br /&gt;
 This certificate expires on 2022-05-09.&lt;br /&gt;
 These files will be updated when the certificate renews.&lt;br /&gt;
 Certbot has set up a scheduled task to automatically renew this certificate in the background.&lt;br /&gt;
 &lt;br /&gt;
 Deploying certificate&lt;br /&gt;
 Successfully deployed certificate for chevyne.at.tw to /etc/nginx/sites-enabled/default&lt;br /&gt;
 Congratulations! You have successfully enabled HTTPS on https://chevyne.at.tw&lt;br /&gt;
 &lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
 If you like Certbot, please consider supporting our work by:&lt;br /&gt;
  * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate&lt;br /&gt;
  * Donating to EFF:                    https://eff.org/donate-le&lt;br /&gt;
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -&lt;br /&gt;
== 自動更新 CA 憑證 ==&lt;br /&gt;
安裝套件己包含自動更新設定，可以通過以下命令來測試自動續訂：&lt;br /&gt;
 certbot renew --dry-run&lt;br /&gt;
----&lt;br /&gt;
 certbot delete --cert-name &lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1660</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1660"/>
		<updated>2025-04-29T09:04:28Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donmoneys.email 📧 chevyne@donmoneys.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f44801387@gs.ncku.edu.tw]]&lt;br /&gt;
[mailto:f44801387@gs.ncku.edu.tw f44801387@gs.ncku.edu.tw] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonMoneys&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]] [https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1659</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1659"/>
		<updated>2025-04-29T09:03:43Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donmoneys.email 📧 chevyne@donmoneys.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f44801387@gs.ncku.edu.tw]]&lt;br /&gt;
[mailto:f44801387@gs.ncku.edu.tw f44801387@gs.ncku.edu.tw] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]] [https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1658</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1658"/>
		<updated>2025-04-29T09:01:16Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donmoneys.email 📧 chevyne@donmoneys.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]] [https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1657</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1657"/>
		<updated>2024-11-21T12:46:31Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
nano /boot/firmware/config.txt&lt;br /&gt;
 enable_uart=1&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/0/00/SIM7600_NDIS.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600_NDIS.7z -r -o./SIM7600_NDIS&lt;br /&gt;
 cd SIM7600_NDIS&lt;br /&gt;
 sudo apt install raspberrypi-bootloader raspberrypi-kernel raspberrypi-kernel-headers&lt;br /&gt;
 sudo su&lt;br /&gt;
 make clean&lt;br /&gt;
 make&lt;br /&gt;
 insmod simcom_wwan.ko&lt;br /&gt;
 lsmod&lt;br /&gt;
&lt;br /&gt;
 sudo raspi-config&lt;br /&gt;
 # 3 Interfacing Options -&amp;gt; I6 Serial Port -&amp;gt; no -&amp;gt; yes&lt;br /&gt;
&lt;br /&gt;
 apt install minicom&lt;br /&gt;
 # ttyAMA0	5/2B/zero&lt;br /&gt;
 # ttyS0	3B/3B+/4B&lt;br /&gt;
 minicom -D /dev/ttyAMA0&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1656</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1656"/>
		<updated>2024-11-21T10:24:32Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
nano /boot/firmware/config.txt&lt;br /&gt;
 enable_uart=1&lt;br /&gt;
&lt;br /&gt;
 sudo raspi-config&lt;br /&gt;
 # 3 Interfacing Options -&amp;gt; I6 Serial Port -&amp;gt; no -&amp;gt; yes&lt;br /&gt;
&lt;br /&gt;
 apt install minicom&lt;br /&gt;
 # ttyAMA0	5/2B/zero&lt;br /&gt;
 # ttyS0	3B/3B+/4B&lt;br /&gt;
 minicom -D /dev/ttyAMA10&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1655</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1655"/>
		<updated>2024-11-21T10:21:44Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
nano /boot/config.txt&lt;br /&gt;
 enable_uart=1&lt;br /&gt;
&lt;br /&gt;
 sudo raspi-config&lt;br /&gt;
 # 3 Interfacing Options -&amp;gt; I6 Serial Port -&amp;gt; no -&amp;gt; yes&lt;br /&gt;
&lt;br /&gt;
 apt install minicom&lt;br /&gt;
 # ttyAMA0	5/2B/zero&lt;br /&gt;
 # ttyS0	3B/3B+/4B&lt;br /&gt;
 minicom -D /dev/ttyAMA10&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1654</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1654"/>
		<updated>2024-11-21T10:18:31Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
: nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
: nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
&lt;br /&gt;
 sudo raspi-config&lt;br /&gt;
 # 3 Interfacing Options -&amp;gt; I6 Serial Port -&amp;gt; no -&amp;gt; yes&lt;br /&gt;
&lt;br /&gt;
 apt install minicom&lt;br /&gt;
 # ttyAMA0	5/2B/zero&lt;br /&gt;
 # ttyS0	3B/3B+/4B&lt;br /&gt;
 minicom -D /dev/ttyAMA10&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1653</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1653"/>
		<updated>2024-11-21T09:36:40Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
: nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
: nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
&lt;br /&gt;
 apt install minicom&lt;br /&gt;
 minicom&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1652</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1652"/>
		<updated>2024-11-21T09:32:03Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 # sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
: nano /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 # pinctrl for Raspberry Pi 5&lt;br /&gt;
 pinctrl -e set 4 op dl&lt;br /&gt;
 pinctrl -e set 6 op dl&lt;br /&gt;
 ## raspi-gpio for Raspberry Pi 4&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 # raspi-gpio set 4 op dl&lt;br /&gt;
 ## sysfs for old&lt;br /&gt;
 # echo &amp;quot;4&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio4/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio4/value&lt;br /&gt;
 # echo &amp;quot;6&amp;quot; &amp;gt; /sys/class/gpio/export&lt;br /&gt;
 # sleep 0.1&lt;br /&gt;
 # echo &amp;quot;out&amp;quot; &amp;gt; /sys/class/gpio/gpio6/direction&lt;br /&gt;
 # echo &amp;quot;0&amp;quot; &amp;gt; /sys/class/gpio/gpio6/value&lt;br /&gt;
: nano /etc/rc.local&lt;br /&gt;
 sh /home/openrich/SIM7600X/sim7600_4G_hat_init&lt;br /&gt;
 exit 0&lt;br /&gt;
&lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1651</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1651"/>
		<updated>2024-11-21T07:23:20Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R SIM7600X-4G-HAT-Demo&lt;br /&gt;
 mv SIM7600X-4G-HAT-Demo/Raspberry/c SIM7600X&lt;br /&gt;
 &lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 &lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1650</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1650"/>
		<updated>2024-11-18T10:58:38Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
* WaveShare SIM7600E-H-4G-HAT&lt;br /&gt;
 https://www.waveshare.net/wiki/SIM7600CE_4G_HAT&lt;br /&gt;
&lt;br /&gt;
 wget https://www.waveshare.net/w/upload/2/29/SIM7600X-4G-HAT-Demo.7z&lt;br /&gt;
 sudo apt-get install p7zip-full&lt;br /&gt;
 7z x SIM7600X-4G-HAT-Demo.7z -r -o/home/openrich&lt;br /&gt;
 sudo chmod 777 -R ~/SIM7600X-4G-HAT-Demo&lt;br /&gt;
 &lt;br /&gt;
 cd ~/bcm2835&lt;br /&gt;
 chmod +x configure&lt;br /&gt;
 ./configure&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo make install&lt;br /&gt;
 &lt;br /&gt;
 sudo make clean&lt;br /&gt;
 sudo make&lt;br /&gt;
 sudo ./PhoneCall&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1649</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1649"/>
		<updated>2024-11-18T10:03:01Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* Download OpenWrt image for Raspberry Pi 5&lt;br /&gt;
 https://firmware-selector.openwrt.org/?version=SNAPSHOT&amp;amp;target=bcm27xx%2Fbcm2712&amp;amp;id=rpi-5&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1648</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1648"/>
		<updated>2024-11-15T09:59:02Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donnet.email 📧 chevyne@donnet.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]] [https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1647</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1647"/>
		<updated>2024-11-15T09:58:19Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donnet.email 📧 chevyne@donnet.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
[https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
[[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
[https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
[[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]] [https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1646</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1646"/>
		<updated>2024-11-15T09:54:54Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
* SIM&lt;br /&gt;
* RS-485&lt;br /&gt;
* MQTT&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1645</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1645"/>
		<updated>2024-11-15T09:53:24Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
=== OpenWrt ===&lt;br /&gt;
*&lt;br /&gt;
=== Raspberry Pi OS ===&lt;br /&gt;
*&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1644</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1644"/>
		<updated>2024-11-15T09:52:52Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
* OpenWrt&lt;br /&gt;
* Raspberry Pi OS&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1643</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1643"/>
		<updated>2024-11-15T09:44:48Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
= 未完待續 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1642</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1642"/>
		<updated>2024-11-15T09:44:12Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 軟體測試 ==&lt;br /&gt;
= 持續進行中 =&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1641</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1641"/>
		<updated>2024-11-15T09:41:50Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板安裝散熱片風扇&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 05.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 主機板上層安裝 4G 模組&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 06.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 4G 模組右上方 GNSS IPEX 接出轉 SMA 接 GPS 天線&lt;br /&gt;
* 4G 模組下方 2組 4G IPEX&lt;br /&gt;
: MAIN 接出轉 SMA 接 4G 天線&lt;br /&gt;
* 4G 模組上層安裝 RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 07.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 右側面&lt;br /&gt;
# 上層上方 RS485 接線端子&lt;br /&gt;
# 中層下方 nanoSIM 插槽&lt;br /&gt;
# 下層下方 microSD 插槽&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 08.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_08.jpg&amp;diff=1640</id>
		<title>檔案:Raspberry Pi Unboxing 08.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_08.jpg&amp;diff=1640"/>
		<updated>2024-11-15T09:27:47Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_07.jpg&amp;diff=1639</id>
		<title>檔案:Raspberry Pi Unboxing 07.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_07.jpg&amp;diff=1639"/>
		<updated>2024-11-15T09:27:20Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_06.jpg&amp;diff=1638</id>
		<title>檔案:Raspberry Pi Unboxing 06.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_06.jpg&amp;diff=1638"/>
		<updated>2024-11-15T09:26:56Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_05.jpg&amp;diff=1637</id>
		<title>檔案:Raspberry Pi Unboxing 05.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_05.jpg&amp;diff=1637"/>
		<updated>2024-11-15T09:26:17Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1636</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1636"/>
		<updated>2024-11-15T09:25:26Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
* 4G 擴充板背面&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 03.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
== 樹莓派組裝 ==&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 04.jpg|640px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_04.jpg&amp;diff=1635</id>
		<title>檔案:Raspberry Pi Unboxing 04.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_04.jpg&amp;diff=1635"/>
		<updated>2024-11-15T09:24:28Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_03.jpg&amp;diff=1634</id>
		<title>檔案:Raspberry Pi Unboxing 03.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_03.jpg&amp;diff=1634"/>
		<updated>2024-11-15T09:23:52Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1633</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1633"/>
		<updated>2024-11-15T09:21:48Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
* Raspberry Pi 5 Model B 2GB&lt;br /&gt;
* Raspberry Pi 5 Active Cooler&lt;br /&gt;
* Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
* Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
* Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
* SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
* Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
* 4G 擴充板&lt;br /&gt;
* RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1632</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1632"/>
		<updated>2024-11-15T09:21:12Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== 樹莓派開箱 ==&lt;br /&gt;
==== 樹莓派 Raspberry Pi ====&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
==== 擴充板 - 微雪 Waveshare ====&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1631</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1631"/>
		<updated>2024-11-15T09:19:30Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|640px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|640px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1630</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1630"/>
		<updated>2024-11-15T09:19:08Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|upright=10.0|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|upright=10.0|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1629</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1629"/>
		<updated>2024-11-15T09:18:56Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|upright=1.0|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|upright=1.0|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1628</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1628"/>
		<updated>2024-11-15T09:16:58Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|width=96%|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|600px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1627</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1627"/>
		<updated>2024-11-15T09:14:57Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|600px|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|600px|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1626</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1626"/>
		<updated>2024-11-15T09:12:21Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|50%|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|50%|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1625</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1625"/>
		<updated>2024-11-15T09:12:04Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|100%|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|100%|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1624</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1624"/>
		<updated>2024-11-15T09:11:35Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;br /&gt;
* 樹莓派 Raspberry Pi&lt;br /&gt;
: Raspberry Pi 5 Model B 2GB&lt;br /&gt;
: Raspberry Pi 5 Active Cooler&lt;br /&gt;
: Raspberry Pi 27W USB-C Power Supply&lt;br /&gt;
: Raspberry Pi microSD 32GB - Raspberry Pi OS (64-bit)&lt;br /&gt;
: Raspberry Pi microSD 32GB A2 V30 C10&lt;br /&gt;
* 擴充板 - 微雪 Waveshare&lt;br /&gt;
: SIM7600CE Raspberry Pi 5 4G 模組 LTE Cat-4 擴充板&lt;br /&gt;
: Waveshare RS485 CAN HAT for Raspberry Pi 5&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 01.jpg|link=]]&lt;br /&gt;
----&lt;br /&gt;
* 樹莓派主機板&lt;br /&gt;
: 4G 擴充板&lt;br /&gt;
: RS485 擴充板&lt;br /&gt;
[[Image:Raspberry Pi Unboxing 02.jpg|link=]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_02.jpg&amp;diff=1623</id>
		<title>檔案:Raspberry Pi Unboxing 02.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_02.jpg&amp;diff=1623"/>
		<updated>2024-11-15T09:11:28Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_01.jpg&amp;diff=1622</id>
		<title>檔案:Raspberry Pi Unboxing 01.jpg</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=%E6%AA%94%E6%A1%88:Raspberry_Pi_Unboxing_01.jpg&amp;diff=1622"/>
		<updated>2024-11-15T09:05:33Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1621</id>
		<title>Raspberry Pi Unboxing</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Raspberry_Pi_Unboxing&amp;diff=1621"/>
		<updated>2024-11-15T08:57:29Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​建立內容為「== 樹莓派開箱 ==」的新頁面&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 樹莓派開箱 ==&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Network_and_Equipment&amp;diff=1620</id>
		<title>Network and Equipment</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Network_and_Equipment&amp;diff=1620"/>
		<updated>2024-11-15T08:57:05Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Network 網路 =&lt;br /&gt;
== Internet 網際網路 ==&lt;br /&gt;
* [[Internet Registry|Internet資源管理機構]]&lt;br /&gt;
== Protocol 通訊協定 ==&lt;br /&gt;
=== Internet ===&lt;br /&gt;
* [[DNS|DNS 網域名稱系統]]&lt;br /&gt;
&amp;lt;!-- ** [[Install PowerDNS on FreeBSD|安裝 PowerDNS 在 FreeBSD]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- ** DDNS --&amp;gt;&lt;br /&gt;
* EMail 電子郵件&lt;br /&gt;
** DomLinux&lt;br /&gt;
** [[Email DKIM, SPF and DMARC protection|電子郵件 DKIM 、 SPF 和 DMARC 防護]]&lt;br /&gt;
** [[SPF]]&lt;br /&gt;
** [[DKIM ]]&lt;br /&gt;
** [[DMARC]]&lt;br /&gt;
** [[RBL|電子郵件黑名單]]&lt;br /&gt;
* CA 憑證&lt;br /&gt;
** [[DNS CAA|DNS CAA 憑證頒發機構授權]]&lt;br /&gt;
** [[ACME Client Certbot Install Let's Encrypt CA in Debian Nginx|ACME 客戶端 Certbot 安裝 Let's Encrypt 憑證在 Debian Nginx]]&lt;br /&gt;
** [[ACME Client Certbot Install Let's Encrypt CA in CentOS Nginx|ACME 客戶端 Certbot 安裝 Let's Encrypt 憑證在 CentOS Nginx]]&lt;br /&gt;
** [[ACME Client Certbot Install Let's Encrypt CA in FreeDSB Nginx|ACME 客戶端 Certbot 安裝 Let's Encrypt 憑證在 FreeDSB Nginx]]&lt;br /&gt;
** [[ACME Client Certify Install Let's Encrypt CA in Windows IIS|ACME 客戶端 Certify 安裝 Let's Encrypt 憑證在 Windows IIS]]&lt;br /&gt;
* World Wide Web 全球資訊網&lt;br /&gt;
** [[IIS Redirect HTTP to HTTPS|IIS 上如何將 HTTP 請求強制導向 HTTPS]]&lt;br /&gt;
* NTP 網路時間協定&lt;br /&gt;
** [[Chrony]]&lt;br /&gt;
=== [[Routing|Routing 路由]] ===&lt;br /&gt;
* BGP 邊界閘道器協定&lt;br /&gt;
** [[RPKI|RPKI 網際網路號碼資源公鑰基礎設施]]&lt;br /&gt;
* [[VRRP|VRRP 虛擬路由器備援協定]]&lt;br /&gt;
=== Layer 2 ===&lt;br /&gt;
* VLAN 虛擬區域網路&lt;br /&gt;
* VxLAN 虛擬區域網路擴展&lt;br /&gt;
=== VPN 虛擬私人網路 ===&lt;br /&gt;
* OpenVPN&lt;br /&gt;
** [[VPN 連線說明]]&lt;br /&gt;
* IPsec 網際網路安全協定&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* MPLS 多協定標籤交換&lt;br /&gt;
* SD-WAN 軟體定義廣域網路&lt;br /&gt;
=== AAA ===&lt;br /&gt;
Authentication Authorization Accounting 認證授權與計費&lt;br /&gt;
* LDAP 輕型目錄存取協定&lt;br /&gt;
* Active Directory&lt;br /&gt;
&amp;lt;!-- * RADIUS 遠端用戶撥入驗證服務 --&amp;gt;&lt;br /&gt;
=== Managerment 監控、管理 ===&lt;br /&gt;
* SSH Secure Shell&lt;br /&gt;
** [[sshd_config]]&lt;br /&gt;
* Syslog 系統記錄&lt;br /&gt;
** [[Install Graylog|安裝 Graylog]]&lt;br /&gt;
* Zabbix&lt;br /&gt;
* [[UptimeRobot]]&lt;br /&gt;
== Equipmemt 設備 ==&lt;br /&gt;
=== Router 路由器 ===&lt;br /&gt;
&amp;lt;!-- * Cisco 思科系統 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- * Juniper Networks 瞻博網絡 --&amp;gt;&lt;br /&gt;
* MikroTik&lt;br /&gt;
** [[Install Cloud Hosted Router on VMWare ESXi]]&lt;br /&gt;
** [[Install Cloud Hosted Router on AliCloud]]&lt;br /&gt;
** [[RouterOS Linux Kernel Version]]&lt;br /&gt;
** [[RouterOS BGP Best Path Algorithm|RouterOS BGP 最佳路徑演算法]]&lt;br /&gt;
&amp;lt;!-- * OpenWRT --&amp;gt;&lt;br /&gt;
=== Firewall 防火牆 ===&lt;br /&gt;
* Fortinet&lt;br /&gt;
* SonicWall&lt;br /&gt;
* Untangle&lt;br /&gt;
* pfSense&lt;br /&gt;
=== Switch 交換器 ===&lt;br /&gt;
* Cumulus&lt;br /&gt;
* Dell EMC 易安信&lt;br /&gt;
** [[OS10 upgrade]]&lt;br /&gt;
** [[OS10 Command]]&lt;br /&gt;
* Extreme Networks 極進網路&lt;br /&gt;
&amp;lt;!-- * D-Link 友訊科技 --&amp;gt;&lt;br /&gt;
=== SBC 單板電腦 ===&lt;br /&gt;
Single-Board Computer&lt;br /&gt;
* Raspberry Pi 樹莓派&lt;br /&gt;
** [[Raspberry Pi Unboxing|樹莓派開箱]]&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=DonCloud_Office&amp;diff=1619</id>
		<title>DonCloud Office</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=DonCloud_Office&amp;diff=1619"/>
		<updated>2024-06-07T21:36:47Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​建立內容為「== 行動辦公室 ==  實作規劃架構 link= == 私有雲 ==  機房規劃架構 link= __NOTOC__ […」的新頁面&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 行動辦公室 ==&lt;br /&gt;
 實作規劃架構&lt;br /&gt;
[[Image:DonNet_Office.png|link=]]&lt;br /&gt;
== 私有雲 ==&lt;br /&gt;
 機房規劃架構&lt;br /&gt;
[[Image:DonNet_Office_Room.png|link=]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[Category:DonNet]]&lt;br /&gt;
[[Category:DonCloud]]&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=Jobs_and_Life&amp;diff=1618</id>
		<title>Jobs and Life</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=Jobs_and_Life&amp;diff=1618"/>
		<updated>2024-06-07T21:36:25Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
== [[Image:DonNet.png|link=]] DonNet ==&lt;br /&gt;
=== [[Image:DonCloud.png|link=]] DonCloud ===&lt;br /&gt;
* [[DonCloud Keeps Work Running Stably|DonCloud 讓工作持續穩定運行]]&lt;br /&gt;
* [[DonCloud Office|行動辦公室]]&lt;br /&gt;
=== [[Image:DonWind.png|link=]] Storm 飆網 ===&lt;br /&gt;
=== [[Image:Opendoor.png|link=]] Opendoor ===&lt;br /&gt;
* [[Opendoor Architecture]]&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
== 活動 ==&lt;br /&gt;
[[2021-11-20 墾丁]]&lt;br /&gt;
== Life 日常 ==&lt;br /&gt;
* [[Wealth Water Rice Money|發財水、發財米、開運錢母]]&lt;br /&gt;
* [[Emoji &amp;amp; Emoticon|表情圖示與符號]]&lt;br /&gt;
== Program 程式 ==&lt;br /&gt;
* [[The Hype Cycle|技術成熟度曲線]]&lt;br /&gt;
* [[DK effect|達克效應]]&lt;br /&gt;
* [[Programming as Cooking|將程式設計看作是烹飪]]&lt;br /&gt;
* [[The programming language determines the personality of the programmer|程式語言決定程式設計師性格]]&lt;br /&gt;
* [[wenyan-lang|文言文程式語言]]&lt;br /&gt;
* [[Fridge|冰箱]]&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
==== [[Image:chevyne.64.png|link=ChevyneWiki:關於]] [[ChevyneWiki:關於|Chevyne]] ====&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=DonCloud_Keeps_Work_Running_Stably&amp;diff=1617</id>
		<title>DonCloud Keeps Work Running Stably</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=DonCloud_Keeps_Work_Running_Stably&amp;diff=1617"/>
		<updated>2024-06-07T21:35:28Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; '''DonCloud 讓工作持續穩定運行'''&lt;br /&gt;
 '''DonCloud Keeps Work Running Stably'''&lt;br /&gt;
'''國際級電信機房'''&lt;br /&gt;
* 通過 ISO 27001 國際資訊安全認證，完善的基礎系統及設施架構。&lt;br /&gt;
* 不同地理位置的機房，以實體光纖線路互連建構的骨幹網路，實現'''異地備援'''。&lt;br /&gt;
# 高雄中山機房&lt;br /&gt;
# 台北南港機房&lt;br /&gt;
# 高雄新衙機房&lt;br /&gt;
# 持續增加中&lt;br /&gt;
'''網路更穩定'''&lt;br /&gt;
* '''實體光纖線路'''&lt;br /&gt;
:  多條光纖、多個對外網路，'''交互備援'''。&lt;br /&gt;
# 3 條光纖直連 EBIX (亞太電信)&lt;br /&gt;
# 3 條光纖直連 SeedNet (遠傳電信)&lt;br /&gt;
# 1 條光纖直連 Telstra (澳洲電信)&lt;br /&gt;
# 持續增加中&lt;br /&gt;
* '''BGP 網路架構'''&lt;br /&gt;
: 邊界閘道器協定，是一個去中心化自治路由協定，使用基於路徑、網路策略或規則集來決定路由。&lt;br /&gt;
* BGP 即時動態提供最佳路徑、流量平衡與分流、備援網路，配合多條線路與異地機房，可以確保對外網路'''永不斷線'''。&lt;br /&gt;
'''系統更穩定'''&lt;br /&gt;
: 負載彈性平衡、均衡效能&lt;br /&gt;
* 儲存 Storage&lt;br /&gt;
** 機架式儲存設備 Rack Storage&lt;br /&gt;
**# DELL 戴爾儲存設備&lt;br /&gt;
**# Synology 群暉儲存設備&lt;br /&gt;
**# QNAP 威聯通儲存設備&lt;br /&gt;
** 儲存方案 Storage Solution&lt;br /&gt;
**# VMware vSAN 企業級儲存&lt;br /&gt;
**# Ceph Cluster 巨量資料儲存叢集&lt;br /&gt;
**# iXsystems TrueNAS Core 網路儲存&lt;br /&gt;
**# Nextcloud 私有雲儲存&lt;br /&gt;
* 伺服器 Server&lt;br /&gt;
** DELL 機架式高階伺服器&lt;br /&gt;
* 容器化技術 Container&lt;br /&gt;
*: 容器是執行環境的實作&lt;br /&gt;
** Rancher Server with RKE Kubernetes Cluster&lt;br /&gt;
* 虛擬化技術 Virtualization&lt;br /&gt;
*: VM是作業系統的實作&lt;br /&gt;
** VMware 超融合基礎架構(HCI)&lt;br /&gt;
'''私有雲'''&lt;br /&gt;
* [[DonCloud Office|行動辦公室]]&lt;br /&gt;
__NOTOC__&lt;br /&gt;
[[Category:DonNet]]&lt;br /&gt;
[[Category:DonCloud]]&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=VPN_%E9%80%A3%E7%B7%9A%E8%AA%AA%E6%98%8E&amp;diff=1616</id>
		<title>VPN 連線說明</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=VPN_%E9%80%A3%E7%B7%9A%E8%AA%AA%E6%98%8E&amp;diff=1616"/>
		<updated>2024-04-12T10:23:42Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:VPN]]&lt;br /&gt;
[[Category:OpenVPN]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=== 連線設定檔及帳密 ===&lt;br /&gt;
* 連線設定檔，副檔名 .ovpn，會以下列方式給予&lt;br /&gt;
** 通過 https://vpn.donnet.cc 下載&lt;br /&gt;
** 電子郵件寄送&lt;br /&gt;
* 連線帳號及密碼&lt;br /&gt;
** Username: 連線帳號&lt;br /&gt;
** Password: 連線密碼&lt;br /&gt;
** Private Key Password: 私鑰密碼，預設 '''openrich'''&lt;br /&gt;
=== 連線 APP ===&lt;br /&gt;
* [https://openvpn.net/vpn-client/ OpenVPN Connect]&lt;br /&gt;
** 支援平台 Windows、MacOS、Linux、Android、iOS&lt;br /&gt;
** 手機、平板由各平台 APP 商店安裝 (Android、iOS)&lt;br /&gt;
** Windows 由官網下載安裝 https://openvpn.net/vpn-client/&lt;br /&gt;
[[Image:OpenVPN Connect.png|320px|link=https://openvpn.net/vpn-client/]]&lt;br /&gt;
* 使用 FILE，選擇連線設定檔，IMPORT 匯入&lt;br /&gt;
[[Image:OpenVPN Connect Import.png|320px|link=]]&lt;br /&gt;
* 輸入帳密，ADD 新增&lt;br /&gt;
[[Image:OpenVPN Connect Import Add.png|320px|link=]]&lt;br /&gt;
* 未連線&lt;br /&gt;
[[Image:OpenVPN Connect Disconnected.png|320px|link=]]&lt;br /&gt;
* 連線成功&lt;br /&gt;
[[Image:OpenVPN Connect Connected.png|320px|link=]]&lt;br /&gt;
* 如果連線有問題，請點選右上 LOG 圖示，並將 LOG 提供給我們排除問題&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=VPN_%E9%80%A3%E7%B7%9A%E8%AA%AA%E6%98%8E&amp;diff=1615</id>
		<title>VPN 連線說明</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=VPN_%E9%80%A3%E7%B7%9A%E8%AA%AA%E6%98%8E&amp;diff=1615"/>
		<updated>2024-04-12T10:22:58Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:VPN]]&lt;br /&gt;
[[Category:OpenVPN]]&lt;br /&gt;
__TOC__&lt;br /&gt;
=== 連線設定檔及帳密 ===&lt;br /&gt;
* 連線設定檔，副檔名 .ovpn，會以下列方式給予&lt;br /&gt;
** 通過 https://vpn.donnet.cc 下載&lt;br /&gt;
** 電子郵件寄送&lt;br /&gt;
* 連線帳號及密碼&lt;br /&gt;
** Username: 連線帳號&lt;br /&gt;
** Password: 連線密碼&lt;br /&gt;
** Private Key Password: 私鑰密碼，預設 '''openrich'''&lt;br /&gt;
=== 連線 APP ===&lt;br /&gt;
* [https://openvpn.net/vpn-client/ OpenVPN Connect]&lt;br /&gt;
** 支援平台 Windows、MacOS、Linux、Android、iOS&lt;br /&gt;
** 手機、平板由各平台 APP 商店安裝 (iOS、Android、ChromeOS)&lt;br /&gt;
** Windows 由官網下載安裝 https://openvpn.net/vpn-client/&lt;br /&gt;
[[Image:OpenVPN Connect.png|320px|link=https://openvpn.net/vpn-client/]]&lt;br /&gt;
* 使用 FILE，選擇連線設定檔，IMPORT 匯入&lt;br /&gt;
[[Image:OpenVPN Connect Import.png|320px|link=]]&lt;br /&gt;
* 輸入帳密，ADD 新增&lt;br /&gt;
[[Image:OpenVPN Connect Import Add.png|320px|link=]]&lt;br /&gt;
* 未連線&lt;br /&gt;
[[Image:OpenVPN Connect Disconnected.png|320px|link=]]&lt;br /&gt;
* 連線成功&lt;br /&gt;
[[Image:OpenVPN Connect Connected.png|320px|link=]]&lt;br /&gt;
* 如果連線有問題，請點選右上 LOG 圖示，並將 LOG 提供給我們排除問題&lt;br /&gt;
----&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1614</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1614"/>
		<updated>2024-02-16T09:52:59Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donnet.email 📧 chevyne@donnet.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
&amp;lt;!--OpenCode Project--&amp;gt;&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1613</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1613"/>
		<updated>2024-02-16T09:46:29Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donnet.email 📧 chevyne@donnet.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
OpenCode Project&lt;br /&gt;
&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.tasa.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
	<entry>
		<id>https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1612</id>
		<title>ChevyneWiki:關於</title>
		<link rel="alternate" type="text/html" href="https://chevyne.at.tw/w/index.php?title=ChevyneWiki:%E9%97%9C%E6%96%BC&amp;diff=1612"/>
		<updated>2024-02-16T09:41:51Z</updated>

		<summary type="html">&lt;p&gt;Chevyne：​&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__{{DISPLAYTITLE:&amp;lt;span style=&amp;quot;position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);&amp;quot;&amp;gt;{{FULLPAGENAME}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
== Information ==&lt;br /&gt;
[[Image:chevyne.64.png|link=]]&lt;br /&gt;
Chevyne Tong&lt;br /&gt;
&lt;br /&gt;
🆎 AB+&lt;br /&gt;
&lt;br /&gt;
[[wikipedia:Aquarius_(astrology)|♒]]&lt;br /&gt;
[[wikipedia:zh:寶瓶宮|Aquarius]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Tainan City Government Logo.svg|55px|link=https://www.tainan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Tainan_City.svg|47px|link=https://www.tainan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.tainan.gov.tw Tainan],&lt;br /&gt;
[[Image:Taiwan.svg|24px|link=https://www.taiwan.gov.tw]]&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_World_Taiwanese_Congress.svg|58px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_Chinese_Taipei_for_Olympic_games.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:Flag_of_the_Republic_of_China.svg|48px|link=https://www.taiwan.gov.tw]] --&amp;gt;&lt;br /&gt;
[https://www.taiwan.gov.tw Taiwan 🇹🇼]&lt;br /&gt;
== Contact ==&lt;br /&gt;
[mailto:chevyne@donnet.email 📧 chevyne@donnet.email ✉]&lt;br /&gt;
&amp;lt;!-- [[Image:Gmail_icon_(2020).svg|16px|link=mailto:chevyne@gmail.com]]&lt;br /&gt;
[mailto:chevyne@gmail.com chevyne@gmail.com] --&amp;gt;&lt;br /&gt;
&amp;lt;!-- [[Image:(at).svg|link=mailto:f4480138@nckualumni.org.tw]]&lt;br /&gt;
[mailto:f4480138@nckualumni.org.tw f4480138@nckualumni.org.tw] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:LINE_New_App_Icon_(2020-12).png|16px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
[https://line.me/ti/p/y70tK1ojEa chevyne]&lt;br /&gt;
[[Image:Line_qrcode_chevyne.jpg|64px|link=https://line.me/ti/p/y70tK1ojEa]]&lt;br /&gt;
== Education ==&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:National_Cheng_Kung_University_logo.svg|34px|link=https://www.ncku.edu.tw]]&lt;br /&gt;
| [https://www.ncku.edu.tw National Cheng Kung University]&lt;br /&gt;
|-&lt;br /&gt;
| || 🎓 Bachelor of Engineering in [https://iaa.ncku.edu.tw Aeronautics and Astronautics] [[Image:IAA.png|72px|link=https://iaa.ncku.edu.tw]]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNFSH_emblem.svg|36px|link=https://www.tnfsh.tn.edu.tw]]&lt;br /&gt;
| [https://www.tnfsh.tn.edu.tw National Tainan First Senior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJSJH.png|32px|link=https://www.csjh.tn.edu.tw]]&lt;br /&gt;
| [https://www.csjh.tn.edu.tw Tainan Municipal Jiansing Junior High School]&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:TNJYES.png|27px|link=https://www.cies.tn.edu.tw]]&lt;br /&gt;
| [https://www.cies.tn.edu.tw Tainan Municipal Jhongyi Elementary School]&lt;br /&gt;
|}&lt;br /&gt;
== Job ==&lt;br /&gt;
System Architect&lt;br /&gt;
&lt;br /&gt;
Chief Engineer&lt;br /&gt;
&lt;br /&gt;
Professional Developer&lt;br /&gt;
&lt;br /&gt;
Senior Programmer&lt;br /&gt;
----&lt;br /&gt;
[[Image:DonNet.png|32px|link=]] DonNet&lt;br /&gt;
: OpenSI&lt;br /&gt;
: [[Image:DonCloud.png|32px|link=https://www.doncloud.vip]] [https://www.doncloud.vip DonCloud]&lt;br /&gt;
: [[Image:DonWind.png|32px|link=]] Storm&lt;br /&gt;
: [[Image:OpenBook.png|32px|link=]] OpenBook&lt;br /&gt;
: [[Image:DonNet.Mall.png|32px|link=]] Mall&lt;br /&gt;
: [[Image:Opendoor.png|32px|link=https://www.opendoor.com.tw]] [https://www.opendoor.com.tw Opendoor]&lt;br /&gt;
: [[Image:OpenClever.png|32px|link=https://www.openclever.com]] [https://www.openclever.com OpenClever]&lt;br /&gt;
: PayWay&lt;br /&gt;
== Experience ==&lt;br /&gt;
[[Image:OpenRich.logo.png|161px|link=https://www.openrich.com.tw]]&lt;br /&gt;
&lt;br /&gt;
[[Image:OpenRich.png|32px|link=https://www.openrich.com.tw]]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
: [https://www.openfor.com.tw OpenFor Telecommunications Co., Ltd.]&lt;br /&gt;
: [https://www.openmoney.com.tw OpenMoney Holdings Co., Ltd.]&lt;br /&gt;
: [[Image:Info-Rich.icon.png|32px|link=https://www.info-rich.com.tw]] [https://www.info-rich.com.tw Info-Rich Information Co., Ltd.]&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MIC.logo.png|115px|link=https://www.micb2b.com]]&lt;br /&gt;
| [https://www.micb2b.com Marketech International Corp.]&lt;br /&gt;
Marketech Group&lt;br /&gt;
|}&lt;br /&gt;
: System Integration Division&lt;br /&gt;
: System Solutions Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:CTCI.png|61px|link=http://www.acs.com.tw]]&lt;br /&gt;
| [http://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
[https://www.ctci.com CTCI Group]&lt;br /&gt;
|}&lt;br /&gt;
: Research &amp;amp; Development Department&lt;br /&gt;
: Information Industry Business Unit&lt;br /&gt;
: Intelligent Manufacturing Business Unit&lt;br /&gt;
: System Integration Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:MiTAC.png|159px|link=https://www.mitac.com.tw]]&lt;br /&gt;
| [https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
[http://www.msgroup.com.tw MiTAC-SYNNEX Group]&lt;br /&gt;
|}&lt;br /&gt;
: System Engineering Division&lt;br /&gt;
: Process Automation Business Group&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [https://www.newe.com.tw &amp;lt;span style=&amp;quot;font-size: x-large; font-weight: 900; font-style: italic; font-variant: small-caps; color: Indigo;&amp;quot;&amp;gt;NewE&amp;amp;nbsp;&amp;lt;/span&amp;gt;]&lt;br /&gt;
| [https://www.newe.com.tw Hung You Information Inc.]&lt;br /&gt;
|}&lt;br /&gt;
: Internet Service Division&lt;br /&gt;
: Electronic Commerce Division&lt;br /&gt;
----&lt;br /&gt;
{|&lt;br /&gt;
| [[Image:UniversalEC.logo.png|106px|link=https://www.universalec.com]]&lt;br /&gt;
| [https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
VIG Group&lt;br /&gt;
|}&lt;br /&gt;
: Core Technology Division&lt;br /&gt;
: Electronic Finance Division&lt;br /&gt;
: Hi-Tech Logistic Division&lt;br /&gt;
: Retail &amp;amp; Distribution Division&lt;br /&gt;
: Manufacturing &amp;amp; Transportation Division&lt;br /&gt;
== Project ==&lt;br /&gt;
OpenCode Project&lt;br /&gt;
&lt;br /&gt;
OpenFor Telecommunications Co., Ltd.&lt;br /&gt;
* Autonomous System : [https://www.peeringdb.com/net/22892 AS131677]&lt;br /&gt;
* [https://www.ncc.gov.tw/chinese/gradation.aspx?site_content_sn=4152 Type II Telecommunications Operators License]&lt;br /&gt;
[https://www.openrich.com.tw OpenRich Technology Co., Ltd.]&lt;br /&gt;
* Autonomous System : AS131674&lt;br /&gt;
* [https://www.einvoice.nat.gov.tw/ptl008w E-Invoice Value-added Service Center]&lt;br /&gt;
[https://www.corning.com/tw Taiwan Corning Display Glass Co., Ltd.]&lt;br /&gt;
* Quality Statistical Process Control System&lt;br /&gt;
* eSOS Patrol System&lt;br /&gt;
[https://www.cpc.com.tw CPC Corporation, Taiwan]&lt;br /&gt;
* CPC Talin Refinery 80000 BPSD RFCC EPC Projec&lt;br /&gt;
[https://www.nspo.narl.org.tw National Space Organization (NSPO)]&lt;br /&gt;
* Remotely Monitor and Control Ground Equipment System&lt;br /&gt;
* Satellite Telemetry and Instruction Software Development&lt;br /&gt;
[https://www.freeway.gov.tw Taiwan Area National Freeway Bureau], MOTC&lt;br /&gt;
* Central Computer System Integration Service of TANFB in Central Taiwan&lt;br /&gt;
[https://www.acs.com.tw Advanced Control &amp;amp; Systems Inc.]&lt;br /&gt;
* ISO 14064 Greenhouse Gas Emissions and Removals&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
* The Plant Hazard Operation Analyst (Expert System)&lt;br /&gt;
[https://www.csc.com.tw China Steel Corporation (CSC)]&lt;br /&gt;
* H-Beam Mill (HBM) Process Control Computer System&lt;br /&gt;
* Unmanned Production Line Computer System&lt;br /&gt;
* No. 2 Boiler Oxygon Rate Feedback Control System&lt;br /&gt;
* Slab Handling Facility Computer (SHFC) System&lt;br /&gt;
* No. 2 Hot Strip Mill (2HSM) Slab Yard Management Computer (SYMC) System&lt;br /&gt;
* No. 2 Bar &amp;amp; Rod Combination Mill (B2M) Supervisory Process Control Computer System&lt;br /&gt;
* No. 2 Temper &amp;amp; Recoil Line (TNRL2) Process Control Computer System&lt;br /&gt;
[https://www.mitac.com.tw MiTAC Inc.]&lt;br /&gt;
* Capability Maturity Model&amp;lt;sup&amp;gt;®&amp;lt;/sup&amp;gt; Integration (CMMI) Level 3 Certification&lt;br /&gt;
[https://www.bok.com.tw Bank of Kaohsiung Co., Ltd.]&lt;br /&gt;
* [https://krdo.bok.com.tw KRDO (Kaohsiung Render Disbursement Office)]&lt;br /&gt;
Institute of Post, Directorate General of Post, MOTC&lt;br /&gt;
* International Express Mail Service (EMS)&lt;br /&gt;
[https://www.carrefour.com.tw Carrefour Taiwan]&lt;br /&gt;
* Retail ICE (Supplier Management System)&lt;br /&gt;
[https://www.msi.com Micro-Star International Co., Ltd.]&lt;br /&gt;
* Manufacture ICE (Supplier Management System)&lt;br /&gt;
[https://www.inventec.com Inventec Corporation]&lt;br /&gt;
* Globe Logistics Service&lt;br /&gt;
[https://www.universalec.com Universal EC Inc.]&lt;br /&gt;
* Trade-VAN Service Vanlink Client&lt;br /&gt;
* XMapper, Vanlink Service&lt;br /&gt;
* Sterling Commerce - Commerce Network &amp;amp; Gentran Series&lt;/div&gt;</summary>
		<author><name>Chevyne</name></author>
	</entry>
</feed>