SlideShare a Scribd company logo
Hands-on Series
SORACOM Harvest
Introduction
SORACOM Harvest (Harvest) is a service to collect and accumulate data from IoT
devices.
By using mobile communication provided by SORACOM Air, sensor data, position
information, etc. can be easily accumulated on the "SORACOM" platform on the
cloud without troubles through mobile communication.
Received time and SIM ID are automatically added to the saved data and it can be
graphed and browsed in the user console of "SORACOM" or acquired via the API.
The uploaded data will be saved for 40 days.
Reading materials for BEAM:
•  Service Overview
•  Getting Started – Harvest
Resources
Laptop
Wi-Fi Hotspot/
Personal Hotspot
AIR SIM Global
SETUP	
  used	
  
•  Putty
•  Packet Sender
•  Command Prompt
•  Internet browser
IoT Platform
Visualization
Simulation of
IoT Device (*)
Cellular
Network
* This setup is for demonstration & testing purpose only. The SIM should reside in the IoT device to secure communication.
Pre-requisite Hands-on Series:
•  Getting Started
•  SORACOM AIR
Now log on to https://console.soracom.io/
1.  Open the SORACOM console at https://console.soracom.io/ .
2.  Check the Air SIM you want to communicate with SORACOM Harvest.
3.  Select [Change group] from the [Action] button.	
Create a group (via Actions menu)
Create a group (via Actions menu)
1.  Select [Create…]
2.  Enter the group name, e.g. “hello soracom” and click [Create]
Choose a group (via side bar)
1.  From the console side menu bar
2.  Select [Groups]
3.  From the group list, choose “hello soracom”.
1.  Click the switch in the [SORACOM Harvest setting] group, change it to
ON, and click the Save button.	
Turn on Harvest
Send data via HTTP
1.  Open the terminal in your laptop
2.  Send an HTTP POST request to the Harvest entry point. You need to
specify the data type with content-type.

----------------------------------
curl -v -X POST -H 'content-type:application/json' -d '{"temperature":20}' http://harvest.soracom.io
Visualize data accumulated in Harvest
1.  Open the Air SIM management screen and check the air SIM that
communicated by SORACOM Harvest. Next, select [Harvest data] from
the [Action] button.
Visualize data accumulated in Harvest
1.  The screen showed up, the data is not loaded yet.
2.  Press the [Search] button, the saved data will be displayed.
Visualize data accumulated in Harvest
1.  Send other sets of data in the terminal, for example, “temperature”:22,
“temperature”:21, etc; 

curl -v -X POST -H 'content-type:application/json' -d '{"temperature":22}' http://harvest.soracom.io
curl -v -X POST -H 'content-type:application/json' -d '{"temperature":21}' http://harvest.soracom.io
2.  Press the [Refresh] button, the saved data will be updated.
Visualize data accumulated in Harvest
1.  The saved data are also shown in the table under the graph.
Visualize data accumulated in Harvest
1.  Press [Auto refresh] button, your chart will be updated every 5 minutes.
Disable Harvest
1.  Click the switch in the [SORACOM Harvest setting] group, change it to
OFF, and click the Save button.

More Related Content

What's hot

CCNA part 7 acl
CCNA part 7 aclCCNA part 7 acl
Uccn1003 -may09_-_lect09_-_access_control_list_acl_
Uccn1003  -may09_-_lect09_-_access_control_list_acl_Uccn1003  -may09_-_lect09_-_access_control_list_acl_
Uccn1003 -may09_-_lect09_-_access_control_list_acl_
Shu Shin
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3
Sophan Nhean
 
Cisco ACL
Cisco ACLCisco ACL
Cisco ACL
faust0
 
Basic tp link configure
Basic tp link configureBasic tp link configure
Basic tp link configure
Sambath Hem
 
How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616
Huanetwork
 
Acl cisco
Acl ciscoAcl cisco
Acl cisco
Tapan Khilar
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psec
Uttam Ds
 
Ictfax installation
Ictfax installationIctfax installation
Ictfax installation
talha103
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defense
Huanetwork
 
Tutorial mikrotik step by step anung muhandanu
Tutorial mikrotik step by step  anung muhandanu Tutorial mikrotik step by step  anung muhandanu
Tutorial mikrotik step by step anung muhandanu
theviper0308
 
Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11
Tola LENG
 
Access Control List & its Types
Access Control List & its TypesAccess Control List & its Types
Access Control List & its Types
Netwax Lab
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
IT Tech
 
Cisco Ios Suneet
Cisco Ios SuneetCisco Ios Suneet
Cisco Ios Suneet
guest575e9c
 
