Cloud Connectivity for Renesas MCUs - Build Connected Products

Size: px
Start display at page:

Download "Cloud Connectivity for Renesas MCUs - Build Connected Products"

Transcription

1 Cloud Connectivity for Renesas MCUs - Build Connected Products PART I I Devices in the Cloud RX & RL Family Description: This lab introduces developers to cloud connectivity for embedded devices so they can build their own connected products. This is the second part of a two-part lab it builds upon the activities completed in Part I. Part I establishes cloud connectivity with a development kit and covers entry-level interactive concepts. Part II introduces more advanced connected device concepts, and covers subjects such as development APIs, sharing data and cloud scripting. Lab Objectives, Part II 1. Interact with Device data via the API 2. Create a script that reacts to device conditions 3. Interact with shared data 4. Begin building a cloud connected system Lab Materials Please verify you have the following materials at your lab station. Laptop PC with Internet connection and Web browser Demo Hardware one of the following o YRDKRX63N + Ethernet cable o YRDKRL78G14 + GS WiFi This laboratory procedure This is the second part of a two-part Lab. Part II Skill Level 1. Intermediate understanding of Exosite Time to Complete Lab 60 Minutes Part II Sections 1 Chat with Your Device Create a Cloud Script Share Your Data Use Shared Data Advanced Scripting Cloud Connectivity for Renesas MCUs Page 1 of 12

2 1 Chat with Your Device Overview: This section uses an XMPP interface (chat protocol implemented by most major chat applications), to interact with Device data over a chat client (you can use Google talk / chat). It demonstrates how the cloud connected elements of your device can be accessed by an API with proper credentials. Procedural Steps: Step 1.1 Step 1.2 If you have a Gmail account, log into Gmail (mail.google.com). If you don t have a Gmail account, open Google Talk on your computer and login with the account the instructor has written on the board. In Gmail, click the chat icon at the bottom left, and type commander@m2.exosite.com in the contact box and click Invite to chat. In Google talk, click the +Add button at the bottom and type commander@m2.exosite.com and click Next and OK. Step 1.3 Commander should show up in your People list with a green circle next to it indicating the XMPP chat interface is online. Cloud Connectivity for Renesas MCUs Page 2 of 12

3 Step 1.4 Double click commander to open a chat window and type help commander responds with a list of valid commands. Step 1.5 In Renesas Portals, click the Device menu item on the left and click on your RDK device in the Device list. Double click on the CIK string (40 character hex key) and copy it to the clipboard (Ctrl-C). Step 1.6 Go back to the commander chat session and type setcik and then paste your CIK value in, and hit enter. Commander should respond with ok. This sets the chat session environment to communicate with your RDK device. Step 1.7 Make sure your board is turned on and connected to the cloud. Type dslist and commander will respond with a list of data sources that your device has available. Type read ping and commander will Cloud Connectivity for Renesas MCUs Page 3 of 12

4 respond with the value of the ping data source (<timestamp>, <value>). Step 1.8 Type write led_ctrl 0 this sets the LED Control data source to a zero verify it turns the LEDs off on your board. Type write led_ctrl 1 and verify the LEDs come back on. That s it! Even without the Renesas Portals web interface, you can see how it is possible to communicate with your device via an API interface. Exosite has lots of API types XMPP is just one of them. 2 Create a Cloud Script Overview: This section introduces the developer to the idea of running processing elements in the cloud that are tied to the behavior of the device. A cloud script runs in the cloud, but operates inside the device s profile essentially creating a processing extension to the device s capabilities. Procedural Steps Cloud Connectivity for Renesas MCUs Page 4 of 12

5 Step 2.1 In Renesas Portals, click the Scripts menu item on the left hand side of the page the Scripts list will show up. Step 2.2 Click the link + Add Script on the right hand side of the page name the Script Every Power Cycle and select the Dispatch script template. Step 2.3 Click the new script your created to open the script debugger/editor. You will notice the right hand side has a list of Available Aliases these are the real-time device data sources your script can interact with. Change the values in the script YOUR DATA SOURCE ALIAS HERE and YOUR HERE to ping and your address, respectively. Click Update. Cloud Connectivity for Renesas MCUs Page 5 of 12

