SlideShare a Scribd company logo
1 of 22
Download to read offline
Taipei Smart City
BeJo Li
GIoT:
Brace yourself
IoT Winter is coming(不用等下季)
線上資源
❏ Document and source code
❏ https://github.com/giot-tw
❏ Gitter.im
❏ https://gitter.im/giot-tw/public
❏購買商城
❏ https://tw.mall.yahoo.com/item/GIoT-Module-GL6509-
p0024104779117
❏FB 粉絲團 - GIOT
❏ https://www.facebook.com/giot.tw
Outline
❏ 參與單位
❏ 台北市實驗場環境介紹 -> 台北以外呢?!
❏ GIoT's LoRa EcoSystem簡介
❏ 模組教學動手玩
Smart City - 台北市政府
台北全區覆蓋
台北以外呢?
❏ 洽詢GIoT 業務單位
❏ 新竹一定有!!!
❏台北VS非台北
❏ 參與台北專案可達成全台漫遊
Gemtek - GIoT
❏ 我們提供基站?雲端?終端?應用?
❏ 一個非常傻瓜的簡單方法 - 解決方案
❏ 基地站台管理與監控
❏ 訊息路由派送(Routing) - 送達資料到你手上
❏ LoRa 模組當Modem, SIM Card
GIoT Network Architecture
LoRa 模組
■ General Features
○ General Purpose LoRa module for sensor integration
○ Different versions to support AT commands, ModBus
○ generic GPIO and I2C & UART interfaces
○ Compact form factor: 15 x 39 x 2.75 mm
○ Castellated SMT edge for easy PCB mounting
○ Optional version with pin header for quick prototyping
○ Separate versions for 915 MHz and for 868 MHz
○ High receiver sensitivity: down to -137.5 dBm
○ Industrial grade
■ Operational
○ Single operating voltage at 3.3V
○ Temperature range: -40°C to +85°C
○ Low-power consumption
走 Uart
吃 3.3V
用AT
command
來接線吧
❏ 3.3v
❏ TX → RX
❏ RX → TX
❏ GND
❏ Baud 9600
❏ 下載程式碼
四根 PINs
1. 排針面向自己,注意左邊那排。
2. 由下數來第 8, 7, 6, 4
這是從正面看的!!!
正面背面
系統架構 你要關心的
❏ 插好線送 Command !!!
不需要你關心的
1
2
Hello world
❏ AT
❏ OK
Demo
❏ AT
❏ 喚醒LMU
❏ AT+ECHO=1
❏ 開啟回呼
❏ AT&W
❏ 儲存設定
❏ AT&H
❏ 目前支援的指令集
❏ AT+SGMR?
❏ 看韌體版號
❏ AT+DTX
❏ AT+DTX=22, 0123456789abcdef012345
Example Arduino
❏ Host
❏ Arduino
❏ Interface
❏ UART to LPWAN Module
❏ P10, 11
❏ RX/TX
❏ 3.3v power support
❏ P1/G
❏ VDD/G
❏ Source code
❏ Lab01_giot_AT-DTX
Example - Raspberry
❏ Host
❏ Raspberry pi B+
❏ Interface
❏ UART to LPWAN Module
❏ P8,10
❏ RX/TX
❏ 3.3v power support
❏ P1/G
❏ VDD/G
❏ Source code
❏ Github
MQTT 訂閱帳號
❏ 每桌各有一個測試帳號
❏ https://cust00-01.giotgateway.com/giot-mqtt
❏ MQTT (Example)
❏ "host": "52.193.146.103",
❏ "port": "80",
❏ "topic": "client/200000033/200000033-GIOT-MAKER",
❏ "clientId": "200000033-generic-service",
❏ "username": "200000033",
❏ "password": "*"
❏ mosquitto_sub -h 52.193.146.103 -p 80 -t client/200000033/200000033-GIOT-MAKER -I 200000033-generic-
service -u 200000033 -P <PASSWORD>
模組特性
● Module is like a SIM card
○ AES key support
○ Identity - LoRa mac address (IEMI)
○ 11 bytes of user-assigned payload (22 Hex)
■ Max length is 11 Ascii or 22 Hex
● 60s 冷卻時間
● SF 10 - Default
● LoRaWAN 1.0
● Class A
● ABP (Activation by Personalization) mode
● 資料你產生,訊息GIoT 幫你使命必達
11 bytes example:
Index Temperature Battery
level
GPS
Latitude
GPS
Longitude
0xff 0xff 0xff 0xffff ffff 0xffff ffff
Example - Data
❏ Receive data
$ mosquitto_sub -h <Server_IP> -p 80 -t client/200000001/200000001-GIOT-MAKER -I 200000001-generic-service -u 200000001 -P PASSWORD
RECV:
{
"id" : "e18a47a2-9c3c-4157-b61a-5131e34e6813", // Unique index for this message
"macAddr" : "04000011", // Module ID
"data" : "1459268303", // Your Data
"buff" : "2016-03-09T09:18:56.310Z", // Cloud server receive timestamp
"recv" : "2016-03-09T09:18:55.000Z", // LoRa Gateway receive timestamp
"extra" : { // Lora Gateway which receive your data
"gwip" : "192.168.1.110", // Lora Gateway Wan IP
"gwid" : "00001c497b48db94", // Lora Gateway ID
"repeater" : "00000000ffffffff", // Lora Repeater ID, if bypass
"systype" : 4, // System ID for indicating service area
"rssi" : -94, // RSSI when this frame is into Gateway
"snr" : 93 // SNR when this frame is into Gateway
}
}
其他腳位
FAQ
Thank you!

