Programming Motor Telemetry

Motors and Telemetry

Recall that telemetry is the process of collecting and transmitting data. There is a lot of useful information our motors could send back to us, but to start let's have it output the power based on the joystick's movement.

Change the key parameter to "Motor Power"

When the OpMode is run the telemetry block will display the current power based on the joysticks movement. Give it a try!

Full Program

Last updated