CSR102x Starter Development Kit

Size: px
Start display at page:

Download "CSR102x Starter Development Kit"

Transcription

1 CSR102x Starter Development Kit Bluetooth Low Energy Single Mode SoC CSR102x is a product of Qualcomm Technologies International, Ltd.

2 Qualcomm Bluetooth Low Energy Terminology clarification In this document you will notice a number of references are made to Qualcomm Bluetooth Low Energy SDK. While this is the official name of the SDK moving forward, within the actual SDK you will see it currently referred to as CSR µenergy. In addition, many of the directories and folders may have the CSR µenergy SDK naming convention. Please be assured these are the same thing. Thank you for your understanding while we take the necessary steps to phase out the use of CSR µenergy across our product lines. 2

3 Kit overview Bluetooth Smart Starter Development Kit Part number: DK-CSR A SRP $99 What s in the box Hands-on with the Starter Development Kit CSR102x is a product of Qualcomm Technologies International, Ltd. 3

4 Kit Contents What s in the box Includes a Setup Guide to help get started quickly. Starter Board with Radio Module USB Flat Programming Cable CSR102x is a product of Qualcomm Technologies International, Ltd. Prototyping Jumper Cables 4

5 Do Not Throw The Box Away Yet! On the side of the Development Kit box, a sticker provides the following: Serial Number and most importantly Activation Code CSR102x is a product of Qualcomm Technologies International, Ltd. 5

6 Board Details Start Development Kit Board Overview Powered from USB or Coin Cell Simple UI (Button and LED) Breakout pins (J9, J12) available for rapid prototyping Can be configured as a programmer for external CSR102x boards using External Debug Connector and the flat programming connector CSR102x is a product of Qualcomm Technologies International, Ltd. 6

7 Board Details Mini-USB Connector Power Select CR2032 coin cell holder Flat Cable Connector USB-SPI Debug IC SPI Interface Isolation PIO Breakout J9 8 PIO Breakout J12 9 Simple UI 10 Radio Module 11 Power Isolation Jumpers CSR102x is a product of Qualcomm Technologies International, Ltd. 7

8 CSR1025 Radio Module 1 Printed F Antenna 4 2 Crystal Oscillator Power Supply CSR1025 SoC Opt. External Flash CSR102x is a product of Qualcomm Technologies International, Ltd. 8

9 Power Options and Current Measurement Jumper selectable between USB (3V3 nominal) and CR2032 coin cell. Replacing jumper with an ammeter inline allows accurate measurement of full system current. To achieve an accurate SLEEP current measurement it is usually necessary to remove the SPI jumpers, as Debug SPI activity can interfere with SLEEP states. CSR102x is a product of Qualcomm Technologies International, Ltd. 9

10 Highlights Comprehensive Software Development Kit (SDK) PIO headers to allow connection of sensors, daughter boards, and rapid prototyping On-board SPI-Debug and programmer Option of battery or USB power Competitive price of USD $99 CSR102x is a product of Qualcomm Technologies International, Ltd. 10

11 Hands-On with the Starter Development Kit Bluetooth Low Energy Single Mode SoC

12 Hands On step by step The following guide demonstrates how to compile and program an application for the Starter Development Kit Download and Install SDK Compile and Download an example application Connect to Host Simple UI CSR102x is a product of Qualcomm Technologies International, Ltd. 12

13 Activation Code The activation code (located on the packaging of the development kit) allows you to download new software and updates to the SDK Register on x-activation and use activation code to receive access to the Qualcomm Bluetooth Low Energy SDK. CSR102x and Qualcomm Bluetooth Low Energy are product of Qualcomm Technologies International, Ltd. 13

14 Install SDK This example shall utilise the Heart Rate example application, which is part of the Health and Fitness application package. Therefore in order to proceed both of the following must be installed uenergy SDK v3.0.3 (or later) CSR uenergy SDK Health and Fitness Package (or later) These can be downloaded from It is recommended that all default options be accepted. CSR102x is a product of Qualcomm Technologies International, Ltd. 14

15 Connecting Hardware Remove the Target board from the anti-static packaging Connect the smaller connector of the mini-usb cable to the Target board USB port Connect the other end of the mini-usb cable to a free USB port on the development PC The device drivers necessary to connect to the target board are installed with the SDK and drivers should load automatically when connected to the PC CSR102x is a product of Qualcomm Technologies International, Ltd. 15

16 Customising Bluetooth Address S/N: Xtal Trim PPM : B-03F377 Sticker on underside of Starter Development Kit 16

17 Bluetooth Address HTF FILE 17

18 Bluetooth Address Label Format BDA: 002: 5B: 03F377 HTF file format bdaddr = (0x F377, 0x 5B03, 0x 02 ) 18

19 Bluetooth Address Label Format BDA: 002: 5B: 03F377 HTF file format bdaddr = (0x F377, 0x 5B03, 0x 02 ) 19

20 Bluetooth Address Label Format BDA: 002: 5B: 03F377 HTF file format bdaddr = (0x F377, 0x 5B03, 0x 02 ) 20

21 Bluetooth Address Label Format BDA: 002: 5B: 03F377 HTF file format bdaddr = (0x F377, 0x 5B03, 0x 02 ) 21

22 Bluetooth Address Label Format BDA: 002: 5B: 03F377 HTF file format bdaddr = (0x F377, 0x 5B03, 0x 02 ) 22

23 Updated htf file hr_sensor.htf ############################## subsystem=ble device=smem store=0x000f # Remove the store id from the smem that is added by the SDK. app_store_id = # Bluetooth device address bdaddr = {0xF377, 0x5B03, 0x02} # Sleep mode sleep_mode = sleep_mode_deep # Battery Threshold battery_threshold =

24 Customising Device Name 24