More Related Content

Similar to 1 taipei smart city-正文科技

Securing an NGINX deployment for K8s
Securing an NGINX deployment for K8sSecuring an NGINX deployment for K8s
Securing an NGINX deployment for K8sDevOps Indonesia
 
Bitcoin protocol for developerBitcoin Protocol for Developers
Bitcoin protocol for developerBitcoin Protocol for DevelopersBitcoin protocol for developerBitcoin Protocol for Developers
Bitcoin protocol for developerBitcoin Protocol for DevelopersParadigma Digital
 
Funnel Analysis with Apache Spark and Druid
Funnel Analysis with Apache Spark and DruidFunnel Analysis with Apache Spark and Druid
Funnel Analysis with Apache Spark and DruidDatabricks
 
Bitcoin protocol for developers at techfest
Bitcoin protocol for developers at techfestBitcoin protocol for developers at techfest
Bitcoin protocol for developers at techfestAlberto Gomez Toribio
 
Run Go applications on Pico using TinyGo
Run Go applications on Pico using TinyGo Run Go applications on Pico using TinyGo
Run Go applications on Pico using TinyGo Yu-Shuan Hsieh
 
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...jasonjwwilliams
 
Integr8tor v2019.07 release notes
Integr8tor v2019.07 release notesIntegr8tor v2019.07 release notes
Integr8tor v2019.07 release notesucamco
 
Business-Plan 3 million
Business-Plan 3 millionBusiness-Plan 3 million
Business-Plan 3 millionGarth Stevens
 
Swift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSwift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSally Shepard
 
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!升煌 黃
 
Pgsodium's Features: those not provided by pgcrypto and integration with rem...
 Pgsodium's Features: those not provided by pgcrypto and integration with rem... Pgsodium's Features: those not provided by pgcrypto and integration with rem...
Pgsodium's Features: those not provided by pgcrypto and integration with rem...EDB
 
Project ACRN GVT-d introduction and tutorial
Project ACRN GVT-d introduction and tutorialProject ACRN GVT-d introduction and tutorial
Project ACRN GVT-d introduction and tutorialProject ACRN
 
[ETHCon Korea 2019] Jung woohyun 정우현
[ETHCon Korea 2019] Jung woohyun 정우현[ETHCon Korea 2019] Jung woohyun 정우현
[ETHCon Korea 2019] Jung woohyun 정우현ethconkr
 
Best practices to build secure smart contracts
Best practices to build secure smart contractsBest practices to build secure smart contracts
Best practices to build secure smart contractsGautam Anand
 
