<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>IoT Devices topics</title>
    <link>https://techcommunity.microsoft.com/t5/iot-devices/bd-p/HardwareEngineering</link>
    <description>IoT Devices topics</description>
    <pubDate>Wed, 22 Apr 2026 01:27:06 GMT</pubDate>
    <dc:creator>HardwareEngineering</dc:creator>
    <dc:date>2026-04-22T01:27:06Z</dc:date>
    <item>
      <title>Zigbee Dongle vs. Dedicated Gateway for Azure IoT: An Architecture Choice</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/zigbee-dongle-vs-dedicated-gateway-for-azure-iot-an-architecture/m-p/4474068#M433</link>
      <description>&lt;P&gt;Hello Azure IoT Community,&lt;/P&gt;&lt;P&gt;I'm deep into the architecture phase of a large-scale smart building project, using&amp;nbsp;&lt;STRONG&gt;Azure IoT Hub&lt;/STRONG&gt;&amp;nbsp;as our central command. We're incorporating numerous Zigbee-based sensors and actuators for energy and environment monitoring. A critical debate has emerged:&amp;nbsp;&lt;STRONG&gt;should we rely on a centralized Zigbee USB dongle, or deploy distributed, dedicated Zigbee gateways like the OWON SEG-X5?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This decision impacts system resilience, cloud integration efficiency, and long-term operational stability.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;The Core Trade-off: Simplicity vs. Resilience&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;&lt;STRONG&gt;Option A: The Centralized Dongle Approach&lt;/STRONG&gt;&lt;BR /&gt;This model uses a USB dongle connected to a gateway server, which becomes the sole coordinator for the Zigbee network before relaying data to IoT Hub.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;The Appeal:&lt;/STRONG&gt;&amp;nbsp;Low initial cost and simplicity for prototyping.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The Scalability Risk:&lt;/STRONG&gt;&amp;nbsp;This creates a&amp;nbsp;&lt;STRONG&gt;Single Point of Failure (SPOF)&lt;/STRONG&gt;. If the host server needs maintenance or encounters an issue, the entire Zigbee network—and all dependent automations—go offline. For a commercial building, this is a critical operational risk.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Option B: The Distributed Gateway Architecture&lt;/STRONG&gt;&lt;BR /&gt;This model employs dedicated, standalone Zigbee gateways (e.g.,&amp;nbsp;&lt;A class="lia-external-url" href="https://www.owon-smart.com/zigbee-gateway-zigbeeethernetble-seg-x5-product/" target="_blank"&gt;&lt;STRONG&gt;OWON SEG-X5&lt;/STRONG&gt;&lt;/A&gt;) deployed across different zones or floors. Each forms its own robust mesh and connects directly to&amp;nbsp;&lt;STRONG&gt;Azure IoT Hub&lt;/STRONG&gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;The Resilience Gain:&lt;/STRONG&gt;&amp;nbsp;Faults are isolated. One gateway’s maintenance affects only its zone.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;The Edge Intelligence Advantage:&lt;/STRONG&gt;&amp;nbsp;Modern gateways can process data and execute rules locally. For instance, a gateway can directly process inputs from a&amp;nbsp;&lt;STRONG&gt;Zigbee Door/Window Sensor (DWS 312)&lt;/STRONG&gt;&amp;nbsp;and a&amp;nbsp;&lt;STRONG&gt;Multi-Sensor (PIR 323)&lt;/STRONG&gt;&amp;nbsp;to trigger a local light switch, all without a round-trip to the cloud. This aligns perfectly with the Azure IoT Edge paradigm, ensuring responsiveness and offline operation.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Streamlined Cloud Integration:&lt;/STRONG&gt;&amp;nbsp;Gateways like the SEG-X5 come with integrated&amp;nbsp;&lt;STRONG&gt;MQTT API&lt;/STRONG&gt;&amp;nbsp;support, allowing them to send structured data directly to IoT Hub, simplifying device management and message routing in the cloud.&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;&lt;STRONG&gt;A Practical Insight from an ODM Case Study&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;Our experience as an&amp;nbsp;&lt;STRONG&gt;IoT ODM manufacturer&lt;/STRONG&gt;&amp;nbsp;has shown this shift in practice. In a project akin to the&amp;nbsp;&lt;STRONG&gt;Hotel Room Management&lt;/STRONG&gt;&amp;nbsp;case in our portfolio, the initial design using a central server with dongles presented reliability concerns. The final solution utilized distributed&amp;nbsp;&lt;STRONG&gt;OWON SEG-X5 Zigbee Gateways&lt;/STRONG&gt;&amp;nbsp;in each hotel wing.&lt;/P&gt;&lt;P&gt;These gateways managed all in-room devices—from&amp;nbsp;&lt;STRONG&gt;Smart Sockets (WSP 406 series)&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;Light Switches (SLC series)&lt;/STRONG&gt;&amp;nbsp;to&amp;nbsp;&lt;STRONG&gt;Thermostats (PCT 504)&lt;/STRONG&gt;—locally. They used their&amp;nbsp;&lt;STRONG&gt;MQTT API&lt;/STRONG&gt;&amp;nbsp;to send consolidated occupancy and energy data to the building's cloud platform (integrated with IoT Hub). The result was a system where guest room automation remained functional despite network fluctuations, and maintenance could be performed per wing without building-wide impact.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Conclusion and Discussion&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;For proof-of-concepts, dongles are sufficient. For production-grade, scalable deployments where uptime is critical, dedicated gateways provide the necessary architectural foundation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I'm keen to hear from the community:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In your Azure IoT solutions, how have you integrated non-IP protocol devices like Zigbee?&lt;/LI&gt;&lt;LI&gt;What strategies do you employ to balance edge processing with cloud analytics?&lt;/LI&gt;&lt;LI&gt;For those using gateway architectures, how do you handle device provisioning and security at scale?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you're interested in the technical specifics of how Zigbee gateways interface with cloud platforms, including API structures and network design considerations, we've elaborated on these topics in a technical overview on our site:&amp;nbsp;&lt;STRONG&gt;[&lt;A class="lia-external-url" href="https://www.owon-smart.com/news/zigbee-dongles-vs-gateways-how-to-choose-the-right-network-coordinator/" target="_blank"&gt;Zigbee Dongles vs. Gateways: How to Choose the Right Network Coordinator&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;]&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Looking forward to a fruitful discussion.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 07:38:13 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/zigbee-dongle-vs-dedicated-gateway-for-azure-iot-an-architecture/m-p/4474068#M433</guid>
      <dc:creator>DavidLu</dc:creator>
      <dc:date>2025-12-01T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Routing on IOT Edge</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/routing-on-iot-edge/m-p/4368251#M427</link>
      <description>&lt;P&gt;Hi, I have a problem that I have been dealing with for quite some time. Trying to put a "where" in a routing for AZIOT edge hub. have tested this which works. FROM /messages/* WHERE $connectionModuleId = 'noded' INTO BrokeredEndpoint("/modules/testjob/inputs/edgehub") . But what I want to do is a "where" against appProperties. I have tried every conceivable "syntax" for this?? Inserts an example message.&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&amp;nbsp;&lt;BR /&gt;&amp;nbsp; "message": {&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "systemProperties": {&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "contentType": "application/json",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "contentEncoding": "UTF-8",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "iothub-message-source": "deviceMessages",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "iothub-enqueuedtime": "2017-05-08T18:55:31.8514657Z"&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; },&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "appProperties": {&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "processingPath": "{cold | warm | hot}",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "verbose": "{true, false}",&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "severity": 1-5,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "testDevice": "{true | false}"&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; },&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "body": "{\"Weather\":{\"Temperature\":50}}"&amp;nbsp;&lt;BR /&gt;&amp;nbsp; }&amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Thanks for any help I can get. Can't find any documentation for this?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 07:16:01 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/routing-on-iot-edge/m-p/4368251#M427</guid>
      <dc:creator>Staffan01</dc:creator>
      <dc:date>2025-01-20T07:16:01Z</dc:date>
    </item>
    <item>
      <title>IOT device event twin change</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/iot-device-event-twin-change/m-p/4198876#M419</link>
      <description>&lt;P&gt;What are the ways to catch IOT device event twin change in azure? I want to send notification or execute something like function app, when device twin event occur and reported property get change. I am using .net 8 and azure.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;let me know all possible ways.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavin Bhesaniya.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 12:18:09 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/iot-device-event-twin-change/m-p/4198876#M419</guid>
      <dc:creator>Bhavin163884</dc:creator>
      <dc:date>2024-07-23T12:18:09Z</dc:date>
    </item>
    <item>
      <title>Detect IOT device twin report property and execute notification</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/detect-iot-device-twin-report-property-and-execute-notification/m-p/4195928#M418</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I am seeking for the help to achieve one functionality for my IOT device. I have crated one Azure IOT device under azure IOT hub.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now on the device twin whenever my device report property get change( any property), It should send some event notification to the end user.&lt;BR /&gt;What is the best way to achieve this? I want to use Azure event grid but the template is not available in message routing you can see below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i use Event Hub then there is a risk to increase latency.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;let me know if there is any other way to get this with lowest latency.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavin Bhesaniya.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 08:55:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/detect-iot-device-twin-report-property-and-execute-notification/m-p/4195928#M418</guid>
      <dc:creator>Bhavin163884</dc:creator>
      <dc:date>2024-07-19T08:55:34Z</dc:date>
    </item>
    <item>
      <title>CNCF project Akri usage survey and latest update</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/cncf-project-akri-usage-survey-and-latest-update/m-p/4127445#M416</link>
      <description>&lt;P&gt;We are looking to improve Akri and want to learn more about your experience with it! &lt;STRONG&gt;Please help us with a &lt;A href="https://forms.office.com/r/4KVgxnttE1" target="_blank"&gt;3 minutes survey&lt;/A&gt;&lt;/STRONG&gt; if you have tried/evaluated Akri for leaf device discovery.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information about Akri, visit the &lt;A href="https://github.com/project-akri/akri" target="_blank"&gt;Akri GitHub&lt;/A&gt; or check our &lt;A href="https://www.youtube.com/watch?v=ZZfDne7gMMI" target="_blank"&gt;presentation at KubeCon 2024&lt;/A&gt;. To learn what’s new for Akri, check our latest release:&amp;nbsp; &lt;A href="https://github.com/project-akri/akri/releases/tag/v0.12.20" target="_blank"&gt;v0.12.20&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 14:53:14 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/cncf-project-akri-usage-survey-and-latest-update/m-p/4127445#M416</guid>
      <dc:creator>hschang</dc:creator>
      <dc:date>2024-04-30T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Problem with running Azure spatial-analysis container</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/problem-with-running-azure-spatial-analysis-container/m-p/4077879#M414</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create and run Azure spatial analysis container on my desktop machine. Everything should be running fine according to IoT Hub. But i'm not getting any output and when looking to logs of the spatial-analysis module i saw this error a lot:&lt;/P&gt;&lt;PRE&gt;2024-03-06T19:46:45.429562642Z &amp;lt;warning&amp;gt; 93 [VIDEO_INGESTER-cognitiveservices_vision_spatialanalysis_1.store.spatialanalysisgraph.videosource] cognitiveservices_vision_spatialanalysis_1 Error: Failed to allocate shared buffer. Skipping frame. 
2024-03-06T19:46:45.501593175Z &amp;lt;warning&amp;gt; 93 [VIDEO_INGESTER-cognitiveservices_vision_spatialanalysis_1.store.spatialanalysisgraph.videosource] cognitiveservices_vision_spatialanalysis_1 Failed to get CUDA handle: cudaIpcGetMemHandle failed with error 2 
2024-03-06T19:46:45.502484545Z &amp;lt;error&amp;gt; 93 [VIDEO_INGESTER-cognitiveservices_vision_spatialanalysis_1.store.spatialanalysisgraph.videosource] cognitiveservices_vision_spatialanalysis_1 Cannot create cuda shared buffer. Size: 6684672 &lt;/PRE&gt;&lt;P class=""&gt;I have no idea what to do also this is report from nvidia-smi:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 530.30.02              Driver Version: 527.99       CUDA Version: 12.0     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                  Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf            Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 3060 L...    On | 00000000:01:00.0  On |                  N/A |
| N/A   55C    P8               16W / 115W|   2609MiB /  6144MiB |     28%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A        34      G   /Xwayland                                 N/A      |
+---------------------------------------------------------------------------------------+&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 22:55:11 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/problem-with-running-azure-spatial-analysis-container/m-p/4077879#M414</guid>
      <dc:creator>Richard270</dc:creator>
      <dc:date>2024-03-06T22:55:11Z</dc:date>
    </item>
    <item>
      <title>I just received my Vision AI DevKit camera but failed to complete initial onboarding.</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/i-just-received-my-vision-ai-devkit-camera-but-failed-to/m-p/4013395#M413</link>
      <description>&lt;P&gt;The camera boots up solid red then blinking green indicating it is on my wifi network. But I do not see anything that is familiar. How do I restart the onboarding or how do I reset the camera.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 02:49:56 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/i-just-received-my-vision-ai-devkit-camera-but-failed-to/m-p/4013395#M413</guid>
      <dc:creator>kclubb</dc:creator>
      <dc:date>2023-12-20T02:49:56Z</dc:date>
    </item>
    <item>
      <title>Getting started with Zephyr RTOS on the MXChip IoT DevKit</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/getting-started-with-zephyr-rtos-on-the-mxchip-iot-devkit/m-p/3813562#M410</link>
      <description>&lt;P&gt;Zephyr RTOS now has support for the very popular&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;MXChip AZ3166 IoT DevKit&lt;/STRONG&gt;!&lt;/P&gt;&lt;P&gt;I have just posted the following short video on my&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.youtube.com/@BenjaminCabe" target="_blank" rel="noreferrer noopener"&gt;YouTube channel&lt;/A&gt;, and I encourage anyone interested in trying out Zephyr RTOS on the MXChip DevKit to watch it and give the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.zephyrproject.org/latest/develop/getting_started/index.html" target="_blank" rel="noreferrer noopener"&gt;Zephyr Getting Started&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Note: The Wi-Fi chip isn't supported yet, but contributions are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=GiDsMlRipJY" target="_blank"&gt;https://www.youtube.com/watch?v=GiDsMlRipJY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 14:47:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/getting-started-with-zephyr-rtos-on-the-mxchip-iot-devkit/m-p/3813562#M410</guid>
      <dc:creator>kartben_</dc:creator>
      <dc:date>2023-05-05T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Firmware update MS Azure IoT Starter kit</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/firmware-update-ms-azure-iot-starter-kit/m-p/3686576#M399</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;I am trying to download the firmware for the Vision AI Microsoft Azure IoT Starter Kit, but I get an error when trying to download the firmware from &lt;STRONG&gt;&lt;A href="https://store.altek.com.tw/downloads/Azure-IoT-Starter-Kit" target="_blank" rel="noopener"&gt;https://store.altek.com.tw/downloads/Azure-IoT-Starter-Kit &lt;/A&gt;- anyone else that has problems downloading the firmware?&lt;/STRONG&gt;:&lt;/P&gt;&lt;H1&gt;This item might not exist or is no longer available&lt;/H1&gt;&lt;DIV&gt;&lt;DIV&gt;This item might have been deleted, expired, or you might not have permission to view it. Contact the owner of this item for more information.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 Nov 2022 21:15:32 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/firmware-update-ms-azure-iot-starter-kit/m-p/3686576#M399</guid>
      <dc:creator>christtz</dc:creator>
      <dc:date>2022-11-29T21:15:32Z</dc:date>
    </item>
    <item>
      <title>Learning resources IoT</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/learning-resources-iot/m-p/3671649#M395</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone have any recommendations on learning resources regarding IoT Hardware (kind of devices, sensors), networking, protocols, security etc. Paid or free, both are ok.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kr&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:52:24 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/learning-resources-iot/m-p/3671649#M395</guid>
      <dc:creator>TomClaes</dc:creator>
      <dc:date>2022-11-08T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Active community here?</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/active-community-here/m-p/3626082#M391</link>
      <description>&lt;P&gt;I'm wondering whether this community is active or not.&lt;/P&gt;&lt;P&gt;View counts even slowly, but no answers or comments.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did MS discard this developer kit?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 02:44:05 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/active-community-here/m-p/3626082#M391</guid>
      <dc:creator>FAyoungwha</dc:creator>
      <dc:date>2022-09-14T02:44:05Z</dc:date>
    </item>
    <item>
      <title>Azure Vision AI developer kit issues</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/azure-vision-ai-developer-kit-issues/m-p/3620250#M390</link>
      <description>&lt;P&gt;Very weird it is!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;FW version:&amp;nbsp;v0.5370&lt;/P&gt;&lt;P&gt;2. module twin described at&amp;nbsp;&lt;A href="https://azure.github.io/Vision-AI-DevKit-Pages/docs/Deploy_Model_using_Module_Twin/" target="_blank"&gt;https://azure.github.io/Vision-AI-DevKit-Pages/docs/Deploy_Model_using_Module_Twin/&lt;/A&gt;&amp;nbsp;does not work to me&lt;/P&gt;&lt;P&gt;3. I recovered it from a brick yesterday, but stuck today again.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Very simple actions, rebooting couple of times via adb during module twin.&lt;/P&gt;&lt;P&gt;4. very hard to boot at bootloader for fastboot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any good ideas or pick my mistakes?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 07:20:48 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/azure-vision-ai-developer-kit-issues/m-p/3620250#M390</guid>
      <dc:creator>FAyoungwha</dc:creator>
      <dc:date>2022-09-08T07:20:48Z</dc:date>
    </item>
    <item>
      <title>custom vision cannot choose object deteionc + compact domain for VAIDK</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/custom-vision-cannot-choose-object-deteionc-compact-domain-for/m-p/3618086#M386</link>
      <description>&lt;P&gt;I'm testing CustomVision with VAIDK as following "&lt;A href="https://azure.github.io/Vision-AI-DevKit-Pages/docs/Tutorial-HOL_Using_the_VisionSample/&amp;quot;" target="_blank" rel="noopener"&gt;https://azure.github.io/Vision-AI-DevKit-Pages/docs/Tutorial-HOL_Using_the_VisionSample/"&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Image Classification project does not problem at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when it comes to object detection, I cannot choose compact domain for VAIDK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Found this page:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/select-domain" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/select-domain&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cannot run VAIDK + object detection with custom vision here?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 08:21:32 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/custom-vision-cannot-choose-object-deteionc-compact-domain-for/m-p/3618086#M386</guid>
      <dc:creator>FAyoungwha</dc:creator>
      <dc:date>2022-09-06T08:21:32Z</dc:date>
    </item>
    <item>
      <title>Factory reset eInfochips Vision AI devkit</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/factory-reset-einfochips-vision-ai-devkit/m-p/3617958#M385</link>
      <description>&lt;P&gt;Newly installed this devkit.&lt;/P&gt;&lt;P&gt;And while testing custom model, I need to restore factory reset image.&lt;/P&gt;&lt;P&gt;- 5 secs power button and 'factory reset', failed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 12 secs power button someone said as a hint, failed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas about it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;--------------&lt;/P&gt;&lt;P&gt;After lots of try, I did FW updating!&lt;BR /&gt;However, during the job, by some failure devkit was stuck.&lt;BR /&gt;It does not boot anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lsusb return "Bus 001 Device 071: ID 05c6:900e Qualcomm, Inc."&lt;BR /&gt;But adb cannot detect anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At windows, some device is detected as QUSB_BULK_SN:9Fxxxx .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway to initialize this developer kit?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 06:12:34 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/factory-reset-einfochips-vision-ai-devkit/m-p/3617958#M385</guid>
      <dc:creator>FAyoungwha</dc:creator>
      <dc:date>2022-09-06T06:12:34Z</dc:date>
    </item>
    <item>
      <title>IoT edge package on linux</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/iot-edge-package-on-linux/m-p/3572710#M381</link>
      <description>&lt;P&gt;I am having issues installing the IoT edge runtime on a linux debian device. I followed the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/iot-edge/how-to-provision-single-device-linux-symmetric?view=iotedge-2020-11&amp;amp;tabs=azure-portal%2Cubuntu" target="_self"&gt;microsoft docs guide&lt;/A&gt;&amp;nbsp;to install IoT Edge runtime and managed to install the "&lt;SPAN&gt;packages-microsoft-prod.deb". However, when I tried to run "sudo apt-get install aziot-edge defender-iot-micro-agent-edge", it gave me an error that both packages were not located. Could it be that I am still missing a resource?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 08:11:45 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/iot-edge-package-on-linux/m-p/3572710#M381</guid>
      <dc:creator>Tiaan-S</dc:creator>
      <dc:date>2022-07-14T08:11:45Z</dc:date>
    </item>
    <item>
      <title>Public preview: Azure Percept DK June (2206) software update</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/public-preview-azure-percept-dk-june-2206-software-update/m-p/3562302#M380</link>
      <description>&lt;P&gt;New OS/firmware&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/software-releases-over-the-air-updates" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;over the air (OTA) package&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/software-releases-usb-cable-updates" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;USB cable update image&lt;/A&gt;&amp;nbsp;are in public preview. Review the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/how-to-determine-your-update-strategy" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;update strategy guidance&lt;/A&gt;&amp;nbsp;before&amp;nbsp;choosing between the two update methods.&amp;nbsp;Updates are highly recommended in order to keep your device up to date with latest fixes and features. Learn more in the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-software-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;release notes&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For latest container updates, please refer to the&amp;nbsp;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-container-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;container release notes&lt;/A&gt;&lt;/U&gt;&amp;nbsp;and follow the instruction there to update the container through Azure Percept Studio.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 07:19:19 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/public-preview-azure-percept-dk-june-2206-software-update/m-p/3562302#M380</guid>
      <dc:creator>James_Hsiao</dc:creator>
      <dc:date>2022-06-30T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Public preview: Azure Percept DK May (2205) software update</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/public-preview-azure-percept-dk-may-2205-software-update/m-p/3469953#M379</link>
      <description>&lt;P&gt;New OS/firmware&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/software-releases-usb-cable-updates" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;USB cable update image&lt;/A&gt;&lt;/U&gt;&amp;nbsp;are in public preview. Review the&amp;nbsp;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/how-to-determine-your-update-strategy" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;update strategy guidance&lt;/A&gt;&lt;/U&gt;.&amp;nbsp;Updates are highly recommended in order to keep your device up to date with latest fixes and features. Learn more in the&amp;nbsp;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-software-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;release notes&lt;/A&gt;&lt;/U&gt;.&lt;/P&gt;
&lt;P&gt;For latest container updates, please refer to the&amp;nbsp;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-container-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;container release notes&lt;/A&gt;&lt;/U&gt;&amp;nbsp;and follow the instruction there to update the container through Azure Percept Studio.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 03:03:04 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/public-preview-azure-percept-dk-may-2205-software-update/m-p/3469953#M379</guid>
      <dc:creator>James_Hsiao</dc:creator>
      <dc:date>2022-06-06T03:03:04Z</dc:date>
    </item>
    <item>
      <title>Support needed - VisionAIDevKit device remains offline repeatedly after 1st successful connection</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/support-needed-visionaidevkit-device-remains-offline-repeatedly/m-p/3461354#M378</link>
      <description>&lt;P&gt;I could configure Vision AI DevKit and could see Webstream successfully only ONCE. For past 3 days, I'm not able to connect to Wi-Fi again. The steps followed and results are as follows;&lt;BR /&gt;1. Plugged in the VisionAIDevKit in the USB port.&lt;BR /&gt;2. All LEDs turn stable RED.&lt;BR /&gt;3. After 5 minutes, all LEDs turn stable GREEN.&lt;BR /&gt;4. Status shown: This device is offline.&lt;BR /&gt;5. As the device is not flashing RED, tried pressing the power button for 5 seconds to turn on the VisionAISDevKit hardware access point, nothing changed. Then pressed for 10 seconds and LEDs turned all stable RED.&lt;BR /&gt;6. After 2-3 minutes, LEDs turn stable GREEN, no status change, shows Offline.&lt;BR /&gt;7. After safely removing from USB, LEDs remain GREEN.&lt;BR /&gt;8. After about 3 minutes the camera turns Power Off mode (LEDs Off).&lt;/P&gt;&lt;P&gt;I'm not able to proceed. Please can you help.&lt;BR /&gt;Thanking you in advance,&lt;BR /&gt;Prasad Jaywant&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 17:06:03 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/support-needed-visionaidevkit-device-remains-offline-repeatedly/m-p/3461354#M378</guid>
      <dc:creator>PrasadJaywant</dc:creator>
      <dc:date>2022-06-02T17:06:03Z</dc:date>
    </item>
    <item>
      <title>Grid-Eye Eval Kit bootloader</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/grid-eye-eval-kit-bootloader/m-p/3288998#M376</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;I have an issue with Grid-Eye Eval Kit (Panasonic production). I could not connect it to the PC with USB port. The PC cannot recognize it to perform the application and also COM port. I have installed USB driver, but no reaction from PC! It seems to have a bootloader on the MCU but I don't know how to solve it. Anybody has solution for this problem ? Thank you for helping me.&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 08:29:41 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/grid-eye-eval-kit-bootloader/m-p/3288998#M376</guid>
      <dc:creator>Omidrb</dc:creator>
      <dc:date>2022-04-19T08:29:41Z</dc:date>
    </item>
    <item>
      <title>Azure Percept DK March (2202) software update is available</title>
      <link>https://techcommunity.microsoft.com/t5/iot-devices/azure-percept-dk-march-2202-software-update-is-available/m-p/3269720#M375</link>
      <description>&lt;P&gt;New OS/firmware&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/software-releases-over-the-air-updates" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;over the air (OTA) package&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/software-releases-usb-cable-updates" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;USB cable update image&lt;/A&gt;&amp;nbsp;are in public preview. Review the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/how-to-determine-your-update-strategy" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;update strategy guidance&lt;/A&gt;&amp;nbsp;before&amp;nbsp;choosing between the two update methods.&amp;nbsp;Updates are highly recommended in order to keep your device up to date with latest fixes and features. Learn more in the&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-software-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;release notes&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For latest container updates, please refer to the&amp;nbsp;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/azure-percept/azure-percept-devkit-container-release-notes" data-bi-an="body" data-bi-tn="undefined" target="_blank"&gt;container release notes&lt;/A&gt;&lt;/U&gt;&amp;nbsp;and follow the instruction there to update the container through Azure Percept Studio.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 03:17:18 GMT</pubDate>
      <guid>https://techcommunity.microsoft.com/t5/iot-devices/azure-percept-dk-march-2202-software-update-is-available/m-p/3269720#M375</guid>
      <dc:creator>James_Hsiao</dc:creator>
      <dc:date>2022-03-29T03:17:18Z</dc:date>
    </item>
  </channel>
</rss>