25 Customising Device Name /* Macro for the device name */ #define DEVICE_NAME "CSR HR Sensor" For example make use of the board Serial Number. /* Macro for the device name */ #define DEVICE_NAME HR Sensor " 25

26 Compile Application No further customisation should be necessary. We are now ready to program the board. Compile the Heart Rate Project Download the Heart Rate project to the hardware 26

27 Compiling the application Click on Build in the menu bar. Select Build Active Project or press F7 shortcut key. This builds all the files included in the Active project from the current Workspace into an application image for the target board. The build is incremental, minimum set of builds are performed to reflect changes to source files and configurations. The target board should remain connected during compilation. 27

28 Build and Program Project Window Message Area If any errors occur they will be displayed here 28

29 Download Application to Hardware Select Run from the Debug menu or press the F5 short-cut key At this point the Heart Rate application will be running on the hardware. It will stop advertising after a couple of minutes The button can be connected up to PIO11 with a jumper cable to re-enable adverts (this can also be achieved by power cycling the board via the mini USB cable) For more details on the heart rate application see the Heart Rate Sensor Application Note in the project source directory. 29

30 CSR8510 Bluetooth Dongle In order to connect to the development kit you need a suitable host. The Profile Demonstrator software is supplied as part of the SDK. This requires a compatible Bluetooth dongle to communicate with the peripheral device. The CSR8510 dongle is available to perform this function. Q The drivers for this dongle are supplied with the SDK CSR102x and CSR8510 are products of Qualcomm Technologies, International, Ltd. 30

31 Profile Demonstrator Plug in Dongle and allow it to enumerate Run CSR µenergy Profile Demonstrator Click on Discover Devices 31

32 Connect to your development board Locate your device name on the list Select Connect to Device 32

33 End to End Data exchange 33

34 Connecting the UI The Heart Rate Sensor application includes a basic UI by default PIO 11 = Button (Wake / Clear Pairing) PIO 15 = Buzzer/LED status indicator Use the test cables supplied with the kit to connect these together as shown. Press Button to wake the HR sensor Press and Hold button for 5s to clear pairing LED flashes when pairing is cleared 34

35 Over The Air Update Lets make a simple change to the software - make the UI pulse when a new value is transmitted. SoundBuzzer(buzzer_beep_short); (In our case we have connected the LED to the UI indicator pin) In main_app.c, find hrmeastimerhandler (used to periodically send an update to the host) Add the SoundBuzzer call just before SendHRMeasurement(); 35

36 Over The Air Update Rebuild the Heart Rate Project. This time DO NOT program the board. 36

37 Over The Air Update Requires the CSR8510 Dongle Open the software from the Start Menu Or run the EXE from the demo directory in the install path Ensure that you have cleared any existing pairing from your HR sensor board (press the button for 5 sec and observe the LED flash). 37

38 Over The Air Update When the update is in progress, the software will attempt to connect to the OTA service on the board. If the protocol confirms that the receiving unit is compatible with the binary file to transmit, then the upgrade process will begin. When in progress the %completion in the status window plus a progress bar will indicate progress. This update happens in the background the normal operation is not affected When complete, the system re-boots into the new image. 38

39 Over The Air Update Reconnect to the board from Profile Demonstrator You must clear pairing on your board (press and hold the button for 5 seconds) Once connected, if the application update has been successful you should now see the LED flash every Connection Interval whilst the board is connected to the Profile Demonstrator software. 39

40 Further Information There are many more profiles available all of which can be used with the Starter Development Kit 40

41 Qualcomm Developer Network Overview of chipsets and development kits available. Training slides including: Introduction to Bluetooth Low Energy Product Line Overview Hardware Overview Introduction to CSRmesh OTAU Overview SDK Overview 41

42 Thank you Follow us on: For more information, visit us at: & Nothing in these materials is an offer to sell any of the components or devices referenced herein Qualcomm Technologies, Inc. and/or its affiliated companies. All Rights Reserved. Qualcomm is a trademark of Qualcomm Incorporated, registered in the United States and other countries. Other products and brand names may be trademarks or registered trademarks of their respective owners. References in this presentation to Qualcomm may mean Qualcomm Incorporated, Qualcomm Technologies, Inc., and/or other subsidiaries or business units within the Qualcomm corporate structure, as applicable. Qualcomm Incorporated includes Qualcomm s licensing business, QTL, and the vast majority of its patent portfolio. Qualcomm Technologies, Inc., a wholly-owned subsidiary of Qualcomm Incorporated, operates, along with its subsidiaries, substantially all of Qualcomm s engineering, research and development functions, and substantially all of its product and services businesses, including its semiconductor business, QCT.

CSR102x Starter Development Kit

CSR102x Starter Development Kit CSR102x Starter Development Kit Bluetooth Low Energy Single Mode SoC Alan Hay, Applications Engineer Qualcomm Technologies International, Ltd. Kit overview Focus for today s workshop CSR1025 SoC Bluetooth

More information

CSR102x Bluetooth Smart Product Line Overview

CSR102x Bluetooth Smart Product Line Overview CSR102x Bluetooth Smart Product Line Overview Speaker name Speaker title Speaker employing entity Date CSR102x Overview Qualcomm Bluetooth Low Energy Terminology clarification In this document you will

More information

Introduction to Bluetooth Low Energy

Introduction to Bluetooth Low Energy Introduction to Bluetooth Low Energy Qualcomm Bluetooth Low Energy Terminology clarification In this document you will notice a number of references are made to Qualcomm Bluetooth Low Energy SDK. While

More information

Making always-on vision a reality. Dr. Evgeni Gousev Sr. Director, Engineering Qualcomm Technologies, Inc. September 22,