6 Step 2.4 Reset your board (RL78G14 users -> make sure to hold down Switch 1!) and wait for about 45 seconds you can click Refresh to refresh the debug pane if the script triggers and sends an , the debug(message) code will also print debug information to the Debug Log. OK you did it! You are now running code inside the cloud processing environment for your device. This is a powerful extension of your device capabilities that becomes even more powerful as you gain an understanding of data shares, resource aliases and the rest of the data hierarchy on the system. 3 Share Your Data Overview: This section shows users how data from one device can be shared to other devices or people. Sharing data from one or more devices into other forums is a powerful way to connect autonomous nodes or to aggregate data from many devices. Data can be shared publicly (to anyone who wants it), or privately (only to individuals who receive share keys). Procedural Steps Step 3.1 In Renesas Portals, click the Data menu item on the left hand side of the page the Data Source list will show up Cloud Connectivity for Renesas MCUs Page 6 of 12

7 Step 3.2 Click the + Add Data link on the upper right hand side and choose From Existing Data and select your RX63N or RL78G14 device and click Continue. Step 3.3 In the Data Setup pane, name the data source your name (e.g. John Doe), integer format, any Unit you like, and alias <firstname>_<lastname> (eg. john_doe). Select Watch Dog for the data source, select Multiply for Calculation and 2 for the Constant. This creates a new data source that will be populated with a value twice that of the data in Watch Dog every time new data comes into Watch Dog. Click Continue. Step 3.4 You should see a new data source named your name in the data source list. Click it to open the Data Information popup. In the Data Information popup, enter the address of the class mate next to you and click Create Share. This will send them an with the Cloud Connectivity for Renesas MCUs Page 7 of 12

8 share code and also make the data available in the + Add Data wizard. Step 3.5 Back in the Data Source List, click the + Add Data link again, and this time add From Shared Data, Continue. Select Data Shared to You and choose the data that your neighbor shared with you shown in the drop-down list. Assign to your development kit device and click Continue. Step 3.6 You now have your neighbor s data available to your device and to you as a user in the Portal. You can see it listed in your data source list, and can click on it to see the data history in the pop-up. Cloud Connectivity for Renesas MCUs Page 8 of 12

9 4 Use Shared Data Overview: This lab section demonstrates the use of a shared data source to control the behavior of multiple devices from a single input. Once the data is shared, it can be operated on by the recipient to create valuable information, make decisions, and to generate combinatorial outputs. The developer can explore some of these other concepts. Procedural Steps Step 4.1 In Renesas Portals, click the Data menu item on the left hand side of the page the Data Source list will show up. Click the data source LED Control to open the data popup. Scroll down and type in Confirm into the delete box and delete the data source. Step 4.2 Back in the Data Source list, click + Add Data to add a new data source. Choose From Public Source Cloud Connectivity for Renesas MCUs Page 9 of 12

10 Step 4.3 Either: a) Type in "32f974301c8e4c2c5cc32e335d9fa2553f2e6ebf in the Public RID box b) Or, Search for Devcon 2012 in the search box presented and select the Data Source called LED Control for Devcon 2012 Step 4.4 Step 4.5 Assign the public data to your development kit device, give the alias the name led_ctrl and click Continue. Your Data Source list should now have the data source LED Control (public) listed in the data source list again. When you have this listed, please raise your hand and let the instructor know. Step 4.6 The instructor has the source of the Public LED Control for Devcon 2012 he will turn it on and off and you can see the LEDs on everyone s dev kits turn on and off. 5 Advanced Scripting Overview: This section demonstrates how to use Cloud Scripting at a Portal level to interact with your devices and other information in your Portal environment. Because your Portal is a parent and your devices (development kits / other devices) are children, your Portal script can interact with certain elements from Cloud Connectivity for Renesas MCUs Page 10 of 12

11 the children. This is very useful for creating automated management schemes for your own connected product efforts. Procedural Steps Step 5.1 In Renesas Portals, click the Scripts menu item on the left hand side of the page the Scripts list will show up. Click + Add Script and select Community (the name of your Portal) for the Reference Device, name it Portal Device Monitor and select the Portal Device Monitor for the script template. Step 5.2 Update the YOUR HERE to use your address this script will monitor the Portal for changes to Device meta data and you when meta information for a Device in the Portal changes. Step 5.3 Click the Devices menu item on the left hand side and click the Exosite Device so the popup window opens. In the popup window, change the Location field to Sunny California. Cloud Connectivity for Renesas MCUs Page 11 of 12

