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

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
[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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 

Recently uploaded (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
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
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 

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 } }