The situation in a nutshell: Arduino - collects data from sensors and transmits to Android. Android accepts them and, if necessary, issues a command to the Arduino, which executes them (for example, gives a signal to start the generator), etc. Zoo and the essence of the question:
- There is an Arduino DUE, with an APK on board, connected by a USB software port to the laptop. Here I actually correct the code in the Arduino IDE.
- There is an Asus tablet that is connected to the Arduino Due native port via an OTG cable. Accepts and transmits data in Android.Connect present.
- I am developing for Android in Android Studio.
Actually, how can I conduct and develop and debug the program on the Android device itself, without switching the wires?