12 Step 5.4 Check your you should receive an that notified you that someone changed information about your device. Wrap Up OK that s it for Part II! Along with the in-lab demos the instructor gave regarding Portals Whitebox (creating your own version of you now have the skills and the tools to deploy full cloud-connected products of your own. Cloud connectivity for products is changing the way people interact with their world. From home security monitoring, to remote sensor readings, to in-field software updates, to industrial & efficiency process control, to anywhere access to files cloud connectivity for embedded products is helping products become smarter and more cost effective. We hope this lab was a good introduction to cloud connectivity for Renesas products thanks for attending, and let us know how we can help you Build Your Own Connected Products! All the best, Hans Rempel hansrempel@exosite.com Cloud Connectivity for Renesas MCUs Page 12 of 12

Enabling Connected Products

Enabling Connected Products Enabling Connected Products Hans Rempel CEO of Exosite Renesas Electronics America Inc. Our Mission Make connecting to products in the field easy and intuitive at all stages of the product lifecycle Create

More information

Quick-start Guide for YRDKRX63N v3.3

Quick-start Guide for YRDKRX63N v3.3 for YRDKRX63N v3.3 Dear Customer, Thank you for purchasing the Renesas Demonstration Kit for the RX63N MCU, Version 3.3. Please begin by reading this document throughout. Please go to http://am.renesas.com/rdkrx63ndvd

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

MANAGEMENT AND CONFIGURATION MANUAL

MANAGEMENT AND CONFIGURATION MANUAL MANAGEMENT AND CONFIGURATION MANUAL Table of Contents Overview... 3 SYSTEM REQUIREMENTS... 3 The Administration Console... 3 CHAT DASHBOARD... 4 COMPANY CONFIGS... 4 MANAGE LEARNING... 7 MANAGE TABS...

More information

Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017)

Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017) Step-by-Step Guide to Set Up Your Challenge Opt-In Page with MailChimp and LeadPages (last updated August 6, 2017) MailChimp is a beginner-level marketing automation platform and an email marketing service.

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised March 2016 2 Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Configure Sync for Additional Webinar Data... 6 How to Setup the Sync for Additional Webinar

More information

Getting Started with Adobe Connect Instructor Guide

Getting Started with Adobe Connect Instructor Guide Getting Started with Adobe Connect Instructor Guide Adobe Connect is UD s synchronous online learning tool which can be used to host a virtual lecture or meeting. With Adobe Connect, you can... Share your

More information

AWS IoT Getting Started Guide for

AWS IoT Getting Started Guide for AWS IoT Getting Started Guide for Renesas RX63N Getting started guide Introduction AWS IoT is a platform that enables you to connect devices to AWS Services and other devices, secure data and interactions,

More information

AD5669R - Microcontroller No-OS Driver

AD5669R - Microcontroller No-OS Driver One Technology Way P.O. Box 9106 Norwood, MA 02062-9106 Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com AD5669R - Microcontroller No-OS Driver Supported Devices AD5669R Evaluation Boards EVAL-AD5669RSDZ

More information

Contents. 1 Register and Configure Hi-Gate Add Sensor Node Create a Fresh New Project... 6

Contents. 1 Register and Configure Hi-Gate Add Sensor Node Create a Fresh New Project... 6 Contents 1 Register and Configure Hi-Gate... 2 1.1 Add Sensor Node... 4 1.2 Create a Fresh New Project... 6 1.3 Project Testing on Real Hardware... 9 1.4 Troubleshoot Guide... 10 2 Connection Modes: WiFi,

More information

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide Version 12.5 Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide June 1, 2013 Table of Contents Preface 1 Purpose of This Guide 1 Audience 1 Help and Other Resources 2 Technical

More information

User documentation. BEEM v1.0 January 2010

User documentation. BEEM v1.0 January 2010 User documentation BEEM v1.0 January 2010 1 Table of contents Table of contents... 2 About this paper... 3 Using this manual... 3 Navigation keys... 4 Conventions... 5 Support... 5 Installation/Uninstallation...

More information

INTRODUCTION TO CLOUD STORAGE

INTRODUCTION TO CLOUD STORAGE INTRODUCTION TO CLOUD STORAGE GETTING STARTED PAGE 02 Class Overview What You Will Learn WHAT IS THE CLOUD? PAGE 03 Basic Vocabulary Advantages of the Cloud Disadvantages of the Cloud CLOUD STORAGE SERVICES

More information

ENROLLING FOR YOUR SYKES HOME TRAINING

ENROLLING FOR YOUR SYKES HOME TRAINING ENROLLING FOR YOUR SYKES HOME TRAINING Upon the completion of ALL your preemployment requirements, your employee profile will be finalized and you will be pushed into WebCenter and allowed to enroll for

