# Speed Racer

This is a robot designed for speed, use your skills to beat the other racers.

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/speed.png)

### Building Instrutions and Sample Programs

[Building Instructions](https://bit.ly/12In1SumobotBuildingInstruction)

[Speed Racer-Joyfrog Controller](https://makecode.microbit.org/_H0udau4FrYqW)

[Speed Racer-Microbit Controller](https://makecode.microbit.org/_XcR2kH8iqMmY)

[Speed Racer-Robot](https://makecode.microbit.org/_WjWYEHPJJW4c)

### Sample Wire

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/speed_wire.png)

### Operating the Robot

#### JoyFrog Controller:

1. The robot should show a red light and the controller should show a cross (X) when the power is switched on.
2. Press A to pair the robot, the robot should show a green light upon successful pairing.
3. Use the joystick for movement.

#### Microbit Controller:

1. The robot should show a red light and the controller should show a cross (X) when the power is switched on.
2. Press A+B to pair the robot, the robot should show a green light upon successful pairing.
3. Use the accelerometer for movement, press A to stop the car, B to lock the steering.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sharinghub-eng.kittenbot.hk/educational-kit-sets/sumobot-12-in-1-kit/sumobot-12-in-1-model-instructions/speed-racer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
