Controlling mBot from arbitrary program, e.g., a Java application


#1

I’m a newcomer to both Arduino and Makeblock, by way of introduction …

I’d like to be able to write a Java program to (wirelessly) control an mBot, using perhaps JArduino (https://github.com/SINTEF-9012/JArduino). Is this possible or does it sound reasonably feasible?


#2

Yes, works. See an example for the communication part here … you just need to implement the control part in Java instead of MIT app inventor


#3