More information

Android Rep Console

Android Rep Console Android Rep Console 2.2.10 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

Introduction, and Connecting to and Using the Remote Lab Environment

Introduction, and Connecting to and Using the Remote Lab Environment L0 Introduction, and Connecting to and Using the Remote Lab Environment Global Knowledge Training LLC L0-1 Objectives This in an introduction to the Global Knowledge lab guide, and to the Global Knowledge

More information

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

RingCentral for Microsoft Dynamics CRM. Installation & User Guide

RingCentral for Microsoft Dynamics CRM. Installation & User Guide RingCentral for Microsoft Dynamics CRM Installation & User Guide 2 RingCentral for Microsoft Dynamics CRM User Guide Contents Contents Introduction..............................................................

More information

Laredo v8.0 Release Notes

Laredo v8.0 Release Notes Laredo v8.0 Release Notes The latest version of Laredo consists of the following 4 applications: 1. Laredo Desktop 2. Laredo Admin 3. Iris 4. Laredo Anywhere The following document will describe each of

More information

Click on OneDrive on the menu bar at the top to display your Documents home page.

Click on OneDrive on the menu bar at the top to display your Documents home page. Getting started with OneDrive Information Services Getting started with OneDrive What is OneDrive @ University of Edinburgh? OneDrive @ University of Edinburgh is a cloud storage area you can use to share

More information

August 12. Tips for Gmail. Tips to save time and increase your productivity. Gmail Training

August 12. Tips for Gmail. Tips to save time and increase your productivity. Gmail Training Tips for Gmail August 12 2014 Gmail Tips to save time and increase your productivity Tips for Gmail Gmail Learn tips to save time, increase your productivity, and manage your email efficiently. Page 2

More information

How to send absent s to parents automatically

How to send absent  s to parents automatically How to send absent e-mails to parents automatically Send e-mails out to parents of absent children where no reason for the absence has been recorded. This is a time saving tool for administrative staff

More information

Scholastic Oracle Cloud Supplier Portal User Guide

Scholastic Oracle Cloud Supplier Portal User Guide Scholastic Oracle Cloud Supplier Portal User Guide Table of Contents Introduction to the Supplier Portal... 3 What is the Supplier Portal?... 3 Navigating the Supplier portal... 3 Logging in... 3 Homepage

More information

Web Site Overview: Log In - select to log into your Halawai "My Meetings" space. This area will list your scheduled meetings.

Web Site Overview: Log In - select to log into your Halawai My Meetings space. This area will list your scheduled meetings. Working with Halawai (Adobe Acrobat Connect) What is Halawai? H l wai (Hawaiian for meeting), also known as Adobe Acrobat Connect is a web conferencing tool licensed by ITS (Information Technology Services)

More information

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types.