Making always-on vision a reality. Dr. Evgeni Gousev Sr. Director, Engineering Qualcomm Technologies, Inc. September 22, Making always-on vision a reality Dr. Evgeni Gousev Sr. Director, Engineering Qualcomm Technologies, Inc. September 22, 2017 @qualcomm Outline 1. Problem statement Challenges to develop always-on vision

More information

Date: 13 June Location: Sophia Antipolis. Integrating the SIM. Dr. Adrian Escott. Qualcomm Technologies, Inc.

Date: 13 June Location: Sophia Antipolis. Integrating the SIM. Dr. Adrian Escott. Qualcomm Technologies, Inc. Date: 13 June 2018 @qualcomm Location: Sophia Antipolis Integrating the SIM Dr. Adrian Escott Qualcomm Technologies, Inc. Agenda 1 2 3 4 5 6 Path to isim isim Size benefit Hardware Architecture Certification

More information

LM53X Development and Evaluation Product Family

LM53X Development and Evaluation Product Family Development and Evaluation Family Revised Datasheet Version 13/MAR/2018 1.0 Overview The is the development and evaluation product family for the LM930 / LM931 Bluetooth low energy module. A great starting

More information

Qualcomm Snapdragon Technologies

Qualcomm Snapdragon Technologies March 2018 Game Developer Conference (GDC) Qualcomm Snapdragon Technologies Hiren Bhinde, Director, XR Product Management Qualcomm Technologies, Inc. Qualcomm Technologies announcements & updates Snapdragon

More information

Perform. Travis Lanier Sr. Director, Product Management Qualcomm Technologies,

Perform. Travis Lanier Sr. Director, Product Management Qualcomm Technologies, Perform Travis Lanier Sr. Director, Product Management Qualcomm Technologies, Inc. @qualcomm More powerful and longer lasting mobile experiences Because nobody wants to be this person U.K. U.S. Germany

More information

LM931 Bluetooth low energy Module

