Wireless sensor implementation.
-
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.
-
@olympio what will you be using to trigger the duet to trigger the Wifi read? This is probably better handled in possible by the overall control software. Adding this to RepRapFirmware would be quite a significant bit of work.