As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Intro to isupport As a lab attendant, you will be using isupport to put in tickets for issues that you work on. Those are going to break down to a few general types. Password tickets Generic tickets (*there

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Transitioning Teacher Websites

Transitioning Teacher Websites Transitioning Teacher Websites Google sites is an online web building tool that can be accessed and updated from anywhere there is an internet connection. Here is a brief video introduction of Google sites.

More information

DAY OF TESTING GUIDE. Contact Information. Websites. Please do not bookmark the Proctor Interface or the Student Interface.

DAY OF TESTING GUIDE. Contact Information. Websites. Please do not bookmark the Proctor Interface or the Student Interface. DAY OF TESTING GUIDE Contact Information General Contact clateam@cae.org (212) 217-0700 ITS Technical Support Monday-Friday, 8 AM-8 PM ET (800) 514-8494 Outside of business and weekends, press 1 to be

More information

How to write a review for John Blake Sales Breakthrough Solutions

How to write a review for John Blake Sales Breakthrough Solutions Table Of Contents GOOGLE: If you don t already have a Gmail Account... 2 STEP 1: Go to www.gmail.com... 2 STEP 2: Create a NEW Gmail Account... 2 STEP 3: Fill in the necessary details... 3 Jump down to

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

ESME Online Introduction to the Adobe Connect Platform

ESME Online Introduction to the Adobe Connect Platform ESME Online Introduction to the Adobe Connect Platform The ESME Online Webinars will be presented via the Adobe Connect platform. Adobe Connect is essentially a web conferencing system which replicates

More information

Level 3 XpressMeet SM Solutions

Level 3 XpressMeet SM Solutions Level 3 XpressMeet SM Solutions User Guide January 2017 1 Table of Contents Level 3 SM XpressMeet Outlook... 3 Add-In Overview... 3 Features... 3 Download and install instructions... 5 Customize your Level

More information

Using Virtual EEPROM and Flash API for Renesas MCUs RX600 Series

Using Virtual EEPROM and Flash API for Renesas MCUs RX600 Series Using Virtual EEPROM and Flash API for Renesas MCUs RX600 Series Description: This lab will take the user through using the Virtual EEPROM (VEE) project for RX. The user will learn to use the Virtual EEPROM

More information

Description. Table of Contents. Effective Date. System Requirements

Description. Table of Contents. Effective Date. System Requirements Description The VoiceEdge for Skype for Business Companion App connects your Comcast Business VoiceEdge service to your Skype for Business account. Using click-to-dial, you can initiate phone calls directly

More information

RL78 Project Configuration Tips

RL78 Project Configuration Tips RL78 Project Configuration Tips Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Microcontroller and Microprocessor Line-up 2010 2012 32-bit 8/16-bit 1200 DMIPS, Superscalar Automotive

More information

Conferencing with Google Meet

Conferencing with Google Meet Conferencing with Google Meet Table of Contents Google Meet 2 Schedule a Google Meet 2 Start a Meeting 4 Conduct a Meeting 6 Present Now 7 Settings 7 People and Chat 8 Record a Meeting 9 Center for Innovation

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

Use this document to quickly review the steps needed to get the most out of your Gmail account.

Use this document to quickly review the steps needed to get the most out of your Gmail account. The How to Dos of Gmail Overview Page 1 Gmail offers tremendous functionality to make your email easier to use. This job aid provides the step-by-step instructions that are presented at the end of every

More information

Unit 8: Working with Actions

Unit 8: Working with Actions Unit 8: Working with Actions Questions Covered What are actions? How are actions triggered? Where can we access actions to create or edit them? How do we automate the sending of email notifications? How

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

OmniJoin Overview Guide. A quick start reference tool for new OmniJoin users

OmniJoin Overview Guide. A quick start reference tool for new OmniJoin users OmniJoin Overview Guide A quick start reference tool for new OmniJoin users ...Starting a Meeting...Hosts...Collaboration...Whiteboard...Chat...Mobile Devices Starting a meeting Your meeting room, audio

More information

Google Suite... 3 How do I link my Google Drive to Canvas?... 4 How do I unlink Canvas and Google Drive?...11 How do I embed or link Google Drive

Google Suite... 3 How do I link my Google Drive to Canvas?... 4 How do I unlink Canvas and Google Drive?...11 How do I embed or link Google Drive GOOGLE SUITE Table of Contents... 3 How do I link my Google Drive to Canvas?... 4 How do I unlink Canvas and Google Drive?...11 How do I embed or link Google Drive content into a Canvas Rich Content Editor?...14

More information

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020 Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute Contents 1. About Yammer network 2. Connect to Yammer Home and External networks 3. Yammer portal user interface 4. Configure

More information

YouTube: Instructor Guide

YouTube: Instructor Guide YouTube: Instructor Guide Before you begin, you WILL need an @mocs.utc.edu email to setup a YouTube channel. This is not the same as your Outlook email. It is the same type of email that students have.

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager

VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Manager VMware AirWatch - Workspace ONE, Single Sign-on and VMware Identity Table of Contents Lab Overview - HOL-1857-03-UEM - Workspace ONE UEM with App & Access Management... 2 Lab Guidance... 3 Module 1 - Workspace

More information

GLOBALMEET USER GUIDE

GLOBALMEET USER GUIDE GLOBALMEET USER GUIDE Release 3.8.1 July 2016 TABLE OF CONTENTS GlobalMeet Overview 4 Get the GlobalMeet Desktop Tools 5 Download and Install GlobalMeet 5 System Requirements 5 Getting Started 6 Sign in

More information

Getting Started with Zoom

Getting Started with Zoom Getting Started with Zoom The Institute of Agriculture has recently purchased a site license for a new cloud-based video conferencing service known as Zoom. If you have ever connected to a GoToMeeting,

More information

OPEN THE HOTLINE CLIENT

OPEN THE HOTLINE CLIENT OPEN THE HOTLINE CLIENT Everything in the Hotline universe starts with the Client Toolbar; it launches all of the Client s major functions. 1 Double-click the Hotline icon on your desktop. The Hotline

More information

Key Features: Learning Objectives: Table of Contents:

Key Features: Learning Objectives: Table of Contents: Key Features: Skype for Business is a communications platform available on Windows, Mac, and mobile devices. Skype for Business is designed to allow user interaction between colleagues and external contacts.

More information

Tools Basics. Getting Started with Renesas Development Tools R8C/3LX Family

Tools Basics. Getting Started with Renesas Development Tools R8C/3LX Family Getting Started with Renesas Development Tools R8C/3LX Family Description: The purpose of this lab is to allow a user new to the Renesas development environment to quickly come up to speed on the basic

More information

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher)

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher) Training Module 1.0 Getting Started with Google+ Hangouts (Teacher) 0 Google+ Hangouts: Complete guide for Teacher Table of Content Table of Content Requirements for Hangout 1.0 Getting Started 1.1 Activate