LM931 Bluetooth low energy Module Bluetooth low energy Module Revised 24/JAN/2017 2.50mm 1m 10.1 m m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma (at 0 dbm) Current Consumption (Tx Mode) 9 digital and 3 analogue (10-bit

More information

How Qualcomm Wireless Reach M&E Catalyzes SGBs. Lauren H Reed Staff Analyst Government Affairs 1

How Qualcomm Wireless Reach M&E Catalyzes SGBs. Lauren H Reed Staff Analyst Government Affairs 1 How Qualcomm Wireless Reach M&E Catalyzes SGBs Lauren H Reed Staff Analyst Government Affairs 1 30 #1 years of driving the evolution of wireless fabless semiconductor company #1 #1 in 3G/4G LTE modem in

More information

Ultra-low Power Always-On Computer Vision

Ultra-low Power Always-On Computer Vision March 20, 2019 @qualcomm_tech Sunnyvale, California Ultra-low Power Always-On Computer Vision Edwin Park Principal Engineer Qualcomm Artificial Intelligence (AI) Research Qualcomm Technologies, Inc. Qualcomm

More information

Leading the world to 5G

Leading the world to 5G June 28, 2018 @5GwirelessEDGE Shanghai, China Leading the world to 5G Serge Willenegger SVP & GM, 5G & Industrial IoT Qualcomm Wireless GmbH A unifying connectivity platform to drive growth and innovation

More information

RISC-V: Opportunities and Challenges in SoCs

RISC-V: Opportunities and Challenges in SoCs December 5, 2018 @qualcomm Santa Clara, CA RISC-V: Opportunities and Challenges in SoCs Greg Wright Sr Director, Engineering Qualcomm Technologies, Inc. Introductions Who am I? Why am I here? 2 Quick tour

More information

Preparing for Mass Market Virtual Reality: A Mobile Perspective. Qualcomm Technologies, Inc. September 16, 2017

Preparing for Mass Market Virtual Reality: A Mobile Perspective. Qualcomm Technologies, Inc. September 16, 2017 Preparing for Mass Market Virtual Reality: A Mobile Perspective Qualcomm Technologies, Inc. September 16, 2017 Immersive Always-connected VR is meant to be Mobile 2 Automotive video streaming Crowded event

More information

802.11ax: Meeting the demands of modern networks. Gopi Sirineni, Vice President Qualcomm Technologies, Inc. April 19,

802.11ax: Meeting the demands of modern networks. Gopi Sirineni, Vice President Qualcomm Technologies, Inc. April 19, 802.11ax: Meeting the demands of modern networks Gopi Sirineni, Vice President Qualcomm Technologies, Inc. April 19, 2017 @qualcomm The Wi-Fi landscape has changed More devices & data Diverse apps & services

More information

Bringing link-time optimization to the embedded world: (Thin)LTO with Linker Scripts

Bringing link-time optimization to the embedded world: (Thin)LTO with Linker Scripts Bringing link-time optimization to the embedded world: (Thin)LTO with Linker Scripts Tobias Edler von Koch, Sergei Larin, Shankar Easwaran, Hemant Kulkarni Qualcomm Innovation Center, Inc. What is a linker

More information

LM931 Bluetooth low energy Module Standalone (With Embedded Bluetooth v4.1 Stack)

LM931 Bluetooth low energy Module Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module Revised 04/JUL/2018 Version v1.2 2.50mm 1m 10.1 m m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma Current Consumption (at 0 dbm Tx Output Power) 9 digital and

More information

A New Foundation for the Connected Home. Qualcomm Technologies, Inc. June

A New Foundation for the Connected Home. Qualcomm Technologies, Inc. June A New Foundation for the Connected Home Qualcomm Technologies, Inc. June 2017 @qualcomm The connected home is evolving at a breakneck pace Number of connected devices per home (family of four) 50 24 8

More information

Global 5G spectrum update

Global 5G spectrum update Global 5G spectrum update Luigi Ardito Director, Government Affairs Qualcomm Incorporated European Commission driving a Gigabit Society 1 Deploying 5G across Europe by 2020 with pre-commercial trials starting

More information

LM930 Bluetooth low energy Module (with U.FL Connector) Standalone (With Embedded Bluetooth v4.1 Stack)

LM930 Bluetooth low energy Module (with U.FL Connector) Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module (with U.FL Connector) Revised 24/JAN/2017 m.11m 10 2.50mm m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma (at 0 dbm) Current Consumption (Tx Mode) 9 digital and

More information

ITU Workshop Combating grey devices. Audrey Scozzaro Ferrazzini Standardisation and Industrial Policy Lead, EMENA Government Affairs 28 June 2016

ITU Workshop Combating grey devices. Audrey Scozzaro Ferrazzini Standardisation and Industrial Policy Lead, EMENA Government Affairs 28 June 2016 ITU Workshop Combating grey devices Audrey Scozzaro Ferrazzini Standardisation and Industrial Policy Lead, EMENA Government Affairs 28 June 2016 Security solutions Qualcomm s vision Theft Deterrence Enterprise

More information

Making 5G NR a commercial reality

Making 5G NR a commercial reality Making 5G NR a commercial reality Ultra-high fidelity media anywhere Immersive entertainment Safer, more autonomous transportation Connectivity is the new Electricity Reliable access to remote healthcare

More information

UM QN908x Quick Start. Document information. QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit

UM QN908x Quick Start. Document information. QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit QN908x Quick Start Rev.2.0 21 March 2018 User manual Document information Info Keywords Abstract Content QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit This Quick Start document

More information

LM930 Bluetooth low energy Module (with IPEX Connector) Standalone (With Embedded Bluetooth v4.1 Stack)

LM930 Bluetooth low energy Module (with IPEX Connector) Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth low energy Module (with IPEX Connector) Revised 25/AUG/2017 m.11m 10 2.50mm m 22m Features Bluetooth v4.1 specification I2C and UART 14 ma Current Consumption (at 0 dbm Tx Output Power) 9 digital

More information

The Future of Mobility. Keith Kressin Senior Vice President, Product Management Qualcomm Technologies,

The Future of Mobility. Keith Kressin Senior Vice President, Product Management Qualcomm Technologies, The Future of Mobility Keith Kressin Senior Vice President, Product Management Qualcomm Technologies, Inc. @qualcomm The future of mobility Path to 5G extended Reality Artificial Intelligence Trends Evolution

More information

IoT with 5G Technology

IoT with 5G Technology July 25 th, 2018 Innofest ID 2018 Jakarta, Indonesia IoT with 5G Technology Transformation for Industrial 4.0 Shannedy Ong Country Director Indonesia Leading mobile innovation for over 30 years Digitized

More information

Use of ISP1507-AL Evaluation Boards

Use of ISP1507-AL Evaluation Boards Use of ISP1507-AL Evaluation Boards Application Note AN181103 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1507-AL,

More information

Mobile: the foundation of the digital economy

Mobile: the foundation of the digital economy Mobile: the foundation of the digital economy Cristiano Amon Executive Vice President, Qualcomm Technologies, Inc. and President, Qualcomm CDMA Technologies @cristianoamon 1 Mobile technology is powering

More information

The promise of higher spectrum bands for 5G. Rasmus Hellberg PhD Senior Director, Technical Marketing Qualcomm Technologies, Inc.

The promise of higher spectrum bands for 5G. Rasmus Hellberg PhD Senior Director, Technical Marketing Qualcomm Technologies, Inc. The promise of higher spectrum bands for 5G Rasmus Hellberg PhD Senior Director, Technical Marketing Qualcomm Technologies, Inc. June 30, 2016 Our 5G vision: a unifying connectivity fabric Enhanced mobile

More information

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack)

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth Dual Mode Module Revised 13/DEC/2017 18.9mm 2.55mm 12.71mm Features Bluetooth v4.1 specification (Dual Mode) Fully integrated module with no additional components required Class 1 Tx Out Power

More information

DG0849 Demo Guide PolarFire Dual Camera Video Kit

DG0849 Demo Guide PolarFire Dual Camera Video Kit DG0849 Demo Guide Microsemi Headquarters One Enterprise, Aliso Viejo, CA 92656 USA Within the USA: +1 (800) 713-4113 Outside the USA: +1 (949) 380-6100 Sales: +1 (949) 380-6136 Fax: +1 (949) 215-4996 Email:

More information

5G Design and Technology. Durga Malladi SVP Engineering Qualcomm Technologies, Inc. October 19 th, 2016

5G Design and Technology. Durga Malladi SVP Engineering Qualcomm Technologies, Inc. October 19 th, 2016 5G Design and Technology Durga Malladi SVP Engineering Qualcomm Technologies, Inc. October 19 th, 2016 Mobile fueled the last 30 years interconnecting people 1980s Analog voice 1990s Digital voice 2000s

More information

CSR µenergy. xide. User Guide. Issue 12. Page 1 of 30 Cambridge Silicon Radio Limited CS UGP12

CSR µenergy. xide. User Guide. Issue 12. Page 1 of 30 Cambridge Silicon Radio Limited CS UGP12 CSR µenergy xide User Guide Issue 12 Page 1 of 30 Document History Revision Date History 1 07 MAR 11 Original publication of this document 2 20 JUL 11 Editorial updates 3 20 MAR 12 Updated for v1.4 4 22

More information

Snapdragon NPE Overview

Snapdragon NPE Overview March 2018 Linaro Connect Hong Kong Snapdragon NPE Overview Mark Charlebois Director, Engineering Qualcomm Technologies, Inc. Caffe2 Snapdragon Neural Processing Engine Efficient execution on Snapdragon

More information

Making 5G NR a reality

