Basic Rover WASD controls

Hello,
I have just assembled my rover and have been running test Sketches, but with Sketch #2 I have no clue how to make my keyboard control the rover. The sketch is uploaded I just don’t know how to control it through the keyboard.

Any help is appreciated!

Hi Matt,

Welcome to our forums! After uploading Sketch 2 to your rover, you need to open the Serial Monitor in the Arduino IDE (under the Tools menu). In this window, you can send the WASD commands by typing one character and doing Send. Note that although the sketch is called WASD, you actually need to send only lowercase letters (w, a, s, d).

Cheers,

Thanks, that is awesome! I’m looking forward to many more challenges!

Thanks again,
Matt