107 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
39
views
How to fix 403 when accessing a blob with a proxy
I'm trying to embed Azure Dgital Twins 3d scene into a React application, using this exact repo
https://github.com/malichishti/adt-3d-embedder-app
The app uses msal to authenticate with the azure ...
0
votes
1
answer
196
views
Connecting Azure Digital Twin update to IoT Hub
I am currently working on a part of a project that needs me to somehow send changes in digital twin property to IoT Hub and then to Node Red. I have seen a few sample projects that are similar but ...
0
votes
1
answer
85
views
I m trying to replicate a digital twin model in IOT using contiki OS and cooja simulator , how to create a network topology with intermediate nodes?
We want to know how exactly to replicate a model from a research paper in contiki. The problem while creating 3 source nodes, intermediate nodes and a sink node is packets are sent directly also to ...
0
votes
1
answer
2k
views
Can you use the godot engine with a react js web app?
Im looking at building an in browser digital twin application using React JS, and am looking into possible options for rendering a 3D model which the user can freely manipulate and move the camera ...
0
votes
1
answer
730
views
Unable to deploy NodeJS and React Application on Azure Web App
I am working on the a NodeJS and React application, getting generated from the below command:
npm install @microsoft/iot-cardboard-js@beta.
Detailed Link: https://github.com/microsoft/iot-cardboard-js/...
-1
votes
1
answer
167
views
How to download the manufacturing ontology for integrating with my digital twins models from GitHub?
I am working on my digital twins models for a simulated manufacturing environment. I've found a manufacturing ontology on GitHub, but I don't know how to download and import it into my project.
The ...
0
votes
1
answer
334
views
Ingest telemery data from Azure IoT Hub to Digital Twins using Python Error
I would like to send the telemetry data from the IOT hub to Azure digital twins using Python instead of C#( I don't have experience with C#), but I can't get it.
I have followed the complete example ...
0
votes
1
answer
184
views
Issue receiving simulated Node.js simulated telemetry data from IoT Hub to ADT Explorer
I am still pretty new to digital twins/IoT and am currently working on a digital twin solution using simulated data from the IoT Hub VS Code extension. I can successfully send the simulated telemetry ...
0
votes
1
answer
252
views
Azure IotHub deviceTwin property changes
We are currently facing an issue with our configured Event Hub, which is set up to listen for changes in the IoT Hub device twin. Our problem arises when we update the reported section of the device ...
0
votes
1
answer
140
views
How to make a case insensitive query in Azure Digital Twins
So I have this code in C# that performs a query in DT
query = digitalTwinsClientInstance.QueryAsync<BasicDigitalTwin>(
@$"SELECT Child, Child.$metadata.$model
...
0
votes
2
answers
462
views
Query Azure Digital Twins for specific parameters
I am using using Azure Digital Twins, I would like to query the twin to only return properties that is currently relevant for me.
I can get all data for a specific twin using the API GetByID or query ...
0
votes
1
answer
265
views
Do Azure digital twins support date time query?
I am working with Azure digital twins where we ahve a property called 'TimeOfEvent', the property is being updated together with other properties. Now I would like to query the Digital Twin to find ...
1
vote
2
answers
592
views
how to get telemetry data from iothub to Azure Digital Twins
I would like to send the telemetry data from the IOT hub to Azure digital twins, but I can't get it. I have tested the complete example from Microsoft (https://learn.microsoft.com/en-us/azure/digital-...
0
votes
1
answer
258
views
How to programmatically add a new element in Azure Digital Twin
Hi I'd like to link a 3d Object to a Twin programmatically, either via the SDK or REST API. Currently in Azure Digital Twins you're able to manually link the 3d Object to a Twin via the Scene Studio, ...
0
votes
1
answer
423
views
How to render rail or train tracks in Azure Maps at all zoom levels?
I am trying to render train locations in Azure Maps. To give more context to the train locations I would like to show the train tracks. However, by default, train tracks only appear when very zoomed ...