I am trying to get my EV3 Lego Mindstorm to turn left or right using the blocks available from the EV3Motor Component in App Inventor. I do not see any block that allows me to set two different motors different speeds or to turn one forward and the other motor backward to spin the robot.
I have not problem moving the robot forward or backward.
Hi, thanks for the reply. I do not see any block that allows me to set them independently.
In ChatGPT I found the following:
Call EV3Motors.MoveForward port = "B", power = 50, milliseconds = 1000
Call EV3Motors.MoveBackward port = "C", power = 50, milliseconds = 1000
However, there is no block called MoveForward or MoveBackward.