Making 5G NR a reality Making 5G NR a reality Silicon Valley 5G Summit Mountain View, CA October 19 th, 2017 Tingfang Ji Senior Director, Engineering Qualcomm Technologies, Inc. @qualcomm_tech NR Designing a unified, more capable

More information

Welcome to the 5G age

Welcome to the 5G age Welcome to the 5G age Cristiano Amon Executive Vice President, Qualcomm Technologies, Inc. and President, Qualcomm CDMA Technologies October 2017 @cristianoamon Mobile technology is powering the global

More information

QSG107: SLWSTK6101A Quick-Start Guide

QSG107: SLWSTK6101A Quick-Start Guide QSG107: SLWSTK6101A Quick-Start Guide SLWSTK6101A Blue Gecko Bluetooth Smart Module Wireless Starter Kit Quick-Start Guide The Blue Gecko Bluetooth Smart Wireless Starter Kit is meant to help you evaluate

More information

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed

SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed SAMSUNG ELECTRONICS RESERVES THE RIGHT TO CHANGE PRODUCTS, INFORMATION AND SPECIFICATIONS WITHOUT NOTICE. Products and specifications discussed herein are for reference purposes only. All information discussed

More information

nblue TM BR-MUSB-LE4.0-S2A (CC2540)

nblue TM BR-MUSB-LE4.0-S2A (CC2540) Page 1 of 5 Copyright 2002-2014 BlueRadios, Inc. Bluetooth 4.0 Low Energy Single Mode Class 1 SoC USB Serial Dongle nblue TM BR-MUSB-LE4.0-S2A (CC2540) AT HOME. AT WORK. ON THE ROAD. USING BLUETOOTH LOW

More information

2016 Seoul DevU Pipeline Cache Object. Bill Licea-Kane Engineer, Senior Staff Qualcomm Technologies, Inc

2016 Seoul DevU Pipeline Cache Object. Bill Licea-Kane Engineer, Senior Staff Qualcomm Technologies, Inc 2016 Seoul DevU Pipeline Cache Object Bill Licea-Kane Engineer, Senior Staff Qualcomm Technologies, Inc. 2016-10-21 Our application requires many many many Pipeline State Objects. Creation time is a huge

More information

Mobile technology: A catalyst for change. Kedar Kondap Vice President, Product Management Qualcomm Technologies, Inc.

Mobile technology: A catalyst for change. Kedar Kondap Vice President, Product Management Qualcomm Technologies, Inc. Mobile technology: A catalyst for change Kedar Kondap Vice President, Product Management Qualcomm Technologies, Inc. Evolution of Wireless 384 kbps 21 Mbps 150 Mbps 2G Digital voice D-AMPS, GSM, IS-95

More information

NeoNet: Object centric training for image recognition

NeoNet: Object centric training for image recognition Daniel Fontijne, Koen E. A. van de Sande, Eren Gölge, R. Blythe Towal, Anthony Sarah, Cees G. M. Snoek Qualcomm Technologies, Inc., December 17, 2015 NeoNet: Object centric training for image recognition

More information

Open Source and Standards: A Proposal for Collaboration

Open Source and Standards: A Proposal for Collaboration ETSI Workshop on Open Source and ization: Legal Interactions September 16, 2016 Sophia Antipolis Open Source and s: A Proposal for Collaboration David Marr VP & Legal Counsel Open Source Group Qualcomm

More information

Machine Learning for Selected SI & PI Problems. Timothy Michalka Sr. Director, Engineering Qualcomm Technologies, Inc. 18-Oct-2017

Machine Learning for Selected SI & PI Problems. Timothy Michalka Sr. Director, Engineering Qualcomm Technologies, Inc. 18-Oct-2017 Machine Learning for Selected SI & PI Problems Timothy Michalka Sr. Director, Engineering Qualcomm Technologies, Inc. 18-Oct-2017 1 Outline ML @ Qualcomm Technologies, Inc. SI & PI project interests 2

More information

Immersion. Tim Leland Vice President, Product Management Qualcomm Technologies,

Immersion. Tim Leland Vice President, Product Management Qualcomm Technologies, Immersion Tim Leland Vice President, Product Management Qualcomm Technologies, Inc. @qualcomm Capturing life experiences and extending Realities Capture Color is a power which directly influences the soul

More information

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1

BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 BLE121LR Bluetooth Smart Long Range Module 5/12/2014 1 Table of Contents Key Features Benefits BLE121LR Overview Bluetooth Smart Software Certifications Development Tools Use Cases 5/12/2014 2 Key Features

More information

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1

Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Bluegiga Bluetooth Smart Software v.1.3 5/28/2014 1 Table of Contents Introduction to the Bluetooth Smart Software Bluetooth Smart Software v.1.3 5/28/2014 2 Introduction to Bluetooth Smart Software Bluetooth

More information

5G Spectrum Access. Wassim Chourbaji. Vice President, Government Affairs and Public Policy EMEA Qualcomm Technologies Inc.

5G Spectrum Access. Wassim Chourbaji. Vice President, Government Affairs and Public Policy EMEA Qualcomm Technologies Inc. 5G Spectrum Access Wassim Chourbaji Vice President, Government Affairs and Public Policy EMEA Qualcomm Technologies Inc. @WassimChourbaji Pioneering 5G bands for Europe A unifying connectivity fabric Always-available,

More information

Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide

Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide Freescale Semiconductor, Inc. KSDKKL03UG User s Guide Rev. 1.0.0, 09/2014 Kinetis SDK Freescale Freedom FRDM-KL03Z Platform User s Guide 1 Introduction This document describes the hardware and software

More information

Use of ISP1807-LR Evaluation Boards

Use of ISP1807-LR Evaluation Boards Use of ISP1807-LR Evaluation Boards Application Note AN181104 Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1807-LR,

