Skip to main content
added 106 characters in body
Source Link
roaibrain
  • 221
  • 1
  • 10

I have just written a java algorithm to get a chess move when a chess move is inputted in SAN notation the algorithm used : Monte Carlo. Is it possible to integrate this program with an Arduino mega .and How?

My mega will be getting inputs from a sensory board and I want to send these inputs to the java program without using any additional board.

Note:
By integrate I mean that the Java program should run in the Arduino mega itself

Can anyone suggest a solution?

I have just written a java algorithm to get a chess move when a chess move is inputted in SAN notation the algorithm used : Monte Carlo. Is it possible to integrate this program with an Arduino mega .

My mega will be getting inputs from a sensory board and I want to send these inputs to the java program without using any additional board.

Can anyone suggest a solution?

I have just written a java algorithm to get a chess move when a chess move is inputted in SAN notation the algorithm used : Monte Carlo. Is it possible to integrate this program with an Arduino mega and How?

My mega will be getting inputs from a sensory board and I want to send these inputs to the java program without using any additional board.

Note:
By integrate I mean that the Java program should run in the Arduino mega itself

Can anyone suggest a solution?

Source Link
roaibrain
  • 221
  • 1
  • 10

Integrating Java program with arduino mega is it possible?

I have just written a java algorithm to get a chess move when a chess move is inputted in SAN notation the algorithm used : Monte Carlo. Is it possible to integrate this program with an Arduino mega .

My mega will be getting inputs from a sensory board and I want to send these inputs to the java program without using any additional board.

Can anyone suggest a solution?