FPU related build error on MT3620 RT Core FreeRTOS example
Hello, When I build an FreeRTOS example on github(https://github.com/MicrosoftDocs/Azure-Sphere-Developer-Learning-Path/tree/master/Lab_5_FreeRTOS_Environment) There is an build error as below. and it seems that it's related to the…
Azure Sphere
Is it possible to use the same resource(e.g GPIO) on each core (HL/RT core)?
Hello, regarding the resource of app_manifest.json, I wonder if I can use the same hardware resource on each core (HL/RT core) with different IDs(e.g GPIO 8/ GPIO9)? I mean that if there is an app__manifest.json of HL core and app__manifest.json of RT…
Azure Sphere
C++ with Azure Sphere SDK
Hello, I wonder if Azure Sphere SDK supports C++. I can't find an stdc++ library on Sysroots of the Azure Sphere SDK directory. my simple blink C++ project can't build as below since can't find the stdc++ library. Blink *blink = new…
Azure Sphere
Regaring the Networking_IsNetworkingReady()
Hello, first of all, this is my environment. I used an Wifi AP which only support private network. that means Public Internet access can't support. when my MT3620 board connected the Wifi AP, I confirmed the MT3620 obtained IP successfully. but, when I…
Azure Sphere
How to use our Azure Sphere FTDI programmer as a Com port device to use UART?
Hello, We are using FTINT 1.1 version FTDI programmer for our Azure sphere custom device with FT4232H mini module. We have programmed the programmer and it works. The programmer's 4 converter A, B, C, D is visible but we cannot see it as a Com port…
Azure Sphere
Receive cloud to device message in Azure starter kit device
Hi. We use Avnet Azure starter kit device and we are trying to receive the c2d message from the device. How can check the c2d message in the device and is there any code sample that my azure device can use to get it? We know how to send the c2d message,…
Azure Sphere
Azure IoT Hub
Azure Sphere MT 3620 device and Visual Studio problem.
I purchased Azure Sphere MT 3620 device and followed the installation guide, but can't deploy any program to the device in Visual Studio 2022.The following error message appears "There are no Azure Sphere devices attached". My FTDI drivers are…
Azure Sphere
Do they still manufacture Azure Sphere MT3620 devices?
Do they still manufacture Azure Sphere MT3620 devices or is there any replacement device in the near future? Are there ny other similar devices like Azure Sphere MT3620 that can be used with Azure Sphere?
Azure Sphere
[Azure Sphere] build error for Azure Sphere example(Blink)
Hello, I'm trying to build the blink example for Azure Sphere as following the link. …
Azure Sphere
Data from Azure Sphere MT3620 directly to a Azure MySQL database?
Is possible to send data from Azure Sphere MT3620 directly to a Azure MySQL database?
Azure Sphere
Azure Database for MySQL
How to use Azure sphere device as a wifi access point
Hi. We want to add/change wifi credentials of our device through phone after the initial setup at the factory. Is there any way to use the Azure sphere device as wifi access point. Thank you
Azure Sphere
Azure IoT SDK
Account Rebirth for Azure Sphere
Hi, I had a virtual company created in Azure. I was claimed to my device (AVNET Azure Sphere MT3620 Development Kit), developer mode turned on, and a sample Blink app uploaded. Everything works fine. After a few years I returned to the…
Azure Sphere
Azure Sphere MT3620 device to Azure MySQL database?
Is it possible in any way to send sensor data from Azure Sphere MT3620 device to Azure MySQL database?
Azure Sphere
Azure Sphere - How to read and write 16-bit register using I2C
I am new to this field. I saw an example of read and write 8-bit register using I2C. How to read and write a 16-bit address register? Example: the register address is 0x0158, how to use I2CMaster_Read to read the value Example: the register address is…
Azure Sphere

Azure Sphere: IoTHubDeviceClient_LL_SendEventAsync() queuing behavior?
We have a customer developing an Azure Sphere based solution and they are working through some failure scenarios specifically as they pertain to the WiFi network. I think other Azure Sphere developers will also have these questions so I wanted to…
Azure Sphere
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 :…
Azure Sphere
Azure Internet of Things
Azure IoT Hub
D2C messages sending retry mechanism on Azure Sphere
Hi, everyone. I am developing an application that runs on Azure Sphere and I faced an issue with my current implementation. The main problem is that SDK destroys any pending message in the queue upon disconnection. So I came to the point of implementing…
Azure Sphere
Azure IoT SDK
Whether Sphere OS can be ported on low end microcontrollers & microprocessors
Whether Sphere OS can be ported on low end microcontrollers & microprocessors? As we are already using Azure cloud, whether it’s available for us without any additional charges
Azure Sphere
How to move Azure sphere device to another device group using API
Hi. I have used the C# code provided in this below link to run public API's and it worked. public-api-overview But when I tried the move device API, it didnt work. Please let me know whether I have to make any changes for these asynchronous…
Azure Sphere
Azure Internet of Things
HTTPS_Curl_Multi example not working when Azure Sphere is not connect to the debugging interface
Hi, I've developed with the USI Azure Sphere Dev Kit Board, and the installed SDK version is 21.10. I'm running with the HTTPS_Curl_Multi example code, to meet the requirement, I change the URL to the internal server, and set curl_easy_setopt…