Azure Sphere update from "Device Update from IoT Hub"
Hi!, Is it a possibility to update azure sphere from "Device Update from IoT Hub"? It will be very useful to manage device groups etc. from web not from azsphere CLI. I can update/deploy new software by azsphere CLI, I create a new…
Using HTTP Proxy : Sphere not connecting to IOT central
We have a scenario where we have a internal WIFI network that has no internet connection. On the same internal network, we have a linux machine with Squid Proxy installed. The sphere's are connecting to the private WIFI network and are configured to…
Azure Sphere Uniquely Identify a Device-How-to get the Device ID Programmatically
What is the best way to uniquely identify a device in Azure Sphere application - is there a device ID that can be pulled from the chipset or is there a better method? I am trying to get the Device ID Programmatically so i can uniquely identify the…
Will there be another Azure Sphere hackathon in the future?
Hi, I was wondering if there were any plans to hold another Azure Sphere hackathon in the future. If so, will it be announced ahead of time (so we can prepare)?
Create an App to run Azure SDK commands sample requirements
Hi. We have been using Azure SDK commands to work with Avnet board and now we are creating a simple app (either a desktop app or web app or mobile app) to enable our device onboarding easily. So that the manufacturer need not run all the SDK commands…
Azure sphere External device firmware update issue
I use Avnet Starter kit Rev2 board. I followed the External firmware update code as provided in the Sample. I was able to send the firmware to the nrf52 device without enabling the CTS/RTS on Avnet device, but it is enabled on the nrf52 device. …
Azure Sphere Enable Development Mode Failed
Hi, I've developed with the USI Azure Sphere Dev Kit Board, and the newest installed SDK version is 21.10. Recently, I restore the board with the recovery command, making sure the device is running the latest OS, and I follow the Quickstarts…
Azure Sphere RT Core Update Failed
Hi, I've developed with the USI Azure Sphere Dev Kit Board, and the installed SDK version is 21.10. I'm trying to run the UART real-time core sample code (mt3620-m4-samples), but the VS shows device update failed. Do you have any…
Azure sphere network switching
I use Avnet Starter kit Rev2 board. I followed the Azure IOT sample code provided. https://github.com/Azure/azure-sphere-samples/tree/master/Samples/AzureIoT Both Ethernet and wifi network interface is working. I implemented both Eth and wifi network…
Root CA of Azure Sphere DAA certificate not on list of accepted Root CAs for Azure Function Apps through Azure App Services
I am creating a system whereby an Azure Sphere HSM App (client) connects to an Azure Function App (server) via mutual authentication through TLS. Having set the option for Incoming Client Certificate to "Require" in the app service…
Azure SDK installation Fatal error
I use Azure Starter kit Revision 2. when I was working on the azure board using Commands I had "The device may be unresponsive if it is applying an Azure Sphere operating system update; Wait a few minutes and then retry" error. So I…
Azure Sphere Crash Dumps for developers?
I've been learning more about the Azure Sphere error reporting feature. The error reports can be very powerful when monitoring a fleet of devices. If the application exits with a unique exit code it's easy for me to find the exact line of code that…
Avoid Azure Sphere Application update during unexpected Device reset
Hi. I use Avnet Starter kit Rev 2 board. I have been working on the deferred update sample code. On the first reset, the device check for the update and the yellow led blinks indicating that the update is available. When I click the reset again, the…
Azure Sphere SDK SSH error with Visual Studio Code
I used to be able to ssh from my mac to my linux vm using the visual studio code ssh extension (ms-vscode-remote.remote-ssh) and use the azure sphere extension to target my azure sphere device just fine. With the latest upgrade, this feature seems to…
[SOLVED] Bad Request when trying to create new product in Azure Sphere (BadRequest)
Hi Folks, I am getting an error when I am trying to create a new product for an azure sphere tenant. I have a product called "Blinky" but I want to create another product which is code for a temperature/humidity sensor (SHT31). …
Azure Sphere Sign in Problem
Dear friends, Today I want to use Azure Sphere Starter Kit (Avnet version). However, I got an error when I signed in with the account I created before. Your help is appreciated. Thanks.
Azure Sphere Recover Failed
We are getting "Failed to enter recovery mode" error while trying to recover a custom made azure sphere pcb using the Azure Sphere Standalone FTDI Interface Board. The PCB is connected to J4 of the FTDI interface board via TC2050…
Azure Sphere Failed to enter recovery mode
When trying to recover a bespoke PCB and programming board I am seeing Failed to enter recovery mode. I have had no problem with the exact hardware I am using for months now so I don't think it is a hardware issue. I can use the programmer on a…
Azure Sphere Application API - How to read the current default gateway.
Our application requires that IP address of the active default gateway be displayed to the end user. Please provide an C language example of how to read the active default gateway IP address from the Sphere Application context.
Accessing Azure Sphere Public API with ADD App
Token is not valid. Followed all steps mentioned in below link https://learn.microsoft.com/en-us/azure-sphere/deployment/authenticate-service-principal Getting token successfully, but its not valid token as per https://jwt.ms/ and Azure…