「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicrosofttech.osscons.jp/]]」は、「[[Open棟梁Project>https://github.com/OpenTouryoProject/]]」,「[[OSSコンソーシアム .NET開発基盤部会>https://www.osscons.jp/dotNetDevelopmentInfrastructure/]]」によって運営されています。 -戻る --[[Microsoft Azure IoT]] ---[[Azure IoT Hub]] ---[[Azure IoT Edge]] ---[[Azure IoT Central]] ---[[Azure IoT Hub DPS>Azure IoT Hub Device Provisioning Service]] ---Azure Digital Twins * 目次 [#l131e3b4] #contents *概要 [#n71ef58e] デバイスツインはプロパティのやりとり [[デジタルツイン>https://dotnetdevelopmentinfrastructure.osscons.jp/index.php?IoT#q8814d15]]のソリューション -人、デバイス、センサーなどの関係性を追跡し、~ これらの相互作用をモデル化する空間インテリジェンス機能を提供。 -デバイスから送信されるテレメトリ・データを基に、~ データの検証、照合、計算などのプロセスを踏み、通知やイベントを自動的に生成。 *詳細 [#vb37b222] **Properties と Tags [#ue8de2c2] ***Desired Properties [#a77f99ab] -IoT Hub側が更新できる。 -削除したいときはNullを設定 -"IoT Hub→デバイス"の情報として例えば以下の様なデバイスに希望する状態を通知。 --メッセージの送信頻度の設定 --収集してほしいログレベルの設定 ***Reported Properties [#j46afb83] -デバイス側が更新できる。 -削除したいときはNullを設定 -"デバイス→IoT Hub"の情報として例えば以下の様なデバイスの状態を通知。 --アプリのバージョン --バッテリー残量 ***IoT Hub側だけで使うTags [#l8675888] **Azure IoT Plug and Play [#da2b1902] Digital Twin定義言語に基づき、公開機能モデルを通じたデバイス統合を簡素化。 -Azure Certified for IoT Device Catalogの表示 -[[Azure IoT Hub]]と[[Azure IoT Central]]の両方との相互運用性 *参考 [#zef66252] **qiita.com [#vf9d47ea] -Microsoft Learn 「Azure Digital Twins と Unity を使用して~ Mixed Reality デジタルツインを構築する」 を試してみた --(前編)~ https://qiita.com/Futo_Horio/items/4f28db08a12698248be9 --(後編)~ https://qiita.com/Futo_Horio/items/f63a00279d1c49ee44b8 **microsoft.com [#nb664599] -Azure IoT Hub デバイス ツインについて~ https://learn.microsoft.com/ja-jp/azure/iot-hub/iot-hub-devguide-device-twins -Azure IoT Hub モジュール ツインについて~ https://learn.microsoft.com/ja-jp/azure/iot-hub/iot-hub-devguide-module-twins -Azure Digital Twins のドキュメント~ https://docs.microsoft.com/ja-jp/azure/digital-twins/ --IoT Hub からテレメトリを取り込む - Azure Digital Twins~ https://docs.microsoft.com/ja-jp/azure/digital-twins/how-to-ingest-iot-hub-data -Microsoft Learn 「Azure Digital Twins と Unity~ を使用してMixed Reality デジタルツインを構築する」~ --解説 (Azure IoT Hub編)~ https://qiita.com/miyaura/items/14812caf737afd48a460 --解説 (Azure Digital Twins編)~ https://qiita.com/miyaura/items/dc78983d7094038e9f29 --にAzure Mapsをアドオンしてみよう~ https://qiita.com/miyaura/items/dde60667a8e72fa14377 ---- Tags: [[:クラウド]], [[:IoT]], [[:Azure]]