I am trying to make an app that has simply two buttons one to move the large motor of the ev3 and one to stop it.
- I used ListPicker before and after
- I used bluetooth client 1
- Two buttons
The connection works as far as i can see but when i click on the button an error occurrs.
I tried two techniques. One is to use EV3Motors and when button clicked call ev3motors.
Rotationinduration any number sent to power i recieves run time error wrong arguments.
Another way is to write a program in ev3 that recieves a message in a loop and switch block. If forword the tank move when stop stop motor.
In app i used event on click send text forword. When i click the bitton error 516 unable to write.
What is the correct code to move a motor using the app. Using EV3 in mit or not