Azure Sphere is Microsoft's solution for creating secured, internet-connected microcontroller devices. It combines: Azure Sphere certified microcontrollers, the Azure Sphere Operating System, and the Azure Sphere Security Service.
Questions tagged [azure-sphere]
44 questions
7
votes
1 answer
How to develop for Azure Sphere on macOS?
The docs state that developing for the Azure Sphere device requires
A PC running Windows 10 Anniversary Update or later
and
Visual Studio 2017 Enterprise, Professional, or Community, version 15.7 or later
Is there a way to develop for the device…

tamberg
- 1,987
- 14
- 23
5
votes
1 answer
How do I add a library dependency in an Azure Sphere Visual Studio Project?
I am building an Azure Sphere C application, starting from the HTTPS_Curl_Easy sample project. I need json parsing, so I downloaded the Jansson library code. The project that Jansson generates when using Cmake wouldn't add as a reference to my…

Joon
- 2,127
- 1
- 22
- 40
4
votes
3 answers
Selected user account does not exist in tenant 'UserVoice, Inc.'
I'm trying to login and vote on https://feedback.azure.com/forums/915433-azure-sphere/suggestions/36196912-allow-for-transfering-device-ownership
While using my personal microsoft account, it says "Selected user account does not exist in tenant…

Danila Polevshchikov
- 2,228
- 2
- 24
- 35
3
votes
1 answer
How Azure Sphere providing security in hybrid system where it is embedded with other MCU?
Azure Sphere with MT3620 is secured but when it is embedded with other MCU like Pi or NodeMCU then how it is making this system secured?

Gaurav
- 31
- 1
2
votes
1 answer
./azsphere_connect.sh can't connect to device
When trying to connect to Azure Sphere using the provided azsphere_connect.sh, we get an error, as below:
$ sudo ./azsphere_connect.sh -v VERBOSE: Looking for attached Azure
Sphere devices VERBOSE: Found attached Azure Sphere device at
…

Felipe Balbi
- 147
- 7
2
votes
1 answer
How can I send IoT hub messages to MQTT broker?
I am sending some messages from a Azure sphere device to IoT hub, now I want to send/route these messages to a MQTT broker from where I can get this messages and display it in third party software.
Please guide me I am new to this topic, any leads…

Yatin Gaikwad
- 1,140
- 1
- 13
- 23
1
vote
0 answers
How to remove UnicodeDecodeError when build azure sphere app with VS Code?
When I try to build a sample app with VS Code, it's failed because of UnicodeDecodeError.
Below is VS code Output tab snapshot.
I think the problem is displaying results with azsphere CLI, by SDK.(maybe python based).
Because when using the command…

inmile
- 23
- 5
1
vote
1 answer
Azure Sphere: Unique Device ID at Application Layer
I am working on an Azure Sphere project and would like to programmatically get the unique device ID, preferably the ID generated by the device when the device is claimed - is this possible, and if so how?
thank you

AEgir Systems
- 87
- 7
1
vote
1 answer
Azure Sphere Public API: Delete device group method not working
I tried to use Azure Sphere Public API: Device Group - Delete with Node.js.
But I got error message: Error occurred while deleting deviceGroup --- for tenantId ---.
(---: my tenant/device group ID)
But the 'Device Group - Get' method worked well.…

inmile
- 23
- 5
1
vote
1 answer
Communicate issue between High-level and RTapp
i am trying to create high-level app based on IntercoreComms samples from azsure-sphere-samples, the high level sample code itself it's working w/o issue on my mt3620 dev board, but when i try to add my code on top of it and run it, there is error…

StreamTeck
- 11
- 1
1
vote
0 answers
Azure Sphere UART no reading 0x00 from serial device
I am reading data from a device through the serial port. I am using a Max3232 converter RS232 to TTL. The odd thing here is that when I use the read function to retrieve the data received by the UART, it eliminates all the 0x00 bytes.
I have used…

Julian
- 11
- 2
1
vote
1 answer
Azure Sphere and IoT Edge
Is it possible to deploy IoT Edge(https://learn.microsoft.com/en-us/azure/iot-edge/) modules on Azure Sphere? If so, is there a tutorial I can follow?

Dimcho Karakashev
- 15
- 4
1
vote
1 answer
How to fix the problem in azuresphere "AZURE_SPHERE_PROV_RESULT_DEVICEAUTH_NOT_READY"?
I´m using the following steps in the documentation https://learn.microsoft.com/pt-br/azure-sphere/app-development/azure-iot-sample
I did in azsphere
device prep-debug
azsphere device wifi show-status -v
Start time (UTC): Monday, 01 April 2019…

Robson Luis
- 21
- 3
1
vote
1 answer
How to run Neural network developed in CNTK on a Azure Sphere board
I have a neural network developed using CNTK and I am looking for a way to have that neural network deployed on a Azure Sphere device. The network is an ANN and is not that compute intensive. Can anyone please point me to a tool or documentation on…

Sam
- 13
- 4
0
votes
0 answers
Is possible to send data from Azure Sphere MT3620 directly to a Azure MySQL database?
What I am looking for if there is information anywhere how this can be accomplished. Any documentions or tutorials?
My goal is to send data from Azure Sphere directly to Azure MySQL database.

ken76
- 11
- 2