Configure DHCP Server and DHCP-Relay
Configure DHCP Server and DHCP-RelayConfigure DHCP Server and DHCP-Relay
Configure DHCP Server and DHCP-Relay
Tola LENG
 
Wireless Network Pentestration
Wireless Network PentestrationWireless Network Pentestration
Wireless Network Pentestration
KHNOG
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration Flow
Kent Loh
 
Chapter10ccna
Chapter10ccnaChapter10ccna
Chapter10ccna
Lakshan Perera
 
Des 3800 howto-en_guest-vlan_20060623
Des 3800 howto-en_guest-vlan_20060623Des 3800 howto-en_guest-vlan_20060623
Des 3800 howto-en_guest-vlan_20060623
Conrad Cruz
 

What's hot (20)

CCNA part 7 acl
CCNA part 7 aclCCNA part 7 acl
CCNA part 7 acl
 
Uccn1003 -may09_-_lect09_-_access_control_list_acl_
Uccn1003  -may09_-_lect09_-_access_control_list_acl_Uccn1003  -may09_-_lect09_-_access_control_list_acl_
Uccn1003 -may09_-_lect09_-_access_control_list_acl_
 
Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3Dhcp & dhcp relay agent in cent os 5.3
Dhcp & dhcp relay agent in cent os 5.3
 
Cisco ACL
Cisco ACLCisco ACL
Cisco ACL
 
Basic tp link configure
Basic tp link configureBasic tp link configure
Basic tp link configure
 
How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616How to configure inband management for huawei ma5616
How to configure inband management for huawei ma5616
 
Acl cisco
Acl ciscoAcl cisco
Acl cisco
 
Mikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psecMikro tik site to site eoip tunnel with i psec
Mikro tik site to site eoip tunnel with i psec
 
Ictfax installation
Ictfax installationIctfax installation
Ictfax installation
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defense
 
Tutorial mikrotik step by step anung muhandanu
Tutorial mikrotik step by step  anung muhandanu Tutorial mikrotik step by step  anung muhandanu
Tutorial mikrotik step by step anung muhandanu
 
Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11Configure proxy firewall on SuSE Linux Enterprise Server 11
Configure proxy firewall on SuSE Linux Enterprise Server 11
 
Access Control List & its Types
Access Control List & its TypesAccess Control List & its Types
Access Control List & its Types
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
 
Cisco Ios Suneet
Cisco Ios SuneetCisco Ios Suneet
Cisco Ios Suneet
 
Configure DHCP Server and DHCP-Relay
Configure DHCP Server and DHCP-RelayConfigure DHCP Server and DHCP-Relay
Configure DHCP Server and DHCP-Relay
 
Wireless Network Pentestration
Wireless Network PentestrationWireless Network Pentestration
Wireless Network Pentestration
 
IMS Registration Flow
IMS Registration FlowIMS Registration Flow
IMS Registration Flow
 
Chapter10ccna
Chapter10ccnaChapter10ccna
Chapter10ccna
 
Des 3800 howto-en_guest-vlan_20060623
Des 3800 howto-en_guest-vlan_20060623Des 3800 howto-en_guest-vlan_20060623
Des 3800 howto-en_guest-vlan_20060623
 

Viewers also liked

Derecho tributario
Derecho tributarioDerecho tributario
Derecho tributario
Aldodamianc
 
Tarea de Informatica 1
Tarea de Informatica 1Tarea de Informatica 1
Tarea de Informatica 1
Maria Yareli Martin Gomez
 
Basico2jueves22
Basico2jueves22Basico2jueves22
Basico2jueves22
adjnt1979
 
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019 Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
Yayasan Satu Karsa Karya (YSKK)
 
Actu Défense du 8 décembre 2016
Actu Défense du 8 décembre 2016Actu Défense du 8 décembre 2016
Actu Défense du 8 décembre 2016
Ministère des Armées
 
Dystopian Society: The Huger Games
Dystopian Society: The Huger GamesDystopian Society: The Huger Games
Dystopian Society: The Huger Games
kortney hansen
 
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier CucaitaBIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
Javier Alexander Cucaita Moreno
 
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi ElectricBảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
Beeteco
 
SABPP Labour Market Scenarios 2030 Report
SABPP Labour Market Scenarios 2030 ReportSABPP Labour Market Scenarios 2030 Report
SABPP Labour Market Scenarios 2030 Report
SABPP
 