"Developing a multicurrency, multisignature wallet" by Alex Melville
"Developing a multicurrency, multisignature wallet" by Alex Melville  "Developing a multicurrency, multisignature wallet" by Alex Melville
"Developing a multicurrency, multisignature wallet" by Alex Melville ICOVO
 
Free5 gc installation
Free5 gc installationFree5 gc installation
Free5 gc installationChia-An Lee
 

Similar to 1 taipei smart city-正文科技 (20)

btc mining
btc miningbtc mining
btc mining
 
Securing an NGINX deployment for K8s
Securing an NGINX deployment for K8sSecuring an NGINX deployment for K8s
Securing an NGINX deployment for K8s
 
Bitcoin protocol for developerBitcoin Protocol for Developers
Bitcoin protocol for developerBitcoin Protocol for DevelopersBitcoin protocol for developerBitcoin Protocol for Developers
Bitcoin protocol for developerBitcoin Protocol for Developers
 
Funnel Analysis with Apache Spark and Druid
Funnel Analysis with Apache Spark and DruidFunnel Analysis with Apache Spark and Druid
Funnel Analysis with Apache Spark and Druid
 
Bitcoin protocol for developers at techfest
Bitcoin protocol for developers at techfestBitcoin protocol for developers at techfest
Bitcoin protocol for developers at techfest
 
Run Go applications on Pico using TinyGo
Run Go applications on Pico using TinyGo Run Go applications on Pico using TinyGo
Run Go applications on Pico using TinyGo
 
Git tutorial
Git tutorialGit tutorial
Git tutorial
 
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...
Ditching Fibre Channel & SCSI: Saying hast la vista to your vendors and "ooh ...
 
Integr8tor v2019.07 release notes
Integr8tor v2019.07 release notesIntegr8tor v2019.07 release notes
Integr8tor v2019.07 release notes
 
Business-Plan 3 million
Business-Plan 3 millionBusiness-Plan 3 million
Business-Plan 3 million
 
Swift hardware hacking @ try! Swift
Swift hardware hacking @ try! SwiftSwift hardware hacking @ try! Swift
Swift hardware hacking @ try! Swift
 
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!
DevFest 2022 Taipei 使用 Standalone Component 來寫 Angular 吧!
 
Pgsodium's Features: those not provided by pgcrypto and integration with rem...
 Pgsodium's Features: those not provided by pgcrypto and integration with rem... Pgsodium's Features: those not provided by pgcrypto and integration with rem...
Pgsodium's Features: those not provided by pgcrypto and integration with rem...
 
Project ACRN GVT-d introduction and tutorial
Project ACRN GVT-d introduction and tutorialProject ACRN GVT-d introduction and tutorial
Project ACRN GVT-d introduction and tutorial
 
Muda Proposal
Muda ProposalMuda Proposal
Muda Proposal
 
[ETHCon Korea 2019] Jung woohyun 정우현
[ETHCon Korea 2019] Jung woohyun 정우현[ETHCon Korea 2019] Jung woohyun 정우현
[ETHCon Korea 2019] Jung woohyun 정우현
 
Best practices to build secure smart contracts
Best practices to build secure smart contractsBest practices to build secure smart contracts
Best practices to build secure smart contracts
 
"Developing a multicurrency, multisignature wallet" by Alex Melville
"Developing a multicurrency, multisignature wallet" by Alex Melville  "Developing a multicurrency, multisignature wallet" by Alex Melville
"Developing a multicurrency, multisignature wallet" by Alex Melville
 
Zero To Dojo
Zero To DojoZero To Dojo
Zero To Dojo
 
Free5 gc installation
Free5 gc installationFree5 gc installation
Free5 gc installation
 

More from Taipei Smart City PMO

臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English versionTaipei Smart City PMO
 
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版Taipei Smart City PMO
 
[智慧城市分享] Array of things
[智慧城市分享] Array of things[智慧城市分享] Array of things
[智慧城市分享] Array of thingsTaipei Smart City PMO
 
以物聯網打造智慧城市研討會簡報
以物聯網打造智慧城市研討會簡報以物聯網打造智慧城市研討會簡報
以物聯網打造智慧城市研討會簡報Taipei Smart City PMO
 
