Hi,
I have a challenge and I need your help.
I have a board (like a chess board) with X,Y coordinates. Say the board is 1x1 meters with 10 equal X sections and 10 equal Y sections (so each square on this board is 10x10cm).
I have a few objects on this board, for example, little toy cars red, blue, and green.
All cars are placed on the same initial square.
I want to ‘instruct’ the red car to move certain number of squares (right/left) and certain number of squares (up/down) so that the car goes to a new square on this board.
I want to figure out how do I instruct each car to move to a specific square without affecting other cars, and how do I recognize that a car reached the destination square on the board. How can I actually know that a car did not get stuck in the middle for instance? What technology would you recommend? Perhaps RFID? Cameras? Something else?
The objects cannot be hooked with wires to a 'central processor' so they got to communicate using some wireless connection.
What would you do if you needed to avoid 'obstacles' on the board (you know where those obstacles are on the board).
Many thanks for your help.