Hey everyone — I’m thinking about using Armory3D to build a visualization that reacts to live sensor data from an IoT device (like motion or temperature sensors). I recently looked at this ESP32 motion-sensor project https://www.theengineeringprojects.com/2022/03/iot-based-motion-detection-with-email-alert-using-esp32.html and wondered if the data stream could feed directly into Armory’s update loop to drive animations or object states.
I’ve seen several Arduino-forum and Raspberry Pi-project threads where people push sensor data to a server or MQTT broker — some even use websockets or HTTP to stream values — but I haven’t found many examples combining this with a real-time 3D engine. Has anyone tried something similar with Armory? What’s the workflow you used (polling, websocket, REST API), and did you notice latency or synchronization issues inside the engine’s frame updates?