南港區智慧城市推動全民座談會簡報
南港區智慧城市推動全民座談會簡報南港區智慧城市推動全民座談會簡報
南港區智慧城市推動全民座談會簡報Taipei Smart City PMO
 
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所Taipei Smart City PMO
 

More from Taipei Smart City PMO (16)

臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-English version
 
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版
臺北市資訊局PMO臺北市智慧城市2.0.成果展示-中文版
 
Bluemix-introduction
Bluemix-introductionBluemix-introduction
Bluemix-introduction
 
Airbox with Gemtek Lora
Airbox with Gemtek LoraAirbox with Gemtek Lora
Airbox with Gemtek Lora
 
[智慧城市分享] Array of things
[智慧城市分享] Array of things[智慧城市分享] Array of things
[智慧城市分享] Array of things
 
以物聯網打造智慧城市研討會簡報
以物聯網打造智慧城市研討會簡報以物聯網打造智慧城市研討會簡報
以物聯網打造智慧城市研討會簡報
 
智慧綠化方案案例分享
智慧綠化方案案例分享智慧綠化方案案例分享
智慧綠化方案案例分享
 
南港區智慧城市推動全民座談會簡報
南港區智慧城市推動全民座談會簡報南港區智慧城市推動全民座談會簡報
南港區智慧城市推動全民座談會簡報
 
6 Bluemix-LoRa application IV
6 Bluemix-LoRa application IV6 Bluemix-LoRa application IV
6 Bluemix-LoRa application IV
 
5 Bluemix-LoRa application III
5 Bluemix-LoRa application III5 Bluemix-LoRa application III
5 Bluemix-LoRa application III
 
4 Bluemix-LoRa application II
4 Bluemix-LoRa application II4 Bluemix-LoRa application II
4 Bluemix-LoRa application II
 
3 Bluemix-LoRa application-IBM
3 Bluemix-LoRa application-IBM3 Bluemix-LoRa application-IBM
3 Bluemix-LoRa application-IBM
 
2 GIoT_introduction
2 GIoT_introduction2 GIoT_introduction
2 GIoT_introduction
 
智慧城市案例分享-columbus
智慧城市案例分享-columbus智慧城市案例分享-columbus
智慧城市案例分享-columbus
 
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所
臺北智慧城市專案辦公室-公共住宅智慧服務座談會-智慧辦公室、區公所
 
智慧車站案例分享
智慧車站案例分享智慧車站案例分享
智慧車站案例分享
 

Recently uploaded

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