Manajemen Kas
Manajemen KasManajemen Kas
Pengaruh kualitas pelayanan terhadap kepuasan pelanggan
Pengaruh kualitas pelayanan terhadap kepuasan pelangganPengaruh kualitas pelayanan terhadap kepuasan pelanggan
Pengaruh kualitas pelayanan terhadap kepuasan pelanggan
Faztrack Consulting
 
Manajemen Chapter 9 (Manajemen Strategik)
Manajemen Chapter 9 (Manajemen Strategik)Manajemen Chapter 9 (Manajemen Strategik)
Manajemen Chapter 9 (Manajemen Strategik)
Fathi Arief
 
Математика. 2 класс. Урок 2.89 Арифметические действия над числами
Математика. 2 класс. Урок 2.89 Арифметические действия над числамиМатематика. 2 класс. Урок 2.89 Арифметические действия над числами
Математика. 2 класс. Урок 2.89 Арифметические действия над числами
avtatuzova
 
Математика. 2 класс. Урок 1.12 Уравнения
Математика. 2 класс. Урок 1.12 УравненияМатематика. 2 класс. Урок 1.12 Уравнения
Математика. 2 класс. Урок 1.12 Уравнения
avtatuzova
 
Internal Audit 03-03-16
Internal Audit 03-03-16Internal Audit 03-03-16
Internal Audit 03-03-16
Lisa Barnes
 
PPT - Powerful Presentation Techniques
PPT - Powerful Presentation TechniquesPPT - Powerful Presentation Techniques
PPT - Powerful Presentation Techniques
University of Wisconsin Milwaukee
 

Viewers also liked (16)

Derecho tributario
Derecho tributarioDerecho tributario
Derecho tributario
 
Tarea de Informatica 1
Tarea de Informatica 1Tarea de Informatica 1
Tarea de Informatica 1
 
Basico2jueves22
Basico2jueves22Basico2jueves22
Basico2jueves22
 
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019 Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
Dokumen Rencana Strategis YSKK Tahun 2016 - 2019
 
Actu Défense du 8 décembre 2016
Actu Défense du 8 décembre 2016Actu Défense du 8 décembre 2016
Actu Défense du 8 décembre 2016
 
Dystopian Society: The Huger Games
Dystopian Society: The Huger GamesDystopian Society: The Huger Games
Dystopian Society: The Huger Games
 
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier CucaitaBIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
BIOGEOGRAFÍA: FACTORES Y EXPONENTES. Lic Javier Cucaita
 
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi ElectricBảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
Bảng giá rút gọn thiết bị đóng cắt Mitsubishi Electric
 
SABPP Labour Market Scenarios 2030 Report
SABPP Labour Market Scenarios 2030 ReportSABPP Labour Market Scenarios 2030 Report
SABPP Labour Market Scenarios 2030 Report
 
Manajemen Kas
Manajemen KasManajemen Kas
Manajemen Kas
 
Pengaruh kualitas pelayanan terhadap kepuasan pelanggan
Pengaruh kualitas pelayanan terhadap kepuasan pelangganPengaruh kualitas pelayanan terhadap kepuasan pelanggan
Pengaruh kualitas pelayanan terhadap kepuasan pelanggan
 
Manajemen Chapter 9 (Manajemen Strategik)
Manajemen Chapter 9 (Manajemen Strategik)Manajemen Chapter 9 (Manajemen Strategik)
Manajemen Chapter 9 (Manajemen Strategik)
 
Математика. 2 класс. Урок 2.89 Арифметические действия над числами
Математика. 2 класс. Урок 2.89 Арифметические действия над числамиМатематика. 2 класс. Урок 2.89 Арифметические действия над числами
Математика. 2 класс. Урок 2.89 Арифметические действия над числами
 
Математика. 2 класс. Урок 1.12 Уравнения
Математика. 2 класс. Урок 1.12 УравненияМатематика. 2 класс. Урок 1.12 Уравнения
Математика. 2 класс. Урок 1.12 Уравнения
 
Internal Audit 03-03-16
Internal Audit 03-03-16Internal Audit 03-03-16
Internal Audit 03-03-16
 
PPT - Powerful Presentation Techniques
PPT - Powerful Presentation TechniquesPPT - Powerful Presentation Techniques
PPT - Powerful Presentation Techniques
 

Similar to SORACOM-Global Hands-on Series: SORACOM Harvest

Internet of Things exercise on IBM Bluemix
Internet of Things exercise on IBM BluemixInternet of Things exercise on IBM Bluemix
Internet of Things exercise on IBM Bluemix
LennartF
 
