1 of 8

ROVER MOVEMENT

http://a9i.sg/ioty

2 of 8

Create A New Program

  1. Click on “File”
  2. Select “New Program”
  3. Give a file name

1

2

3

My Rover

3 of 8

Adding Extension

  • Click on “File”
  • Select “Load extension”
  • Install extensions:
  • stepper wheels
  • stepper wheels drive

1

2

4 of 8

Initialise All Components

5 of 8

Initialise All Components

disable the stepper controller to reduce battery consumption.�We’ll enable it back in the code later when running the motors.

6 of 8

Setup the Start Button (using Boot Button)

  • turn on the blue LED to indicate everything is ok
  • wait until boot button is pressed
  • turn of the blue LED

7 of 8

Program the Robot Movement

section for the desired robot movement code

8 of 8

Rover Comes Alive

for non-autonomous robot, only select these 3 blocks for the robot movement