Azure Sphere announcement
-
Link
In September, Azure Sphere was released for public preview. Today, Microsoft released the 18.11 update to the Azure Sphere Operating System, Azure Sphere Security Service, and Visual Studio development environment. This release includes substantial investments in the security infrastructure and connectivity solutions, and it incorporates some of your feedback.
Update to 18.11 Release
Because of changes to the security infrastructure, this release will require a manual update; over-the-air (OTA) update should be available for future releases. Download and install the new SDK and follow the instructions in the Release Notes to manually update your device to 18.11 and reconnect to Wi-Fi. If you previously configured OTA application deployment, you will need to create new feeds.
Upgrade your device OS and SDK as soon as possible. Devices that run the TP 4.2.1 release will have limited functionality. Please refer to the Release Notes for more information.
New Features
18.11 release includes support for new device functionality and adds new reference solutions. Please see the Azure Sphere Blog post for more details.
If you have any questions about this update, please post them here on Azure Sphere MSDN forum.
-
0 Votes
Can multiple high level apps talk to a single rt app?
I have a situation where I need one rt app to act as a message broker between several high level apps and an I2C bus with several connected peripherals. Is this possible?Answered | 11 Replies | 2217 Views | Created by JakeSays - Tuesday, April 21, 2020 9:33 AM | Last reply by AshokPeddakotla-MSFT - Monday, June 29, 2020 4:20 PM -
0 Votes
Connect VL53L0X sensor to MT3620
Hi, I'm starting to use Azure Sphere MT3620 and I have some doubts. (1) How could I implement the VL53L0X sensor with MT3620? I already saw the I2C ...Proposed | 6 Replies | 2484 Views | Created by Millena7 - Wednesday, May 13, 2020 7:57 PM | Last reply by SatishBoddu-MSFT - Wednesday, June 10, 2020 2:52 AM -
0 Votes
Setting up launch.vs.json with 1 HL and 2 RT apps
It is possible to do GDB Debugger (All Cores) with 1 HL and 1 RT app, and have it install/run both apps before launching into debug. Is it possible with 1 HL and 2 RT ...Proposed | 2 Replies | 1981 Views | Created by Rob Cabacungan - Thursday, May 7, 2020 4:19 AM | Last reply by AshokPeddakotla-MSFT - Thursday, June 4, 2020 3:07 AM -
1 Votes
Issue: Unexpected squiggle on HelloWorld_HighLevelApp
Prereq: Install Azure Sphere extension 1. Clone https://github.com/Azure/azure-sphere-samples.git 2. Open ...Unanswered | 4 Replies | 2009 Views | Created by MerlynopMSFT - Tuesday, March 3, 2020 12:46 AM | Last reply by António Sérgio Azevedo - MSFT - Tuesday, June 2, 2020 1:16 AM -
0 Votes
[Announcement] Azure Sphere Forum Migrated to Microsoft Q&A
All MSDN Azure Forums have moved to Microsoft Q&A platform to help our community members to find faster ...Discussion | 0 Replies | 1726 Views | Created by AshokPeddakotla-MSFT - Friday, May 29, 2020 7:40 AM -
0 Votes
Compile/Link of HelloWorld_RTApp_MT3620_BareMetal Sample
This is probably a simple question, I am using the sample at https://github.com/Azure/azure-sphere-samples/tree/master/Samples/HelloWorld/HelloWorld_RTApp_MT3620_BareMetal. I have ...Proposed | 3 Replies | 1953 Views | Created by jflynn_129 - Monday, May 4, 2020 3:51 PM | Last reply by António Sérgio Azevedo - MSFT - Tuesday, May 19, 2020 9:36 PM -
2 Votes
I want Azure Sphere Development kit connect to IoT Hub( Azure China) via DPS(Azure China),got error AZURE_SPHERE_PROV_RESULT_PROV_DEVICE_ERROR
I am trying connect Azure sphere connect to Azure IoT Hub via DPS by using demo https://codeload.github.com/Azure/azure-sphere-samples/zip/master I update the ...Proposed | 4 Replies | 1670 Views | Created by Shuzhen Yu - Monday, March 23, 2020 2:29 AM | Last reply by António Sérgio Azevedo - MSFT - Tuesday, May 19, 2020 1:56 PM -
0 Votes
[Announcement] Microsoft Q&A to replace all English Azure MSDN forums
Azure Sphere forum will be migrating to a new home on Microsoft Q&A ! We’ve listened to your feedback on how we can enhance the forum ... -
1 Votes
Get Device Twin On Boot Up
I have been unable to find a way to get the device twin from the back end using the Sphere SDK. I see that there is a way to be notified of any updates to the device twin, but in this case I need to ...Unanswered | 3 Replies | 1804 Views | Created by tcarter690 - Thursday, April 30, 2020 6:03 PM | Last reply by Neo (Yu) Xiong - Monday, May 18, 2020 10:01 AM -
0 Votes
AzureSphere as Websocket client using subprotocol
Hello, I would like to know if it is posible to connect to Websocket Server using Azure Sphere networking api. It would be TCP connection using websocket protocol ...Proposed | 2 Replies | 1822 Views | Created by Dariusz Bob - Sunday, May 3, 2020 10:28 AM | Last reply by Neo (Yu) Xiong - Tuesday, May 12, 2020 12:57 AM -
0 Votes
error: Could not send device capability configuration to device.
So I have updated the SDK for Visual Studio and the board using: "azsphere device recover" The board updated to OS version 20.03. Now when I try to ...Answered | 2 Replies | 1492 Views | Created by Tai-Min - Sunday, May 3, 2020 7:03 AM | Last reply by AshokPeddakotla-MSFT - Monday, May 4, 2020 4:28 PM -
0 Votes
HTTP server for LOCAL access
I checked the AzureSphere DHCP server capability for LOCAL network. https://docs.microsoft.com/en-us/azure-sphere/network/use-network-services This also provides ...Proposed | 1 Replies | 1703 Views | Created by Hiroyuki NAKAYAMA - Wednesday, April 22, 2020 4:24 AM | Last reply by António Sérgio Azevedo - MSFT - Tuesday, April 28, 2020 11:36 PM -
0 Votes
Can Azure Sphere device be configured as a TCP client over Ethernet (eth0)?
Hi, The TCP Echo Server sample work great. However, I have a requirement where I need my Azure Sphere device as a TCP client. I modified the private network ...Answered | 2 Replies | 1772 Views | Created by rp_de - Monday, March 23, 2020 12:29 PM | Last reply by António Sérgio Azevedo - MSFT - Monday, April 27, 2020 6:49 AM -
0 Votes
Log_Debug() characters getting backed up or buffered and not output right away (Visual Studio 2019)
We're seeing an issue where Log_Debug() output does not get displayed to the Visual Studio debug window right away. If another Log_Debug() call is executed (or some other unknown trigger), then ...Proposed | 5 Replies | 1831 Views | Created by BAWilless - Thursday, March 12, 2020 10:42 PM | Last reply by António Sérgio Azevedo - MSFT - Monday, April 20, 2020 9:56 AM -
1 Votes
Azure Sphere TCP Ports Issue / WARNING: failed to hand over the message to IoTHubClient
Hi, Build several examples from the Azure Samples and build some code for I2C and UART as well as the Ethernet interface. This worked all quite well, except for ...Unanswered | 9 Replies | 2041 Views | Created by Erik Ubels - Tuesday, March 24, 2020 3:10 PM | Last reply by António Sérgio Azevedo - MSFT - Monday, April 20, 2020 8:47 AM -
0 Votes
Cannot Telnet to port 2342 to see debug output after side load.
We are trying to follow these instructions to see debug output on 192.168.35.2 port 2342 via Telnet after sideloading an application with --debug option. However we keep getting connection ...Proposed | 2 Replies | 1673 Views | Created by maksimthedog - Tuesday, April 14, 2020 9:39 PM | Last reply by AshokPeddakotla-MSFT - Monday, April 20, 2020 4:56 AM -
0 Votes
Forgot email address for azure sphere?
How do i know that on which email address i first time login for azure sphere? What if i do not have that email address any more?Proposed | 4 Replies | 1888 Views | Created by NAEEM18 - Saturday, April 4, 2020 7:55 AM | Last reply by Max-44 - Thursday, April 16, 2020 11:21 AM -
0 Votes
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 ...Answered | 2 Replies | 1952 Views | Created by FaHinsen - Thursday, April 9, 2020 11:57 AM | Last reply by AshokPeddakotla-MSFT - Tuesday, April 14, 2020 9:30 AM -
3 Votes
identity provider 'live.com' does not exist in tenant 'OsTechnology'
azsphere login The error I get is: AADSTS50020: User account 'XXX@outlook.com' from identity provider 'live.com' does not exist in tenant 'OsTechnology' ...Proposed | 6 Replies | 29624 Views | Created by ac_4 - Saturday, September 29, 2018 3:52 AM | Last reply by Goldspeaker_the_original_one - Tuesday, April 7, 2020 8:43 PM -
0 Votes
Azure Sphere new user error
azsphere login --newuser <mrxxeem18@yahoo.com> The syntax of the command is incorrect.Proposed | 2 Replies | 1640 Views | Created by NAEEM18 - Saturday, April 4, 2020 7:53 AM | Last reply by AshokPeddakotla-MSFT - Tuesday, April 7, 2020 2:59 PM - Items 1 to 20 of 260 Next ›
Azure Sphere announcement
-
Link
In September, Azure Sphere was released for public preview. Today, Microsoft released the 18.11 update to the Azure Sphere Operating System, Azure Sphere Security Service, and Visual Studio development environment. This release includes substantial investments in the security infrastructure and connectivity solutions, and it incorporates some of your feedback.
Update to 18.11 Release
Because of changes to the security infrastructure, this release will require a manual update; over-the-air (OTA) update should be available for future releases. Download and install the new SDK and follow the instructions in the Release Notes to manually update your device to 18.11 and reconnect to Wi-Fi. If you previously configured OTA application deployment, you will need to create new feeds.
Upgrade your device OS and SDK as soon as possible. Devices that run the TP 4.2.1 release will have limited functionality. Please refer to the Release Notes for more information.
New Features
18.11 release includes support for new device functionality and adds new reference solutions. Please see the Azure Sphere Blog post for more details.
If you have any questions about this update, please post them here on Azure Sphere MSDN forum.