Let soracom help your IoT devices connect to the cloud!
Let soracom help your IoT devices connect to the cloud! Let soracom help your IoT devices connect to the cloud!
Let soracom help your IoT devices connect to the cloud!
Soracom Global, Inc.
 
Workshop lab 2020
Workshop lab   2020Workshop lab   2020
Workshop lab 2020
JimCarver9
 
A step by step guide to develop temperature sensor io t application using ibm...
A step by step guide to develop temperature sensor io t application using ibm...A step by step guide to develop temperature sensor io t application using ibm...
A step by step guide to develop temperature sensor io t application using ibm...
Azilen Technologies Pvt. Ltd.
 
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
RootedCON
 
PC.pptx
PC.pptxPC.pptx
PC.pptx
otis0001
 
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptxEX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
AbiramiSundaravel
 
Turn your smartphone into a sensor.pptx
Turn your smartphone into a sensor.pptxTurn your smartphone into a sensor.pptx
Turn your smartphone into a sensor.pptx
vishal choudhary
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
Freddy Buenaño
 
Soracom iot handsonworkshop_canada_uploads
Soracom iot handsonworkshop_canada_uploadsSoracom iot handsonworkshop_canada_uploads
Soracom iot handsonworkshop_canada_uploads
Soracom Global, Inc.
 
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
InfluxData
 
Mobile App - Jmeter (1)
Mobile App - Jmeter (1)Mobile App - Jmeter (1)
Mobile App - Jmeter (1)
Gopi Raghavendra
 
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OSBluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Austin Blackstone
 
SORACOM SIM: new services and capabilities
SORACOM SIM: new services and capabilitiesSORACOM SIM: new services and capabilities
SORACOM SIM: new services and capabilities
Soracom Global, Inc.
 
1. device onboarding
1. device onboarding1. device onboarding
1. device onboarding
JudePragashVedam
 
FIWARE Primer - Learn FIWARE in 60 Minutes
FIWARE Primer - Learn FIWARE in 60 MinutesFIWARE Primer - Learn FIWARE in 60 Minutes
FIWARE Primer - Learn FIWARE in 60 Minutes
Federico Michele Facca
 
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 MinutesFederico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
Codemotion
 
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUEScodesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
EMERSON EDUARDO RODRIGUES
 
HS1011 Data Communication and Networks 13 August 2015 HS101.docx
HS1011 Data Communication and Networks  13 August 2015 HS101.docxHS1011 Data Communication and Networks  13 August 2015 HS101.docx
HS1011 Data Communication and Networks 13 August 2015 HS101.docx
adampcarr67227
 
How to build iot applications with google cloud
How to build iot applications with google cloudHow to build iot applications with google cloud
How to build iot applications with google cloud
Mohamed Nageh
 

Similar to SORACOM-Global Hands-on Series: SORACOM Harvest (20)

Internet of Things exercise on IBM Bluemix
Internet of Things exercise on IBM BluemixInternet of Things exercise on IBM Bluemix
Internet of Things exercise on IBM Bluemix
 
Let soracom help your IoT devices connect to the cloud!
Let soracom help your IoT devices connect to the cloud! Let soracom help your IoT devices connect to the cloud!
Let soracom help your IoT devices connect to the cloud!
 
Workshop lab 2020
Workshop lab   2020Workshop lab   2020
Workshop lab 2020
 
A step by step guide to develop temperature sensor io t application using ibm...
A step by step guide to develop temperature sensor io t application using ibm...A step by step guide to develop temperature sensor io t application using ibm...
A step by step guide to develop temperature sensor io t application using ibm...
 
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
J. Daniel Martínez - IoP: The Internet of Planes / Hacking millionaires jet c...
 
PC.pptx
PC.pptxPC.pptx
PC.pptx
 
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptxEX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
EX3_SMART HOME AUTOMATION USING CISCO PACKET TRACER (1).pptx
 
Turn your smartphone into a sensor.pptx
Turn your smartphone into a sensor.pptxTurn your smartphone into a sensor.pptx
Turn your smartphone into a sensor.pptx
 
26.1.7 lab snort and firewall rules
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
 
Soracom iot handsonworkshop_canada_uploads
Soracom iot handsonworkshop_canada_uploadsSoracom iot handsonworkshop_canada_uploads
Soracom iot handsonworkshop_canada_uploads
 
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
Nilden Tutular, Volkan Balikci, Uygar Zubari [Eldor Corporation] | MQTT - Mac...
 
Mobile App - Jmeter (1)
Mobile App - Jmeter (1)Mobile App - Jmeter (1)
Mobile App - Jmeter (1)
 
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OSBluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
Bluetooth World 2018 - Intro to Bluetooth Low Energy with Mbed OS
 