More information

Instructions for Parent/Guardians

Instructions for Parent/Guardians Instructions for Parent/Guardians SafeArrival is an absence reporting system that: makes it easy for you to report your child s absence increases student safety by allowing staff to respond to unexplained

More information

Checkbox Quick Start Guide

Checkbox Quick Start Guide Checkbox 5.0 - Quick Start Guide This How-To Guide will guide you though the process of creating a survey and adding a survey item to a page. Contents: - Log-In - How to create a survey - How to add/change

More information

Session Booklet Facebook part 2

Session Booklet Facebook part 2 Session Booklet Facebook part 2 Facebook, like any online or offline meeting place, carries with it some risks. Remember that you should apply the same common sense and safety rules as you do when you

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised 07/29/2013 2 Table of Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Setting Up Your Event in Conference Center... 6 Setting Up Your Event in HubSpot...

More information

Getting Started with your Pennsbury G-Mail Account

Getting Started with your Pennsbury G-Mail Account Getting Started with your Pennsbury G-Mail Account Logging into your Pennsbury G-Mail Login to your Pennsbury G-mail account using your network password. You can access G-mail through your Pennsbury Google

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

Lab - Remote Assistance in Windows

Lab - Remote Assistance in Windows Lab - Remote Assistance in Windows Introduction In this lab, you will remotely connect to a computer, examine device drivers, and provide remote assistance. Recommended Equipment Two Windows 7, Windows

More information

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg

How to Use Google. Sign in to your Chromebook. Let s get started: The sign-in screen. https://www.youtube.com/watch?v=ncnswv70qgg How to Use Google Sign in to your Chromebook https://www.youtube.com/watch?v=ncnswv70qgg Use a Google Account to sign in to your Chromebook. A Google Account lets you access all of Google s web services

More information

DEPLOYING BASIC CISCO WIRELESS LANS (WDBWL)

