I have a project at work where I need to build something similar to a 3D printer but instead of printing, I have a series of sensors on a sledge. This means I have movement in x, y and z axes. Each movement will be controlled with one or more motors via an Arduino Uno (my choice). The whole thing should be controlled with a tablet runnning B4A.
As I cannot use cable connections, I need another system linking the Arduinos to the tablet. My question is: Can I do this with Wifi, which would be my preference and if so how?
I cannot see how to make an app which talks to three different IP addresses at the same time (apart from a chat!).
I don't think bluetooth would work as in the environment where I am working, something disturbs bluetooth connections.
Any help would be appreciated.