SORACOM SIM: new services and capabilities
SORACOM SIM: new services and capabilitiesSORACOM SIM: new services and capabilities
SORACOM SIM: new services and capabilities
 
1. device onboarding
1. device onboarding1. device onboarding
1. device onboarding
 
FIWARE Primer - Learn FIWARE in 60 Minutes
FIWARE Primer - Learn FIWARE in 60 MinutesFIWARE Primer - Learn FIWARE in 60 Minutes
FIWARE Primer - Learn FIWARE in 60 Minutes
 
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 MinutesFederico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
Federico Michele Facca - FIWARE Primer - Learn FIWARE in 60 Minutes
 
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUEScodesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
codesys-cmt-quick-start-guide EMERSON EDUARDO RODRIGUES
 
HS1011 Data Communication and Networks 13 August 2015 HS101.docx
HS1011 Data Communication and Networks  13 August 2015 HS101.docxHS1011 Data Communication and Networks  13 August 2015 HS101.docx
HS1011 Data Communication and Networks 13 August 2015 HS101.docx
 
How to build iot applications with google cloud
How to build iot applications with google cloudHow to build iot applications with google cloud
How to build iot applications with google cloud
 

Recently uploaded

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 

Recently uploaded (20)

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 

SORACOM-Global Hands-on Series: SORACOM Harvest

  • 2. Introduction SORACOM Harvest (Harvest) is a service to collect and accumulate data from IoT devices. By using mobile communication provided by SORACOM Air, sensor data, position information, etc. can be easily accumulated on the "SORACOM" platform on the cloud without troubles through mobile communication. Received time and SIM ID are automatically added to the saved data and it can be graphed and browsed in the user console of "SORACOM" or acquired via the API. The uploaded data will be saved for 40 days.
  • 3. Reading materials for BEAM: •  Service Overview •  Getting Started – Harvest Resources Laptop Wi-Fi Hotspot/ Personal Hotspot AIR SIM Global SETUP  used   •  Putty •  Packet Sender •  Command Prompt •  Internet browser IoT Platform Visualization Simulation of IoT Device (*) Cellular Network * This setup is for demonstration & testing purpose only. The SIM should reside in the IoT device to secure communication. Pre-requisite Hands-on Series: •  Getting Started •  SORACOM AIR Now log on to https://console.soracom.io/
  • 4. 1.  Open the SORACOM console at https://console.soracom.io/ . 2.  Check the Air SIM you want to communicate with SORACOM Harvest. 3.  Select [Change group] from the [Action] button. Create a group (via Actions menu)
  • 5. Create a group (via Actions menu) 1.  Select [Create…] 2.  Enter the group name, e.g. “hello soracom” and click [Create]
  • 6. Choose a group (via side bar) 1.  From the console side menu bar 2.  Select [Groups] 3.  From the group list, choose “hello soracom”.
  • 7. 1.  Click the switch in the [SORACOM Harvest setting] group, change it to ON, and click the Save button. Turn on Harvest
  • 8. Send data via HTTP 1.  Open the terminal in your laptop 2.  Send an HTTP POST request to the Harvest entry point. You need to specify the data type with content-type.
 ---------------------------------- curl -v -X POST -H 'content-type:application/json' -d '{"temperature":20}' http://harvest.soracom.io
  • 9. Visualize data accumulated in Harvest 1.  Open the Air SIM management screen and check the air SIM that communicated by SORACOM Harvest. Next, select [Harvest data] from the [Action] button.
  • 10. Visualize data accumulated in Harvest 1.  The screen showed up, the data is not loaded yet. 2.  Press the [Search] button, the saved data will be displayed.
  • 11. Visualize data accumulated in Harvest 1.  Send other sets of data in the terminal, for example, “temperature”:22, “temperature”:21, etc; 
 curl -v -X POST -H 'content-type:application/json' -d '{"temperature":22}' http://harvest.soracom.io curl -v -X POST -H 'content-type:application/json' -d '{"temperature":21}' http://harvest.soracom.io 2.  Press the [Refresh] button, the saved data will be updated.
  • 12. Visualize data accumulated in Harvest 1.  The saved data are also shown in the table under the graph.
  • 13. Visualize data accumulated in Harvest 1.  Press [Auto refresh] button, your chart will be updated every 5 minutes.
  • 14. Disable Harvest 1.  Click the switch in the [SORACOM Harvest setting] group, change it to OFF, and click the Save button.