More information

QSG107: SLWSTK6101A/B Quick-Start Guide

QSG107: SLWSTK6101A/B Quick-Start Guide QSG107: SLWSTK6101A/B Quick-Start Guide Note: The contents of this document are deprecated. Please see QSG139: Bluetooth Development with Simplicity Studio for current instructions. The Blue Gecko Bluetooth

More information

QSG107: SLWSTK6101A/B Quick-Start Guide

QSG107: SLWSTK6101A/B Quick-Start Guide QSG107: SLWSTK6101A/B Quick-Start Guide The Blue Gecko Bluetooth Smart Wireless Starter Kit is meant to help you evaluate Silicon Labs Blue Gecko Bluetooth Smart modules and get you started with your own

More information

AN QN902x Quick Start Guide. Document information

AN QN902x Quick Start Guide. Document information Rev. 3 17 April 2018 Application note Document information Info Keywords Abstract Content mini DK, SDK, installation, working mode, download, NVDS configuration, connect, GPIO configuration This application

More information

EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide

EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide The EFM32HG-SLSTK3400A is an excellent starting point to get familiar with the EFM32 Happy Gecko microcontrollers. The kit contains sensors

More information

Innovative Wireless Technologies for Mobile Broadband

Innovative Wireless Technologies for Mobile Broadband Innovative Wireless Technologies for Mobile Broadband RRS-17-Africa Forum - WRC 19 Agenda : Challenges and Opportunities for Africa Emerging Innovative Technologies Dakar, Senegal, 31 March, 2017 Qualcomm

More information

Qualcomm WiPower Flexible Wireless Charging

Qualcomm WiPower Flexible Wireless Charging Geoff Gordon Staff Manager, Marketing Qualcomm Incorporated Qualcomm WiPower Flexible Wireless Charging Qualcomm WiPower wireless charging technology is licensed by Qualcomm Incorporated. Qualcomm WiPower

More information

5 GHz for consumers. Guillaume Lebrun Director 7 th June 2016

5 GHz for consumers. Guillaume Lebrun Director 7 th June 2016 5 GHz for consumers Guillaume Lebrun Director 7 th June 2016 More data to more devices in more places ~75% 25-50B Mobile traffic that will be rich content & video 1 by 2020 Connected devices 2 and IoT

More information

Sanjeev Athalye, Sr. Director, Product Management Qualcomm Technologies, Inc.

Sanjeev Athalye, Sr. Director, Product Management Qualcomm Technologies, Inc. Sanjeev Athalye, Sr. Director, Product Management Qualcomm Technologies, Inc. This presentation addresses potential use cases and views on characteristics of 5G technology and is not intended to reflect

More information

Making XR a reality for everyone

Making XR a reality for everyone May 29, 2018 @qualcomm Augmented World Expo Making XR a reality for everyone Hugo Swart, Senior Director, Head of XR Business Management Hiren Bhinde, Director, XR Product Management Qualcomm Technologies,

More information

nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028

nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028 nrf5x OTA Testing with LitePoint Bluetooth Advanced nwp_028 White Paper v1.0 / 2018-01-03 Contents 1 Revision history.................................. iii Introduction. 4..................................

More information

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU

Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64. S08 ultra-low-power LCD segment MCU Quick Start Guide for TWR-S08LL64 TOWER SYSTEM MC9S08LL64 S08 ultra-low-power LCD segment MCU TOWER SYSTEM Get to know the TWR-S08LL64 Tower Card Connector (Secondary) LCD Display Potentiometer Mini-B

More information

Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers

Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers Enabling and Optimizing MariaDB on Qualcomm Centriq 2400 Arm-based Servers World s First 10nm Server Processor Sandeep Sethia Staff Engineer Qualcomm Datacenter Technologies, Inc. February 25, 2018 MariaDB

More information

Impact of the current LLVM inlining strategy on complex embedded application memory utilization and performance

Impact of the current LLVM inlining strategy on complex embedded application memory utilization and performance Impact of the current LLVM inlining strategy on complex embedded application memory utilization and performance Sergei Larin Senior Staff Engineer, Harsha Jagasia Staff Engineer, Tobias Edler von Koch

More information

Qualcomm Snapdragon 450 Mobile Platform

Qualcomm Snapdragon 450 Mobile Platform Qualcomm Snapdragon 450 Mobile Platform Kedar Kondap Vice President, Product Management Qualcomm Technologies, Inc. Snapdragon 400 Tier @qualcomm Qualcomm Snapdragon is a product of Qualcomm Technologies,

More information

Making 5G NR a reality

Making 5G NR a reality Making 5G NR a reality Laurent Fournier Sr. Director Technology Development Europe Qualcomm Technologies, Inc. November 17, 2016 DigiWorld Congress Scalability to address diverse service and devices Ultra-low

More information

5G NR to high capacity and

5G NR to high capacity and July 11, 2018 @qualcomm Webinar How can CoMP extend 5G NR to high capacity and ultra-reliable communications? Dr. Durga Malladi SVP, Engineering & GM, 4G/5G Qualcomm Technologies, Inc. Enabler to the factory

More information

EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide

EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide The EFM8BB2-SLSTK2021A is an excellent starting point to get familiar with the EFM8Busy Bee microcontrollers. The kit contains sensors and peripherals

More information

Japan. December 13, C-V2X Trial in Japan. Qualcomm Technologies Inc.

Japan. December 13, C-V2X Trial in Japan. Qualcomm Technologies Inc. December 13, 2018 Japan C-V2X Trial in Japan Qualcomm Technologies Inc. Continental, Ericsson, Nissan, NTT DOCOMO, OKI, Qualcomm Technologies 2 Trial objectives The objective is to validate and demonstrate

More information

Bluetooth Light Gun. Please also see the Aimtrak Setup Guide at : Setup Guide.pdf

