Skip to content

"IoT Made Easy!" - Connect the PIC32CM LS60 Curiosity Pro Evaluation Kit to Microsoft Azure

Notifications You must be signed in to change notification settings

MicrochipTech/AzureDemo_PIC32CM_LS60

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provisioning the PIC32CM LS60 Curiosity Pro Evaluation Kit for Microsoft Azure IoT Central

This user guide describes how to connect the PIC32CM LS60 Curiosity Pro Evaluation Kit (Part No. EV76R77A) to Azure IoT Central. The provided firmware project leverages Microsoft’s Azure RTOS™ to enable better experiences of embedded firmware development for Cloud applications. Download the PIC32CM LS60 Curiosity Pro User Guide and the PIC32CM LE00/LS00/LS60 Curiosity Pro Evaluation Kit Design Documentation for more details including the schematics for the board.

Table of Contents

Additional Hardware Requirements

The PIC32CM LS60 Curiosity Pro development board connects to the Internet using the MikroElektronika LTE IoT 2 Click board™ that allows connection to LTE networks, featuring Quectel's BG96 LTE module, which offers two LTE technologies aimed at Machine to Machine communication (M2M) and Internet of Things (IoT). This module is an embedded IoT communication solution which supports the LTE Cat M1 and NB1 technologies, offering an alternative to similar Low Power Wide Area Network (LPWAN) solutions, such as the ones provided by Sigfox and LoRa. The LTE CAT1 and NB1 technologies are designed with specific requirements of the IoT network in mind. LTE IoT 2 click also offers various other features, allowing simple and reliable connection to these new 3GPP IoT technologies. An IoT SIM card and LTE Flat Rotation Antenna are also required for the LTE IoT 2 Click board.

Create an Azure Account and Subscription

Before connecting to Azure, you must first create a user account with a valid subscription. The Azure free account includes free access to popular Azure products for 12 months, $200 USD credit to spend for the first 30 days, and access to more than 25 products that are always free. This is an excellent way for new users to get started and explore.

To sign up, you need to have a phone number, a credit card, and a Microsoft or GitHub account. Credit card information is used for identity verification only. You won't be charged for any services unless you upgrade. Starting is free, plus you get $200 USD credit to spend during the first 30 days and free amounts of services. At the end of your first 30 days or after you spend your $200 USD credit (whichever comes first), you'll only pay for what you use beyond the free monthly amounts of services. To keep getting free services after 30 days, you can move to pay-as-you-go pricing. If you don't move to the pay-as-you-go plan, you can't purchase Azure services beyond your $200 USD credit — and eventually your account and services will be disabled. For additional details regarding the free account, check out the Azure free account FAQs.

When you sign up, an Azure subscription is created by default. An Azure subscription is a logical container used to provision resources in Azure. It holds the details of all your resources like virtual machines (VMs), databases, and more. When you create an Azure resource like a VM, you identify the subscription it belongs to. As you use the VM, the usage of the VM is aggregated and billed monthly. You can create multiple subscriptions for different purposes.

Sign up for a free Azure account for evaluation purposes by following the process outlined in the Microsoft Azure online tutorial. It is highly recommended to go through the entire section of the tutorial so that you fully understand what billing and support plans are available and how they all work.

Should you encounter any issues with your account or subscription, submit a technical support ticket.

Embedded Wireless Framework (EWF)

Clone/download Microsoft's Embedded Wireless Framework (EWF) by issuing the following commands in a Command Prompt or PowerShell window. This operation will create a new folder named embedded-wireless-framework in the directory where this command is executed

git clone https://github.com/Azure/embedded-wireless-framework

Install the Development Tools

Embedded software development tools from Microchip need to be pre-installed in order to properly program the ATSAME54-XPRO Development Board and provision it for use with Microsoft Azure IoT services.

Connecting to Azure IoT Central

Azure IoT technologies and services provide you with options to create a wide variety of IoT solutions that enable digital transformation for your organization. Use Azure IoT Central, a managed IoT application platform, to build and deploy a secure, enterprise-grade IoT solution. IoT Central features a collection of industry-specific application templates, such as retail and healthcare, to accelerate your solution development processes.

Azure IoT Central is an IoT application platform that reduces the burden and cost of developing, managing, and maintaining enterprise-grade IoT solutions. Choosing to build with IoT Central gives you the opportunity to focus time, money, and energy on transforming your business with IoT data, rather than just maintaining and updating a complex and continually evolving IoT infrastructure.

The web UI lets you quickly connect devices, monitor device conditions, create rules, and manage millions of devices and their data throughout their life cycle. Furthermore, it enables you to act on device insights by extending IoT intelligence into line-of-business applications.

There are several ways to connect devices to Azure IoT. In this section, you learn how to connect a device by using Azure IoT Central. This user guide provide the steps to connect a single device to IoT Central using the group enrollment method based on X.509 certification (with the ATECC608B’s device certificate). This is the easiest way to develop a proof of concept that utilizes the full features of the ATECC608B secure element.

Follow Microsoft's standard procedure (start at the section titled "Example to connect to Azure IoT Central") for connecting the PIC32CM LS60 Curiosity Pro Evaluation Kit to Azure IoT Central.

NOTE: In each of the projects that need to be programmed in the standard procedure, make sure to enable the following function call in each of the main() routines (by removing the comments syntax):

mikroe_bg96_power_toggle();

If this function is not called, the modem will never get powered on... also keep in mind that this function toggles the power to the modem, so on every other reset event, the modem will either get powered on or off.

IoT Plug and Play Example

  • Copy the project folder named ewf_pic32cmls60_curiosity_bg96 (provided in this repository) into embedded-wireless-framework/examples/PIC32CM_LS60

  • Open the project located at <MY_PATH>/embedded-wireless-framework/examples/PIC32CM_LS60/ewf_pic32cmls60_curiosity_bg96/NonSecure/firmware/ewf_pic32cmls60_curiosity_NonSecure.X

  • Edit the ewf_example.config.h file by setting EWF_CONFIG_ID_SCOPE & EWF_CONFIG_REGISTRATION_ID to the correct values for your IoT Central application

  • [OPTIONAL] Change EWF_CONFIG_TELEMETRY_LOOP_MINUTES and/or EWF_CONFIG_TELEMETRY_INTERVAL_SECONDS

  • Build and run the ewf_pic32cmls60_curiosity_bg96 project to see the PIC32CM LS60 Curiosity Pro Evaluation Kit implement the full set of IoT Plug and Play interfaces of the device model "dtmi:com:Microchip:PIC32CMLS60_CURIOSITY;1"

References

Manage cloud device messaging with Azure-IoT-Explorer

Import the Plug and Play model

Configure to connect to IoT Hub

How to use IoT Explorer to interact with the device

Azure IoT Central - All Documentation

Create an Azure IoT Central application

Manage devices in your Azure IoT Central application

How to connect devices with X.509 certificates for IoT Central

Configure the IoT Central application dashboard

Customize the IoT Central UI

Conclusion

You are now able to connect the PIC32CM LS60 Curiosity Pro Evaluation Kit to Azure IoT Central and should have deeper knowledge of how all the pieces of the puzzle fit together between Microchip's hardware and Microsoft's Azure Cloud services. Let’s start thinking out of the box and see how you can apply this project to provision securely and quickly a massive number of Microchip devices to Azure and safely manage them through the entire product life cycle.

About

"IoT Made Easy!" - Connect the PIC32CM LS60 Curiosity Pro Evaluation Kit to Microsoft Azure

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published