If you enjoyed this video you will also find my free newsletter valuable. Join 2500+ subscribers to get weekly actionable tips on the architecture and development of IIoT solutions. → SUBSCRIBE HERE: www.industry40.tv
Sir please keep video to create uwp application c ,ur last video is different and now u have azure iothub cs file and and 2 cs files how to create them please say
UPDATE: You can now access a hosted version of Azure Digital Twins Explorer if you don't want to download it onto your machine. Here's the link to it: lnkd.in/dfA994M
hello, thank you, it’s very educational. I want to do the reverse path, that is to say send data from DT to Raspberrypi using node-red. do you have any idea how ?
Export the MatLab, Azure, Chat GPT, Revit, Plant 3D, Civil 3D, Inventor, ENGI file of the Building or Refinery to Excel, prepare Budget 1 and export it to COBRA. Prepare Budget 2 and export it to Microsoft Project. Solve the problems of Overallocated Resources, Planning Problems, prepare the Budget 3 with which the construction of the Building or the Refinery is going to be quoted.
Hello sir, I recommend you create your IoT Hub by selecting an F1: Free tier. Because this tier should be free for us to use. You can find it in IoT hub > Management > Scale tier and units > Pricing and scale tier > F1: Free tier.
When I send data to the IoT-Hub, I don't see the data update in the explorer. How can I check if the data is properly formatted, is send to the right place and is picked up by Digital Twins ?
Thanks for a brilliant tutorial. In my own learning, I've run the DeviceSimulator (as per the MS tutorial) which generates data in the IoT hub, as expected. The DT is also recording published events. Nevertheless, when I run the simulation, for some reason, the twin properties in the ADT Explorer aren't updating in the way that you showed. Any ideas?
@@jatinshukla7009thanks. The problem was a bug in the code for the IoTHubtoTwins function. I’ve now fixed that issue and the IoT data is now being transferred into the Azure Digital Twin
Is it possible to place a 3d model made in blender/inventor on the Azure Digital Twins Explorer platform? I would like instead to see a node (factory-pink) I would like to see a 3d animated model, is it possible?
Data streams from physical device to digital copy and we use that data for modelling.. anyhow the source of the data is physical device and we can model the data directly received from physical device. What is the need of digital device here?
Geat vid, lots of possibilities. Does the DT influence the plant or it runs only as a model, the only interaction being data transfer from plant to DT?
You can have the DT autonomously provide feedback into the plant, but maybe as a start, you'd want to have the DT suggest actions to a human being instead. Thanks for the feedback Moyo.
The concept of digital twin was first, in my opinion, used in the movie 2001 Space Odyssey. In the 90s I thought Bluetooth would be used for this type of function but I was wrong.
sir ,I can not understand last 5 minutes videos ,which is after connecting the raspberry pi. Can you please help me to getting the information on how to do.
Hi, first of all wonderful video. Secondly can you guide me how to use rest API. Actually i have to update the telemetry data (6 fields) around 30 thousand every minute so i am thinking to use patch but looks like it cannot help. Can u guide how to achieve it.
when i run npm install it keeps telling me 'npm' is not recognized as an internal or external command, operable program or batch file. what should i do?
Hello I am new to the Digital Twin World can you Please tell me what Learning path I should follow to learn ADT and DTDL and from where I can Learn those skills .
Thanks for the feedback, Goncalo. Just curious to find out why you'd want to send time-series data to a digital twin. If anything, data should be moving from DT to your time-series DB. And maybe only use time-series data for contextualising real-time information that is being sent to DT.
@@industry40tvonline well, the context is that I have timeseries data from a device, but not in real-time, only in datafile and I want to demo a DT of the device with this data to see it in the DT explorer or connect to the TSInsights and see it there
Very informative and great presentation. Hello from India. Keep rocking. Can you please create a video on security aspects around digital twin architecture? second, I don't find device twin explorer in Github, could you please update the link
Thanks for the demo. Can we have a digital twin only in the raspberry using containers? Can we have a digital twin only in the raspberry using containers? one container to collect data from the sensor and send this data to the other container which will display it with the description of the environment?
Thanks for watching, James. Basic coding skills are enough. What is more important is to know how to identify and bring together pre-built services to achieve a Digital Twin Solution.
All good till paste the URL of my azure instance , even thogh i downloaded node js and powershell it generates error - NO MSI CREDENTIAL, AZURE CLI Not found, do i need to install AZURE CLI as well
Thank you for making this video. I am following the steps but getting error messages in the code saying "JObject not recognized". Any guidance on this?
Thanks for the demo. Can you explain where we can see Telemetry data in explorer, and also how we can send telemetry data to digital twin. Also can we use JSON object as property type in twin model?
Thanks for the comment, Gowtham. It's not possible to see telemetry data on explorer as it requires backing storage. You can only see telemetry when you forward it to platforms like Time Series Insights. There are many ways of sending telemetry data to digital twin including the one I showed in the video which uses IoT Hub and Azure Functions.
Hi! I am a 3D Generalist, I came across DTDL. I am new to the programming Language. Can I learn directly the DTDL or is there any prerequisites needed before learning the json you told?
What changes do you have to make to get this setup working with an BME280 sensor? Is it only the Rasberry Pi script that needs to changed? Great tutorial!
Thank you, Ola. The idea is to publish the data to the IoT Hub connected to your function. It doesn't have to be a Raspberry pi, as long as your sensor has the capability to publish data to Azure IoT Hub it will work. So all you need to do is to repurpose the RPI script for your BME280 sensor.
I'm getting this error, how to fix it? npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! digital-twins-explorer@0.1.0 preinstall: `npx npm-force-resolutions` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the digital-twins-explorer@0.1.0 preinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\pravi\AppData\Roaming pm-cache\_logs\2023-09-10T14_43_13_615Z-debug.log
If you enjoyed this video you will also find my free newsletter valuable. Join 2500+ subscribers to get weekly actionable tips on the architecture and development of IIoT solutions.
→ SUBSCRIBE HERE: www.industry40.tv
This is BY FAR the best, most in depth video that I have seen on Digital Twins with Microsoft so far.
Thank you for the feedback, Keiarra. I'm glad you found the video useful.
Sir please keep video to create uwp application c ,ur last video is different and now u have azure iothub cs file and and 2 cs files how to create them please say
I see ZAR, you are also In South Africa! great video. Much appreciated!
Thank you, Retic.
UPDATE: You can now access a hosted version of Azure Digital Twins Explorer if you don't want to download it onto your machine. Here's the link to it: lnkd.in/dfA994M
Excellent end to end demo. Very generous of you. Does the DTML definition flow through to time series insights?
@@garthmcdonald6983 Thank you. Yes, you can integrate Azure Time Series Insights as the destination of your Azure Digital Twins Service's output.
unfortunately it gives error with the hosted version of Azure DT.
Sir how to create c# application on raspberry Pi in visual studio u didn't say that pls say
@@industry40tvonlinewhich programming language is used for azure function
This is super helpful and best video for Azure Digital Twin. Thank you!
Best youtube demo and education I have seen yet :)
Thank you for the feedback, thatboyzchary. It means a lot.
Thanks for your efforts mate. Very well structured and explained video.
hello, thank you, it’s very educational.
I want to do the reverse path, that is to say send data from DT to Raspberrypi using node-red.
do you have any idea how ?
Export the MatLab, Azure, Chat GPT, Revit, Plant 3D, Civil 3D, Inventor, ENGI file of the Building or Refinery to Excel, prepare Budget 1 and export it to COBRA. Prepare Budget 2 and export it to Microsoft Project. Solve the problems of Overallocated Resources, Planning Problems, prepare the Budget 3 with which the construction of the Building or the Refinery is going to be quoted.
You produce very good content. Greetings from Turkey
Thank you for watching and for your feedback, Mehmet.
Hello sir, I recommend you create your IoT Hub by selecting an F1: Free tier. Because this tier should be free for us to use. You can find it in IoT hub > Management > Scale tier and units > Pricing and scale tier > F1: Free tier.
Noted! Thanks for your feedback, Yongchang.
When I send data to the IoT-Hub, I don't see the data update in the explorer. How can I check if the data is properly formatted, is send to the right place and is picked up by Digital Twins ?
Very Informative and end to end implementation of Digital Twin. Impressive Demo . Keep it up .
I'm glad you found the video helpful. Thank you for the feedback.
Digital twin technology in health care analysis can u put one video
Excellent video on digital twin. Thanks for posting.
Thank you, Pritam. I'm glad you found the video useful.
looks interesting, but - what is it good for?
Why not just use normal database (where you can also save all history of measurements if needed).
Thanks for a brilliant tutorial. In my own learning, I've run the DeviceSimulator (as per the MS tutorial) which generates data in the IoT hub, as expected. The DT is also recording published events.
Nevertheless, when I run the simulation, for some reason, the twin properties in the ADT Explorer aren't updating in the way that you showed. Any ideas?
u get the zip file for digital twin explorer??
@@jatinshukla7009thanks. The problem was a bug in the code for the IoTHubtoTwins function. I’ve now fixed that issue and the IoT data is now being transferred into the Azure Digital Twin
Is it possible to place a 3d model made in blender/inventor on the Azure Digital Twins Explorer platform? I would like instead to see a node (factory-pink) I would like to see a 3d animated model, is it possible?
Good demo. The link to the Raspberry Pi Demo C# UWP Code appears to be broke though.
I've updated the link, you should be able to download it now. Thank you
thank you my dear friend :)
Hi there, how do i edit the codes for the last part of updating digital twin with real sensor data if im using a BME280 sensor instead of DHT11?
Data streams from physical device to digital copy and we use that data for modelling.. anyhow the source of the data is physical device and we can model the data directly received from physical device. What is the need of digital device here?
How did you set up the raspberry pi? What hardware are you using to connect the sensor to the raspberry pi?
Geat vid, lots of possibilities. Does the DT influence the plant or it runs only as a model, the only interaction being data transfer from plant to DT?
You can have the DT autonomously provide feedback into the plant, but maybe as a start, you'd want to have the DT suggest actions to a human being instead. Thanks for the feedback Moyo.
The concept of digital twin was first, in my opinion, used in the movie 2001 Space Odyssey. In the 90s I thought Bluetooth would be used for this type of function but I was wrong.
Thanks for your comment.
sir ,I can not understand last 5 minutes videos ,which is after connecting the raspberry pi. Can you please help me to getting the information on how to do.
Thank you very much. Both video and author are awesome!!
Thank you for your kind words, Saer. Much appreciated.
Nicely explained.Great work
Glad it was helpful, Mariappan.
Hi, first of all wonderful video. Secondly can you guide me how to use rest API. Actually i have to update the telemetry data (6 fields) around 30 thousand every minute so i am thinking to use patch but looks like it cannot help. Can u guide how to achieve it.
good morning sir, while npm run start in command prompt can not working. Please suggest me what should i do?
when i run npm install it keeps telling me 'npm' is not recognized as an internal or external command,
operable program or batch file.
what should i do?
Hello
I am new to the Digital Twin World
can you Please tell me what Learning path I should follow to learn ADT and DTDL and from where I can Learn those skills .
Thank you for this demo, a very helpful video.
I'm glad you found it helpful, Nourhene. Your feedback is appreciated.
Hi, great video! What if I already have a data file, in a time series forma. How do I send this data to the DT?
Thanks for the feedback, Goncalo. Just curious to find out why you'd want to send time-series data to a digital twin. If anything, data should be moving from DT to your time-series DB. And maybe only use time-series data for contextualising real-time information that is being sent to DT.
@@industry40tvonline well, the context is that I have timeseries data from a device, but not in real-time, only in datafile and I want to demo a DT of the device with this data to see it in the DT explorer or connect to the TSInsights and see it there
Great presentation - well done.
Thanks, Sashi. I'm glad you found the video useful.
Great content, but if only I can get past the errors i get when trying to run the digital twin explorer on local host
Does either c# or c++ work with digital twin development, or do I specifically need to learn JSON?
If I have a web service for example to send inputs to my digital twin, what should I use (instead of iOt hub)?
Which programming language is used in Azure function and raspberry pi code. What changes will occur if we use esp 32 instead of raspberry pi
This is an incredible video. I learned a lot. Thanks @Industry40tv.
Very informative and great presentation. Hello from India. Keep rocking. Can you please create a video on security aspects around digital twin architecture? second, I don't find device twin explorer in Github, could you please update the link
Thank you, Deepak. The link seems to be working okay. You can try it here: github.com/Azure-Samples/digital-twins-explorer/tree/main/
Thanks for the demo.
Can we have a digital twin only in the raspberry using containers?
Can we have a digital twin only in the raspberry using containers? one container to collect data from the sensor and send this data to the other container which will display it with the description of the environment?
Sir I wanted to create an instance on the azure digital explorer but I am facing difficulties...
May i ask if your digital twin is able to predict the future state of your set up?
at Azure Function stage, public async static void Run(..... showing the error on Run, why? How can I fix, Please?
Thanks in a million! Very well explained. This is the nth time that I am watching this again. Great content. Awesome. Grade: A++ 💥
Thank you so much for the feedback, John. I appreciate it.
thanks very nice demo. Is basic coding skills say of python is enough to use and apply digital twin tech or will I need advanced programing skills?
Thanks for watching, James. Basic coding skills are enough. What is more important is to know how to identify and bring together pre-built services to achieve a Digital Twin Solution.
@@industry40tvonline thanks for ur kind reply
could you update this project file with the more recent library includes? Thank so much
Hello, i am a civil engineer and cale across DTDL.I am new to DTDL.can i learn more about it?
Sir can i create a digital twin for a patient using the tools that u used?
All good till paste the URL of my azure instance , even thogh i downloaded node js and powershell it generates error - NO MSI CREDENTIAL, AZURE CLI Not found, do i need to install AZURE CLI as well
Thank you for making this video. I am following the steps but getting error messages in the code saying "JObject not recognized". Any guidance on this?
Exceedingly good work. Thank you!
Great demo
Thank you, Veerendra.
Sir i want to do digital twin for a code using solidity could u tell me how to do that plz
having public async static void Run gives an error
Can we develop human organs like heart using this Azure digital twin ?
Thanks for the demo.
Can you explain where we can see Telemetry data in explorer, and also how we can send telemetry data to digital twin.
Also can we use JSON object as property type in twin model?
Thanks for the comment, Gowtham. It's not possible to see telemetry data on explorer as it requires backing storage. You can only see telemetry when you forward it to platforms like Time Series Insights. There are many ways of sending telemetry data to digital twin including the one I showed in the video which uses IoT Hub and Azure Functions.
This is incredible
Thank you, Rohit. Glad you found it useful!
Hi what are your thoughts on fetch ai?
Thanks for making this video, very useful to understand the DT concepts.
Thank you, Kedav. I'm glad you found the video useful.
Great video!
Glad you enjoyed it, Robin.
💙 Thanks 💙
Thank you but the link to the Raspberry Pi Demo C# UWP Code appears to be broke though.
I've updated the link, you should be able to download it now. Thank you
I am getting authentication error while I am opening azure digital twins explorer
Very helpful, thanks
Glad it was helpful!
It's super helpful.
Glad it was helpful!
Thanks!
nice tutorial
Thank you. I'm glad you like it.
Hello sir
AMAZINGGGGGG . THX 🙏
You're welcome 😊
Hi! I am a 3D Generalist, I came across DTDL. I am new to the programming Language. Can I learn directly the DTDL or is there any prerequisites needed before learning the json you told?
You can learn directly. Thanks, Praveen.
What changes do you have to make to get this setup working with an BME280 sensor? Is it only the Rasberry Pi script that needs to changed? Great tutorial!
Thank you, Ola. The idea is to publish the data to the IoT Hub connected to your function. It doesn't have to be a Raspberry pi, as long as your sensor has the capability to publish data to Azure IoT Hub it will work. So all you need to do is to repurpose the RPI script for your BME280 sensor.
Thank you for your video.. I could replicate your solution.
Thank you for the feedback, Márcio. I'm glad to hear that.
Can you do this with arduino too?
Thank you for the suggestion. Will do.
👍
I'm glad you like the video sconnell194
Azure digital twin data owner can delete resource group?
19:14
que gonorrea!
Thank you
I'm getting this error, how to fix it?
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! digital-twins-explorer@0.1.0 preinstall: `npx npm-force-resolutions`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the digital-twins-explorer@0.1.0 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\pravi\AppData\Roaming
pm-cache\_logs\2023-09-10T14_43_13_615Z-debug.log