Bluetooth Light Gun. Please also see the Aimtrak Setup Guide at :   Setup Guide.pdf Bluetooth Light Gun Please also see the Aimtrak Setup Guide at : www.ultimarc.com/aimtrak Setup Guide.pdf 1 Contents Section 1: Introduction... 3 Features... 3 Bluetooth SIG Qualification.... 3 Section

More information

Making Mobile 5G a Commercial Reality. Peter Carson Senior Director Product Marketing Qualcomm Technologies, Inc.

Making Mobile 5G a Commercial Reality. Peter Carson Senior Director Product Marketing Qualcomm Technologies, Inc. Making Mobile 5G a Commercial Reality Peter Carson Senior Director Product Marketing Qualcomm Technologies, Inc. Insatiable global data demand First phase of 5G NR will focus on enhanced MBB Enhanced mobile

More information

EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide

EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide The EFM32PG1 SLSTK3401A is an excellent starting point to get familiar with the EFM32 Pearl Gecko microcontrollers. The kit contains

More information

Quick Start Guide TRK-KEA. Kinetis EA Series MCUs for Automotive Electronics Applications. StarterTRAK

Quick Start Guide TRK-KEA. Kinetis EA Series MCUs for Automotive Electronics Applications. StarterTRAK TRK-KEA Kinetis EA Series MCUs for Automotive Electronics Applications StarterTRAK Get to Know the TRK-KEA Kinetis EA MCU SCI Selector 2 Individual Port Access Power LED Power Source Selector User Buttons

More information

EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide

EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide The EFM8LB1-SLSTK2030A is an excellent starting point to get familiar with the EFM8 Laser Bee microcontrollers. The kit contains sensors

More information

This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1302-BS.

This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module ISP1302-BS. Application Note AN160301 Use of -BS Development Kit Introduction Scope This document gives details on hardware and software for using and testing Insight SiP Bluetooth Low Energy module -BS. Contents

More information

DG0598 Demo Guide SmartFusion2 Dual-Axis Motor Control Starter Kit

DG0598 Demo Guide SmartFusion2 Dual-Axis Motor Control Starter Kit DG0598 Demo Guide SmartFusion2 Dual-Axis Motor Control Starter Kit Microsemi Corporate Headquarters One Enterprise, Aliso Viejo, CA 92656 USA Within the USA: +1 (800) 713-4113 Outside the USA: +1 (949)

More information

How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode. Main components Bluetooth Low Energy wireless system-on-chip

How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode. Main components Bluetooth Low Energy wireless system-on-chip DT0109 Design tip How to configure the BlueNRG-1 and BlueNRG-2 devices in network coprocessor mode Main components BlueNRG-1 BlueNRG-2 Bluetooth Low Energy wireless system-on-chip Bluetooth Low Energy

More information

HARDWARE REFERENCE IMM-NRF51822

HARDWARE REFERENCE IMM-NRF51822 HARDWARE REFERENCE IMM-NRF51822 Micro-module Copyright 2014 I-SYST, all rights reserved. This document may not be reproduced in any form without, express written consent from I-SYST. Limited Warranty The

More information

Smartphone-powered future

Smartphone-powered future Matt Grob EVP & Chief Technology Officer, Qualcomm Technologies, Inc. Smartphone-powered future @GrobMatt 1 Energy Enough to lift an adult several stories high Utility Replaces 6+ devices Power More computing

More information

UM2045 User manual. Getting started with the X-CUBE-NFC3 near field communication transceiver software expansion for STM32Cube.

UM2045 User manual. Getting started with the X-CUBE-NFC3 near field communication transceiver software expansion for STM32Cube. User manual Getting started with the X-CUBE-NFC3 near field communication transceiver software expansion for STM32Cube Introduction This document describes how to get started with the X-CUBE-NFC3 software

More information

Figure 26 CC Debugger Interface

Figure 26 CC Debugger Interface Figure 26 CC Debugger Interface Once the CC Debugger is set up with the status indicator LED showing green, you are ready to either read or write a hex file from the board, or to start debugging a project

More information

Smart Wearables: Enriching The Digital Sixth Sense. Pankaj Kedia Sr. Director & Business Lead, Smart Wearables Segment Qualcomm Technologies, Inc.

Smart Wearables: Enriching The Digital Sixth Sense. Pankaj Kedia Sr. Director & Business Lead, Smart Wearables Segment Qualcomm Technologies, Inc. Sept 23, 2015 IEEE Rock Star of Wearables Event 2015 Smart Wearables: Enriching The Digital Sixth Sense Pankaj Kedia Sr. Director & Business Lead, Smart Wearables Segment Qualcomm Technologies, Inc. 1

More information

ice40 UltraPlus Image Sensor Elliptical Crypto Engine (ECC) Demo - Radiant Software User Guide

ice40 UltraPlus Image Sensor Elliptical Crypto Engine (ECC) Demo - Radiant Software User Guide ice40 UltraPlus Image Sensor Elliptical Crypto Engine (ECC) Demo - Radiant Software FPGA-UG-02060 Version 1.0 June 2018 Contents Acronyms in This Document... 3 1. Introduction... 4 2. Functional Description...

More information

Bluetooth Low Energy Portfolio

Bluetooth Low Energy Portfolio Bluetooth Low Energy Portfolio February 2016 - Page 1 Price Smart Platform 3 Platforms based on BLE Combo Node Connectivity ISP0900 series Intelligent Node ISP1300 series ISP091201 ISP1500 series ISP130301

More information

AND9699/D. F143-MINI-X-GEVK Quick Start Guide APPLICATION NOTE

