Hello @EE NTU ,
There are two streams of data in this solution:
- A device (with a unique DeviceID) emits telemetry to an IoT Hub (where the device is registered) and this telemetry flows through Azure Digital Twins and is outputted to some EventHub
- A hololens app is able to recognize devices and is capable of receiving and displaying the event hub data for one or more devices in the display
I agree with @Rob Caplan - MSFT , AOA is for the anchor logic only, you need to connect to the ADT service next to it (see this blog post about an extended hands-on lab).
So you need some extra 'glue' to send telemetry from the event hub to the hololens.
This could be eg. Websocket technology like Azure SignalR Service (which I recommend) or some MQTT service or a public accessible EventHub.