connecting to temi (follow the instruction on https://github.com/robotemi/sdk/wiki/Installing-and-Uninstalling-temi-Applications)
- connect to the same network as temi
- on temi - go to Settings -> Temi Developer Tools -> tap on ADB Port Opening.
- curl -k "https://TEMI_IP_ADDRESS:TEMI_PORT/grantAuth?pwd=PASS"
- adb connect <IP_ADDRESS>:
- adb start-server
- open this folder/project on android studio
First you need to setup your environment, in order to connect with Temi. You can follow the instructions under the official repository: Temi SDK
After that, you are able to run the application using Android Studio or directly from the command line.