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

How to get list of azsphere device wifi show-status?

I am getting for single device for below command azsphere device wifi show-status SSID : xxxxxxx Configuration state : enabled Connection state : connected Security state : psk Frequency : 2xxx Mode : station Key management : WPA2-PSK WPA State :…
Bandolero
  • 3
  • 2
0
votes
1 answer

'azsphere tenant list' command error occurred

To check Azure Sphere tenant list, I used azsphere tenant list command, but an error occurred like below. >azsphere tenant list --verbose The command failed with an unexpected error. Here is the traceback: No section: 'sphere' Traceback (most recent…
inmile
  • 23
  • 5
0
votes
2 answers

Device messages are being used but are not forwarded to builtin endpoint in Azure IOT Hub

I am a novice using Azure Iot Hub, and am trying to send messages from an Azure Sphere device to IotHub. If I look at the Metrics section in IotHub, i can see tht for the metric "Total Number of messages used", records are indeed arriving. If…
manuel mourato
  • 801
  • 1
  • 12
  • 36
0
votes
3 answers

Azure Sphere is not able to connect to Edge device -- TLS handshake failed

I am trying to configure and setup Azure Sphere device as child device to a IoT Edge device in nested fashion. Following is the procedure Followed this link…
Jeevan
  • 1
0
votes
1 answer

Azure Sphere - Quectel BG96 LTE AT Command - Azure IoT Device Provisioning Service - MQTT

I have an azure sphere application connected and pushing telemetry to Azure IoT device provisioning service with inbuilt wifi module available in MT3620 MCU. I followed this article to achieve…
0
votes
1 answer

Mikroe RS485 Click with Azure Sphere - Issue sending and receiving byte arrays using RS485

I am using Avnet Azure sphere board with RS485 click board connected. In RS485 Click the GPIO PWM is made high to send RS485 signal from Click board and GPIO PWM is made low to receive RS485 signal. The problem here is for sending the request it…
0
votes
0 answers

unsigned char array breaks at zero bytes in Azure Sphere SDK when passing to a function

I am using (1)Azure Sphere MT3620 Starter Kit and (2)RS485 CLICK 5V and (3)Geovan Board Here is the setup (I don't have latest picture, so #2 is swapped to first slot in the MT3620) My MT3620 is registered all good with Azure IoTHub and pushing all…
HaBo
  • 13,999
  • 36
  • 114
  • 206
0
votes
3 answers

When char array is passed to a method, the array looses its value

I have method which accepts "constant char*" as a parameter. But when I pass the below array to the method "*SendUartMessage(int uartFd, const char dataToSend)**" only first two hexadecimal values are showing inside the method in the parameter. To…
0
votes
3 answers

Can I use Ethernet to program Wi-Fi credentials on an Azure Sphere?

Is it possible to use Ethernet to set a user-provided Wi-Fi SSID and PSK on an Azure Sphere device in production? If so, how would I go about this, just speaking very generally? I'm looking for a solution to allow customers to set Wi-Fi credentials…
user2062604
  • 247
  • 3
  • 16
0
votes
0 answers

Azure Sphere SDK Install Error 0xc0000005

I'm on a Surface Book 3 running Windows 10 build 21292, attempting to install the Sphere SDK downloaded from here. The Azure Sphere splash screen pops up when I run the exe, but immediately goes away. In Event Viewer, I see the following error with…
0
votes
1 answer

Azure Sphere logging

For Sphere devices, we can vscode/cli to deploy, debug and see logs of the application [1]. But later (say I kept it running for 24 hours and comes back), if I wish to see application logs, it looks like, I don't have a way. Is there a way to see…
kiranpradeep
  • 10,859
  • 4
  • 50
  • 82
0
votes
2 answers

Invisible and locked Breakpoint in Sphere SDK for vs code

I'm trying to get started with microsoft's azure sphere development. When I try to debug any of the starter projects within vs code, it tells me that I have a breakpoint set on the first line of the app. However, vs code doesn't show any…
0
votes
1 answer

Unable to use Azure Sphere device as TCP Client

The TCP Echo Server sample from the Azure Sphere Samples at github works great and I am able to use my PC or a raspberryPi as a TCP client and communicate to the TCP echo server at the sphere device. However, I have a requirement where I need my…
RaviPathak
  • 263
  • 1
  • 3
  • 10
0
votes
1 answer

Azure Sphere (Seeed Studio) updated to 20.01 but now can not enable developer mode

I moved my device to retail eval for 20.01 but now can not deploy an app from Visual Studio 2019. When I run azsphere device enable-development output is (note id's have deliberately been corrupted for posting here): Getting device group…
0
votes
1 answer

Azure Sphere OS version updated to wrong version and I cannot deploy applications anymore

I was running the Azure Sphere Blink1 project template without a problem, both with local debugging and deploying the application. But then my Avnet Azure Sphere OS updated from 19.10 to 19.11. But after that I wasn't able to deploy the application…
Larry Meyer
  • 90
  • 1
  • 9