Questions tagged [azure-sphere]

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.

44 questions
0
votes
1 answer

azuresphere real-time applications -- generating .image files from compatible, pre-built ELF (.out) files

i have a separate build-flow that can produce .out files for the MT3620/M4 core using the same gcc-arm compiler.... for reasons beyond the scope of this question, it's not practical for me to migrate this build-flow into cmake.... once i generate…
biosbob
  • 185
  • 1
  • 10
0
votes
1 answer

Is it possible to use the ICMP protocol with Azure Sphere Dev Kit?

At the moment I'm developing a network monitoring with the Azure Sphere Dev Kit. I'm using the MT3620 Dev Kit from Seeed. My problem at the moment is that I want to use ICMP packets to create something like ping but I always get the message that the…
0
votes
1 answer

first azsphere login with a guest user as global admin

Given two independent organizations Ciccio and Pierino, Ciccio has an AAD of which bepi@pierino.com is a guest user with the role of global administrator, Ciccio wants bepi@pierino.com to create the first Azure Sphere tenant... it is possible for…
0
votes
1 answer

Azure sphere error 'id returned 1 exit status'

I'm working on azure sphere, I did only two examples till now and I'm new two C, and this error(id returned 1 exit status) was not there previously, But now in every project other than blinking light(Azure Sphere demo project) I'm getting it. I…
0
votes
1 answer

Unable to find required project

Hi I installed the SDK for azure sphere properly and as I was looking for any trail projects i got some in Github. but as explained in that I need proper template in visual studio to start a project coding. but i'm only able to access two project…
0
votes
1 answer

Azure Sphere Doesn't send telemetry to Iot central IOTHUB_CLIENT_CONNECTION_NO_NETWORK

Hello I'm trying to run the MT3620 AzureIot sample to send data from my azure sphere MT3620 (Mini-devboard) to my Azure Iot Central. I followed all the steps of the tutorial:…
user10294434
0
votes
1 answer

Azure Sphere SDK Preview for Visual Studio failed

I recently tried to install the Azure Sphere SDK preview but it failed. I have Visual Studio 2019 installed on my laptop running Windows 10. Below are the logs: [56EC:1244][2019-06-09T11:13:27]i001: Burn v3.11.0.1701, Windows v10.0 (Build 17763:…
PKonstant
  • 834
  • 2
  • 15
  • 32
0
votes
1 answer

Azure Sphere MT3620 retry later to send to IoT hub

Trying to find any information regarding storing local information on Azure Sphere MT3620 device if the connection was lost. Some sort of failback storage for later retry? Example Try to send a timestamp that the button was press to Azure IoT…
Krister Johansson
  • 691
  • 2
  • 10
  • 34
0
votes
1 answer

multiple dev environments other than tenants

So lets say I want to stage my firmware to a select group of devices before I push my new firmware into production. I still want to push to stage via OTA. Something akin to the spheres dev and retail os feeds. Can I set this up for my organization…
xtreampb
  • 528
  • 6
  • 19
0
votes
0 answers

How does one perform a blocking read from the UART of an Azure Sphere?

I'm using the read method from the "unistd.h" header with a sleep of 1 second to read data from Azure Sphere's UART pins. Is there a built-in method of performing a blocking reading of UART data on the Azure Sphere?
0
votes
1 answer

Is there a way to tell the azsphere cli to use a specific com port?

I need to link the azsphere cli to a specific com port on my system. I'm using a Bluetooth <--> Uart device, a HC-05 to configure wifi connectivity on a Sphere project. It would be slick to use the azsphere cli over this connection, but I suspect…
-1
votes
1 answer

Can you ssh into an azure sphere MT-3620?

Is it possible to connect to some sort of shell on an MT-3620. I want to be able to see things like top and system performance.
-1
votes
3 answers

Unable to run the blink sample for Azure Sphere

I am getting the following error (see screenshot) after setting up my Azure Sphere and trying to run the Blink sample. Any ideas?Error
1 2
3