AND9699/D. F143-MINI-X-GEVK Quick Start Guide APPLICATION NOTE F143-MINI-X-GEVK Quick Start Guide F143 Mini DVK Introduction The F143 MINI x GEVK (also referred to as the F143 Mini DVK) is designed as quick start solution for the development of applications with the

More information

STSW-BLUENRG1-DK. BlueNRG-1, BlueNRG-2 DK SW package

STSW-BLUENRG1-DK. BlueNRG-1, BlueNRG-2 DK SW package BlueNRG-1, BlueNRG-2 DK SW package Data brief Features Bluetooth SMART SW package supporting BlueNRG-1 and BlueNRG-2 Bluetooth low energy (BLE) systems-on-chip BlueNRG-1 Navigator and BlueNRG-2 Navigator

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

PAN1740 Design Guide

PAN1740 Design Guide 1 of 14 PAN1740 2 of 14 TABLE OF CONTENTS 1. Scope of this Document... 3 2. Key benefits when using PAN1740... 3 3. Bluetooth Low Energy... 3 4. Description PAN1740... 4 5. Block Diagram PAN1740 Module...

More information

Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards

Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards User manual Getting started with STEVAL-IDB007V1 and STEVAL-IDB008V1 evaluation boards Introduction The STEVAL-IDB007V1 is an evaluation board based on BlueNRG-1, a low power Bluetooth Smart System on

More information

EVALUATION BOARD MANUAL EBSLSN Series. EVALUATION KIT MANUAL EKSLSN Series

EVALUATION BOARD MANUAL EBSLSN Series. EVALUATION KIT MANUAL EKSLSN Series EVALUATION BOARD MANUAL EBSLSN Series EVALUATION KIT MANUAL EKSLSN Series for EYSLSN Series Bluetooth R low energy Module 1/8 Introduction This evaluation board is applicable for Taiyo Yuden s Bluetooth

More information

Spectrum for 4G and 5G. Qualcomm Technologies, Inc. October, 2016

Spectrum for 4G and 5G. Qualcomm Technologies, Inc. October, 2016 Spectrum for 4G and 5G Qualcomm Technologies, Inc. October, 2016 New spectrum sharing paradigms opportunity to innovate Using all spectrum: low-band, mid-band, & high-band for mobile broadband Licensed

More information

XBee Starter Kit Getting Started Guide

XBee Starter Kit Getting Started Guide XBee 802.15.4 Starter Kit Getting Started Guide 90002160_A 6/20/2012 2012 Digi International Inc. All rights reserved. Digi, Digi International, the Digi logo, the Digi web site, a Digi International Company,

More information

Load Position-Independent Code (PIC) on a Kinetis Platform Using the IAR EWARM Compiler

Load Position-Independent Code (PIC) on a Kinetis Platform Using the IAR EWARM Compiler Freescale Semiconductor, Inc. Document Number: AN5163 Application Note Load Position-Independent Code (PIC) on a Kinetis Platform Using the IAR EWARM Compiler 1. Introduction This document provides guidance

More information

TWR-K60F120M Quick Start Guide

TWR-K60F120M Quick Start Guide TWR-K60F120M Quick Start Guide High-Performance MCUs with Connectivity and Security Tower System Development Board Platform Get to Know the TWR-K60F120M Board Primary SW1 Potentiometer SD Card Socket Infra-Red

More information

Leading the World to 5G NR

Leading the World to 5G NR Leading the World to 5G NR Luigi Ardito Director Government Affairs, 5G Policy Lead Qualcomm Europe Inc. September 2017 Global snapshot of 5G spectrum Around the world, these bands have been allocated

More information

Qualcomm AllPlay Smart Media Platform

Qualcomm AllPlay Smart Media Platform Presenter Name Presenter Title Qualcomm Connected Experiences, Inc. Qualcomm AllPlay Smart Media Platform Qualcomm AllPlay smart media platform 2014 ACE Award winner Internet of Things Technology, Service

More information

KW2XD REFERENCE DESIGNS

KW2XD REFERENCE DESIGNS KW2XD REFERENCE DESIGNS OCCUPANCY SENSOR NODE WIRELESS APPLICATION ENGINEERING FEB, 2017 PUBLIC What is a Reference Design? A form-factor design example, essentially ready to build 1.3 Proven performance

More information

November, Qualcomm s 5G vision Qualcomm Technologies, Inc. and/or its affiliates.

November, Qualcomm s 5G vision Qualcomm Technologies, Inc. and/or its affiliates. November, 2014 Qualcomm s 5G vision 1 Mobile is the largest technology platform in history ~7 billion connections, almost as many as people on earth 1 Evolving into Internet of Everything: cars, meters,

More information

EnerChip RTC Evaluation Kit CBC34803 Real-Time Clock with Integrated Backup Power. CBC-TAB Registers

EnerChip RTC Evaluation Kit CBC34803 Real-Time Clock with Integrated Backup Power. CBC-TAB Registers System Features and Overview CBC-EVAL-12-34803 is a demonstration kit featuring the Cymbet CBC34803 EnerChip RTC - an integrated surface mount device combining an Ambiq Micro AM0803 Real-Time Clock (RTC),

More information

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM

User Manual Rev. 0. Freescale Semiconductor Inc. FRDMKL02ZUM FRDM-KL02Z User Manual Rev. 0 Freescale Semiconductor Inc. FRDMKL02ZUM 1. Overview The Freescale Freedom development platform is an evaluation and development tool ideal for rapid prototyping of microcontroller-based

More information

SmartBond DA Smallest, lowest power and most integrated Bluetooth 5 SoC. Applications DA14585

SmartBond DA Smallest, lowest power and most integrated Bluetooth 5 SoC. Applications DA14585 SmartBond DA14585 Smallest, lowest power and most integrated Bluetooth 5 SoC Connected devices are constantly evolving. New generations appear that are smarter, more full featured and have longer battery

More information