DEPLOYING BASIC CISCO WIRELESS LANS (WDBWL) [Type a quote from the document or the summary of an interesting point. You can position the text box anywhere in the document. Use the Drawing Tools tab to change the formatting of the pull quote text

More information

Basic Guide to Google+ Hangouts

Basic Guide to Google+ Hangouts Basic Guide to Google+ Hangouts To use the Hangout function on Google+, you will first need an account. If you already have a Gmail account, things are simpler, but it s similar to any other social networking

More information

GROKWORX SOFTWARE. Student Application Manual. Grokworx Software Ltd.

GROKWORX SOFTWARE. Student Application Manual. Grokworx Software Ltd. GROKWORX SOFTWARE Student Application Manual This document outlines the options and functionality available in the Virtual Classroom application. If you have challenges please contact your event organizer

More information

help.gorgias.io Documentation

help.gorgias.io Documentation help.gorgias.io Documentation Release 1.0.0 Alexandru Plugaru Nov 17, 2016 Helpdesk 1 Questions? 3 2 Overview 5 2.1 What is Gorgias Helpdesk?....................................... 5 2.2 Getting started..............................................

More information

NetBrain OE 5.1 On-Site Trial. Quick Start Workbook

NetBrain OE 5.1 On-Site Trial. Quick Start Workbook NetBrain OE 5.1 On-Site Trial Quick Start Workbook NetBrain 5.1 Quick Start Workbook Thank you for downloading NetBrain. This workbook will help you make the most of your trial by introducing you to essential

More information

Participant Guide. General Recommendations. USB Headset. Sec. That is the only on-campus

Participant Guide. General Recommendations. USB Headset. Sec. That is the only on-campus Participant Guide General Recommendations Make sure the computer has a current version of Java (www.java.com), and updated Web browser. Go to: http://newmedia.unm.edu/help to view system information, test

More information

YWireless-RX65N Smart Home Gateway Getting Started Guide

YWireless-RX65N Smart Home Gateway Getting Started Guide Micriµm YWireless-RX65N Smart Home Gateway Getting Started Guide Introduction There are countless resources to build an IoT system with. Embedded engineers are faced with a large variety of protocols,

More information

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 First Published: 2017-11-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems,

More information

FAQs. A guide for school app administrators

FAQs. A guide for school app administrators FAQs A guide for school app administrators Introduction myschoolapp is a simple and cost-effective way to engage with today s mobile parents and carers who run their lives from their phones. It helps you

More information

Use Mail Merge with Gmail to send personalized messages to a large group of people from your Gmail account.

Use Mail Merge with Gmail to send personalized  messages to a large group of people from your Gmail account. Mail Merge with Gmail Use Mail Merge with Gmail to send personalized email messages to a large group of people from your Gmail account. The program is written in Google Apps Script and includes support

More information

Internet Treasure Hunt Improving the Attractiveness of Learning for Seniors

Internet Treasure Hunt Improving the Attractiveness of Learning for Seniors Internet Treasure Hunt Improving the Attractiveness of Learning for Seniors Questions for self-diagnosis tool WP 3 Partner: Tecnalia The objective of this questionnaire is to know in depth the skills you

More information

This document is intended for use by Nagios Administrators that want to use Slack for notifications.

This document is intended for use by Nagios Administrators that want to use Slack for notifications. Purpose This document describes how integrate the Slack messaging platform with. This integration will allow to send notifications to Slack channels, enabling teams to see the health of their devices monitored

More information

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business.

INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING. Before you set up your meeting, you will need to be signed in to Skype for Business. INTRODUCTION TO SKYPE FOR BUSINESS FOR MEETING ORGANISERS This document is intended to help set up and use Skype for Business with a focus on teaching and learning activity. It will show you how to set

More information

WebEx Cloud Quick Reference Guide

WebEx Cloud Quick Reference Guide The purpose of this document is to be used as a quick reference guide only. To provide basis instructions on how to setup meetings within in WebEx. For detailed instructions see Lynda.com WebEx Cloud allows

More information

Scholastic Oracle Cloud Supplier Portal User Guide

Scholastic Oracle Cloud Supplier Portal User Guide Scholastic Oracle Cloud Supplier Portal User Guide Table of Contents Introduction to the Supplier Portal... 3 What is the Supplier Portal?... 3 Navigating the Supplier portal... 3 Logging in... 3 Homepage

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

Parent Student Portal User Guide. Version 3.1,

Parent Student Portal User Guide. Version 3.1, Parent Student Portal User Guide Version 3.1, 3.21.14 Version 3.1, 3.21.14 Table of Contents 4 The Login Page Students Authorized Users Password Reset 5 The PSP Display Icons Header Side Navigation Panel

More information

NetBackup 7.6 for Oracle: Hands-On Lab

NetBackup 7.6 for Oracle: Hands-On Lab NetBackup 7.6 for Oracle: Hands-On Lab Description This lab w ill provide you direct hands on experience w ith some of the NetBackup 7.6 for Oracle data protection features. This lab assumes some basic

More information

Azure Web App for Containers Code Sample. Demo Script

Azure Web App for Containers Code Sample. Demo Script Azure Web App for Containers Code Sample Demo Script 1 Prepare the demo Setup the demo according to the instructions in the README.md file in the GitHub repository. Create or use existing GitHub AND LinkedIn

More information

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM

Senior Technical Specialist, IBM. Charles Price (Primary) Advisory Software Engineer, IBM. Matthias Falkenberg DX Development Team Lead, IBM Session ID: DDX-15 Session Title: Building Rich, OmniChannel Digital Experiences for Enterprise, Social and Storefront Commerce Data with Digital Data Connector Part 2: Social Rendering Instructors: Bryan

More information

Photoshop World 2018

Photoshop World 2018 Photoshop World 2018 Unlocking the Power of Lightroom CC on the Web with Rob Sylvan Learn how to leverage the cloud-based nature of Lightroom CC to share your photos in a way that will give anyone with

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Scoutbook Tutorial for Parents

Scoutbook Tutorial for Parents Scoutbook Tutorial for Parents From the first knot tied to final hours of service performed, the Scouting experience is a journey like no other. Scoutbook ensures not a moment is missed - tracking advancement,

More information

Getting Started with Cisco WebEx Meeting Applications

Getting Started with Cisco WebEx Meeting Applications CHAPTER 6 Getting Started with Cisco WebEx Meeting Applications Revised: September, 2010, Contents Modifying Your Provisioned Cisco WebEx Account, page 6-1 Setting Proxy Permissions, page 6-5 Productivity

More information

CompClass User Guide for Students Rules for Writers, Sixth Edition. Hacker

CompClass User Guide for Students Rules for Writers, Sixth Edition. Hacker CompClass User Guide for Students Rules for Writers, Sixth Edition Hacker Getting Started with CompClass for Rules for Writers, Sixth Edition Table of Contents Overview... 1 Getting Help... 1 System Requirements...

More information

Five9 Adapter for Velocify

Five9 Adapter for Velocify Cloud Contact Center Software Five9 Adapter for Velocify Agent s Guide November 2017 The Five9 Adapter for Velocify enables you to integrate the Five9 Cloud Contact Center with the Velocify desktop. This

More information

Computer Based Training (CBT) Sample Work

Computer Based Training (CBT) Sample Work Computer Based Training (CBT) Sample Work Important Note: Typically, Articulate Studio would be used to publish these slides into a format suitable for web or LMS elearning, similar to the image shown

More information

Google Calendar. View: Toggle the calendar view between day, week, month and more All day events: Events and tasks set for all day

Google Calendar. View: Toggle the calendar view between day, week, month and more All day events: Events and tasks set for all day 12 Google Calendar 1 2 11 6 5 4 3 10 9 8 7 Event status Not replied to Accepted Tentative Declined Reminder(s) set for the event One or more individuals invited to the event Private event Recurring or

More information

Arena: Membership Lists Foundations (Hands On)

Arena: Membership Lists Foundations (Hands On) Arena: Membership Lists Foundations (Hands On) [Course #A118] Presented by: Linda Johnson Shelby Contract Trainer 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks

More information

SUPPLY PORTAL MANUAL FOR USERS This document is for the users having the below role in supply portal:

SUPPLY PORTAL MANUAL FOR USERS This document is for the users having the below role in supply portal: SUPPLY PORTAL MANUAL FOR USERS This document is for the users having the below role in supply portal: 1. Regular Guest users (111) 2. Regular Host users (222) 3. Company Guest Coordinator (444) Contents

More information

SASSL v1.0 Managing Advanced Cisco SSL VPN. 3 days lecture course and hands-on lab $2,495 USD 25 Digital Version

SASSL v1.0 Managing Advanced Cisco SSL VPN. 3 days lecture course and hands-on lab $2,495 USD 25 Digital Version Course: Duration: Fees: Cisco Learning Credits: Kit: 3 days lecture course and hands-on lab $2,495 USD 25 Digital Version Course Overview Managing Advanced Cisco SSL VPN (SASSL) v1.0 is an instructor-led

More information

CLASS LIVE-CHAT. The Chat Panel is used to exchange text messages with others in the session. The following components are available in this window.

CLASS LIVE-CHAT. The Chat Panel is used to exchange text messages with others in the session. The following components are available in this window. CLASS LIVE-CHAT The Chat Panel is used to exchange text messages with others in the session. The following components are available in this window. Expand/Collapse Button Options Menu Message Text Box

More information

INTRODUCTION TO Part 3

INTRODUCTION TO  Part 3 TECH SAVVY SENIORS The NSW Tech Savvy Seniors program is a key initiative of the NSW Ageing Strategy and the Telstra Digital Literacy Strategy. Victorian Tech Savvy Seniors is a Seniors Card Age Friendly

More information

The smarter, faster guide to Microsoft Outlook

The smarter, faster guide to Microsoft Outlook The smarter, faster guide to Microsoft Outlook Settings... 1 The Inbox... 1 Using E-Mail... 4 Sending Attachments... 6 Some things to watch out for with File Attachments:... 7 Creating an Email Signature...

More information

Optional Lab: Customize Settings in Windows Vista

Optional Lab: Customize Settings in Windows Vista 12.2.4 Optional Lab: Customize Settings in Windows Vista Introduction Print and complete this lab. This lab is comprised of five parts. This lab is designed to be completed in multiple lab sessions. Part

More information

Encore Triage Technical Support Issues. Powered by

Encore Triage Technical Support Issues. Powered by Encore Powered by Contents Contents Device Support 1.1 Install Application on Device 04 1.2 Encore Notification - Android 05 1.3 Encore Notification - ios 07 1.4 Device Not Tracking 09 1.5 Unable to Log

More information