Hello everyone,
I am currently working with a Duet 2 WiFi. I have a sensor that can connect to a local WiFi network (similar to the one used by the Duet). I am exploring the possibility of integrating this sensor with the Duet board without requiring a physical connection between them.
For instance, I am interested in enabling the Duet board to recognize and interact with this wireless sensor when it receives an HTTP request to read its state. Essentially, I aim to have the Duet board dynamically include the wireless sensor in its list of sensors upon receiving such a request.
Is this feasible, and if so, what would be the best approach to achieve it?
Thank you for your insights and suggestions.