I need an android application that when it receives a mouse down event it takes the desktop mouse coordinates and outputs an 8 digit number which is the x y coordinates, as a numerical string via a USB port connected to an Arduino uno micro controller. All other mouse input and keyboard input must be ignored once the application launches. The application always stays on top of all other applications. The application should automatically launch and keep trying to connect to the Arduino until it connects. The baud rate should be 115200.
I would like to install with a standard APK, and if other tools are necessary to auto launch, that would be acceptable. It must run without any WIFI or internet connection.
I already have the Arduino back end and just need the Android APK to install and run. I know permissions will be a problem and am happy to entertain any work arounds (user intervention).
I would like to install with a standard APK, and if other tools are necessary to auto launch, that would be acceptable. It must run without any WIFI or internet connection.
I already have the Arduino back end and just need the Android APK to install and run. I know permissions will be a problem and am happy to entertain any work arounds (user intervention).