166 questions with Azure Sphere tags

Sort by: Updated
3 answers

Cmake failure with 20.11 AzureSphere SDK

With the latest 20.11 SDK cmake fails as 20.11 has not been added to the set of supported SDK versions in /opt/azurespheresdk/CMakeFiles/AzureSphereToolchainBase.cmake AzureSphereToolchainBase.cmake:set(sdks_2004_or_later "20.04"…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-03T10:53:39.113+00:00
Steve Osselton 21 Reputation points
commented 2021-02-22T11:33:41.763+00:00
Steve Osselton 21 Reputation points
1 answer One of the answers was accepted by the question author.

DD4 and DD7 pins functions on FT4232HQ

DD4 connected LEDs and DD7 connected the jumper on FT4232HQ on Azure Sphere Standalone FTDI Interface Board. https://github.com/Azure/azure-sphere-hardware-designs/blob/master/P-FTINT-1-1/P-FTINT-1-1.PDF But DD4 and DD7 NOT connected on Azure Sphere…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2021-01-21T08:21:00.7+00:00
matsujirushi 636 Reputation points MVP
commented 2021-02-12T00:23:29.537+00:00
matsujirushi 636 Reputation points MVP
1 answer

Use GitHub action to create a deployment

I have setup a GitHub action to build my application using these guidelines. It works perfectly and the imagepack is available as an artifact. I am now stuck as I do not know the best way to deploy my app to the devices. I would like to create a…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2021-01-08T09:37:41.567+00:00
Peter Bons 151 Reputation points
answered 2021-01-30T02:41:28.4+00:00
António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
1 answer

Integrating Azure Sphere with our IoT application

Que- 1: How we can integrate Azure Sphere part in application? Que -2: what are all the public APIs are available to automate the Azure Sphere in any application?

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
asked 2021-01-08T04:22:56.563+00:00
brija 1 Reputation point
commented 2021-01-30T02:36:28.37+00:00
António Sérgio Azevedo 7,666 Reputation points Microsoft Employee
1 answer

AZSphere Trouble connecting to network

So i am having the same problem - i am unable to get the device to attach to the network, is there some trick to getting internet access or did i miss something. azsphere device wifi show-status SSID : AEgir-Development …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2021-01-20T20:36:24.213+00:00
Roger Mahler 226 Reputation points
commented 2021-01-25T14:39:06.593+00:00
AshokPeddakotla-MSFT 30,516 Reputation points
1 answer One of the answers was accepted by the question author.

Contributor role user cannot delete Product/DeviceGroup

Hi, Contributor role user cannot delete Product/DeviceGroup using Azure Sphere Publlic API. Is it normal? デバイスグループ、プロダクトが削除できない https://github.com/matsujirushi/AzureSphereExplorer/issues/11 Product - Delete @Azure SPhere Public API …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-21T01:13:41.24+00:00
matsujirushi 636 Reputation points MVP
accepted 2021-01-22T00:23:25.887+00:00
matsujirushi 636 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Azure Sphere not connecting to the Internet / MQTT-C

I am attempting to get the MQTT-C running on the Azure Sphere device - https://github.com/xiongyu0523/azure-sphere-mqtts - but somewhere in the process things have gotten a little out of alignment: this is what i am seeing in the cli... azsphere device…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2021-01-20T14:44:28.967+00:00
Roger Mahler 226 Reputation points
accepted 2021-01-20T16:28:14.527+00:00
Roger Mahler 226 Reputation points
1 answer

Uploading an image for Azure Sphere public API

We are trying to automate to make use of the API to upload an image to Sphere. The API documents the image should be sent as a byte array, but it doesn't look like our script is successful in uploading, as the get async operation doesn't seem to return…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-08T09:03:17.173+00:00
Adam Dolman 6 Reputation points
commented 2021-01-14T16:00:12.15+00:00
QuantumCache 20,261 Reputation points
1 answer One of the answers was accepted by the question author.

Pass cmd line arguments to device application

I am using docker to build my azure sphere app, according to this. In my app I connect directly to an azure function. Authentication is done using a key and I do not want to store this key in my code as it is available in a public GitHub repo. I have…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-31T09:02:05.613+00:00
Peter Bons 151 Reputation points
commented 2021-01-06T13:25:32.267+00:00
Peter Bons 151 Reputation points
0 answers

Not able to connect Azure Sphere with IoT Central

Hi, I have Azure Sphere Dev Kit which is claimed in my tenant. I used the device under IoT Hub (Which I disabled now under IoT Hub --> IoT Devices). Now I am trying to use my sphere device with x509 certificate and its verified also on Azure IoT…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
asked 2020-12-08T11:23:18.003+00:00
NarenderSingh 61 Reputation points
commented 2020-12-24T11:49:03.017+00:00
NarenderSingh 61 Reputation points
1 answer One of the answers was accepted by the question author.

How to use the ContinuationToken

Hi, In Device Group List API, I got some of the results and ContinuationToken. I want to get the rest of the results, but I don't know how to do it. Could you tell me what to refer to? …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-11-26T09:42:37.083+00:00
matsujirushi 636 Reputation points MVP
commented 2020-12-20T01:25:12.127+00:00
matsujirushi 636 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Azure Sphere MT3620 dev kit FTDI chip example

I am working on a project involving a client device that spits out serial data over a USB port. The client device will talk to any FTDI interface that is plugged in. Neither I nor my team are hardware developers so I was wondering if anyone has any…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-10T17:47:50.137+00:00
Mark Scott 46 Reputation points
commented 2020-12-16T02:03:46.127+00:00
Chandranmsft 856 Reputation points
1 answer

Dual hosting Ethernet+WiFi, get IP address(es) programatically

Using azsphere device wifi show-status I can easily determine the WiFi IP address of the device. Can I do the same for the ethernet interface from the command line? This is useful to do if the address is allocated by an external DHCP e.g. on a router. …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-11-25T15:50:00.227+00:00
bill chadwick 136 Reputation points
commented 2020-12-14T08:13:01.297+00:00
AshokPeddakotla-MSFT 30,516 Reputation points
1 answer One of the answers was accepted by the question author.

AADSTS50020 - Error while Loggin in Azure Sphere Dev Kit

Request Id: 119b86d9-ceab-4068-8fb6-a116de1a8f00 Correlation Id: 5f8ddad6-8b28-460e-8c43-4074cd1e34b8 Timestamp: 2020-12-06T14:06:23Z Message: AADSTS50020: User account 'azsphere@varnit.onmicrosoft.com' from identity provider…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-12-06T14:10:25.793+00:00
NarenderSingh 61 Reputation points
commented 2020-12-08T05:45:45.31+00:00
NarenderSingh 61 Reputation points
2 answers One of the answers was accepted by the question author.

Revoke or disable a tenanted Azure Sphere device

Revocation might be needed for example to prevent sensor data spoofing from a stolen device or perhaps following in-field device replacement (old device to be deactivated) etc. How could an indivdual Sphere Device be 'revoked'? How quickly could…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-11-27T08:51:48.357+00:00
bill chadwick 136 Reputation points
answered 2020-12-04T04:18:27.757+00:00
neo xiong 11 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Sphere user accessible storage

I'm working on an IoT project and need a definitive answer on the amount of user addressable storage on the Azure Sphere MT 3620 chip. This page here says "Azure Sphere MCUs include a minimum of 4MB of integrated RAM and 16MB of integrated flash…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
393 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
212 questions
asked 2020-12-02T18:01:18.837+00:00
Mark Scott 46 Reputation points
commented 2020-12-02T23:25:04.847+00:00
Mark Scott 46 Reputation points
1 answer

Azure Sphere SDK error when developing on Visual Studio project

Hello, I've been developing with the Seeed MT3620 Azure Sphere and working to attach an ArduCAM SPI camera to the board and upload images to an Azure Blob. It's been going great so far, but I have encountered an error which is being flagged from…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-11-03T17:03:44.71+00:00
Owen Atkinson 41 Reputation points
commented 2020-11-30T07:35:11.287+00:00
AshokPeddakotla-MSFT 30,516 Reputation points
2 answers

Azure Sphere - UDP recv returned Resource temporarily unavailable

I am experiencing issue with udp reception msg_len = sendto(sock_down, (const char*)buff_req, sizeof buff_req, MSG_CONFIRM, (const struct sockaddr*)&hostaddr, sizeof(hostaddr)); clock_gettime(CLOCK_MONOTONIC, &send_time); …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-09-25T01:35:19.22+00:00
yash chabria 21 Reputation points
answered 2020-11-25T18:13:00.34+00:00
Mark Radbourne 6 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

undefined reference to `DeviceAuth_GetCertificatePath' in 20.10

Az Sphere 20.10 Linking is giving undefined reference to `DeviceAuth_GetCertificatePath' C:/Program Files (x86)/Microsoft Azure Sphere SDK/Sysroots/7/tools/gcc/real-ld.exe: CMakeFiles/PrivateNetworkServices.dir/main.c.obj: in function main': …

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-11-18T16:18:57.713+00:00
bill chadwick 136 Reputation points
accepted 2020-11-25T13:00:17.003+00:00
bill chadwick 136 Reputation points
1 answer One of the answers was accepted by the question author.

remove user from sphere tenant, company migrated to Office 365

I need to remove a user from Azure Sphere. The user registered using a company email that was assigned to a Microsoft Tenant user. The company has since migrated to Office 365 using Active Directory sync. The existing registered user was removed so…

Azure Sphere
Azure Sphere
An Azure internet of things security solution including hardware, operating system, and cloud components.
166 questions
asked 2020-10-08T22:59:05.507+00:00
Doug Hardy 31 Reputation points
commented 2020-11-16T22:07:28.763+00:00
QuantumCache 20,261 Reputation points