1 taipei smart city-正文科技

  • 2. GIoT: Brace yourself IoT Winter is coming(不用等下季)
  • 3. 線上資源 ❏ Document and source code ❏ https://github.com/giot-tw ❏ Gitter.im ❏ https://gitter.im/giot-tw/public ❏購買商城 ❏ https://tw.mall.yahoo.com/item/GIoT-Module-GL6509- p0024104779117 ❏FB 粉絲團 - GIOT ❏ https://www.facebook.com/giot.tw
  • 4. Outline ❏ 參與單位 ❏ 台北市實驗場環境介紹 -> 台北以外呢?! ❏ GIoT's LoRa EcoSystem簡介 ❏ 模組教學動手玩
  • 5. Smart City - 台北市政府
  • 7. 台北以外呢? ❏ 洽詢GIoT 業務單位 ❏ 新竹一定有!!! ❏台北VS非台北 ❏ 參與台北專案可達成全台漫遊
  • 8. Gemtek - GIoT ❏ 我們提供基站?雲端?終端?應用? ❏ 一個非常傻瓜的簡單方法 - 解決方案 ❏ 基地站台管理與監控 ❏ 訊息路由派送(Routing) - 送達資料到你手上 ❏ LoRa 模組當Modem, SIM Card
  • 10. LoRa 模組 ■ General Features ○ General Purpose LoRa module for sensor integration ○ Different versions to support AT commands, ModBus ○ generic GPIO and I2C & UART interfaces ○ Compact form factor: 15 x 39 x 2.75 mm ○ Castellated SMT edge for easy PCB mounting ○ Optional version with pin header for quick prototyping ○ Separate versions for 915 MHz and for 868 MHz ○ High receiver sensitivity: down to -137.5 dBm ○ Industrial grade ■ Operational ○ Single operating voltage at 3.3V ○ Temperature range: -40°C to +85°C ○ Low-power consumption 走 Uart 吃 3.3V 用AT command
  • 11. 來接線吧 ❏ 3.3v ❏ TX → RX ❏ RX → TX ❏ GND ❏ Baud 9600 ❏ 下載程式碼
  • 12. 四根 PINs 1. 排針面向自己,注意左邊那排。 2. 由下數來第 8, 7, 6, 4 這是從正面看的!!! 正面背面
  • 13. 系統架構 你要關心的 ❏ 插好線送 Command !!! 不需要你關心的 1 2
  • 15. Demo ❏ AT ❏ 喚醒LMU ❏ AT+ECHO=1 ❏ 開啟回呼 ❏ AT&W ❏ 儲存設定 ❏ AT&H ❏ 目前支援的指令集 ❏ AT+SGMR? ❏ 看韌體版號 ❏ AT+DTX ❏ AT+DTX=22, 0123456789abcdef012345
  • 16. Example Arduino ❏ Host ❏ Arduino ❏ Interface ❏ UART to LPWAN Module ❏ P10, 11 ❏ RX/TX ❏ 3.3v power support ❏ P1/G ❏ VDD/G ❏ Source code ❏ Lab01_giot_AT-DTX
  • 17. Example - Raspberry ❏ Host ❏ Raspberry pi B+ ❏ Interface ❏ UART to LPWAN Module ❏ P8,10 ❏ RX/TX ❏ 3.3v power support ❏ P1/G ❏ VDD/G ❏ Source code ❏ Github
  • 18. MQTT 訂閱帳號 ❏ 每桌各有一個測試帳號 ❏ https://cust00-01.giotgateway.com/giot-mqtt ❏ MQTT (Example) ❏ "host": "52.193.146.103", ❏ "port": "80", ❏ "topic": "client/200000033/200000033-GIOT-MAKER", ❏ "clientId": "200000033-generic-service", ❏ "username": "200000033", ❏ "password": "*" ❏ mosquitto_sub -h 52.193.146.103 -p 80 -t client/200000033/200000033-GIOT-MAKER -I 200000033-generic- service -u 200000033 -P <PASSWORD>
  • 19. 模組特性 ● Module is like a SIM card ○ AES key support ○ Identity - LoRa mac address (IEMI) ○ 11 bytes of user-assigned payload (22 Hex) ■ Max length is 11 Ascii or 22 Hex ● 60s 冷卻時間 ● SF 10 - Default ● LoRaWAN 1.0 ● Class A ● ABP (Activation by Personalization) mode ● 資料你產生,訊息GIoT 幫你使命必達 11 bytes example: Index Temperature Battery level GPS Latitude GPS Longitude 0xff 0xff 0xff 0xffff ffff 0xffff ffff
  • 20. Example - Data ❏ Receive data $ mosquitto_sub -h <Server_IP> -p 80 -t client/200000001/200000001-GIOT-MAKER -I 200000001-generic-service -u 200000001 -P PASSWORD RECV: { "id" : "e18a47a2-9c3c-4157-b61a-5131e34e6813", // Unique index for this message "macAddr" : "04000011", // Module ID "data" : "1459268303", // Your Data "buff" : "2016-03-09T09:18:56.310Z", // Cloud server receive timestamp "recv" : "2016-03-09T09:18:55.000Z", // LoRa Gateway receive timestamp "extra" : { // Lora Gateway which receive your data "gwip" : "192.168.1.110", // Lora Gateway Wan IP "gwid" : "00001c497b48db94", // Lora Gateway ID "repeater" : "00000000ffffffff", // Lora Repeater ID, if bypass "systype" : 4, // System ID for indicating service area "rssi" : -94, // RSSI when this frame is into Gateway "snr" : 93 // SNR when this frame is into Gateway } }