> For the complete documentation index, see [llms.txt](https://irseeker.buildingblockrobotics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irseeker.buildingblockrobotics.com/board-overview/spike-v3.md).

# SPIKE V3

{% hint style="info" %}
[Download](https://s3.amazonaws.com/www.buildingblockrobotics.com/firmware/firmware2-2.uf2) (May 15th, 2023) the Beta Version for the V3 release of SPIKE. Please use the upgrade [instructions](/updates/firmware.md) to update your board. This version will only appear as a colour sensor.
{% endhint %}

{% hint style="info" %}
For V1 Boards with no DIP Switches, please use this version: [Version 2.2 for V1 Boards](https://s3.amazonaws.com/www.buildingblockrobotics.com/firmware/firmware-v1-2-2.uf2) (May 15th, 2023)
{% endhint %}

### Version 2.1:

The latest version update of the sensor uses the following switches:

#### Spike Mode: DIP Switch 1

DIP Switch 1 ON - This will allow the sensor to work with SPIKE Prime V3.&#x20;

<div align="left"><img src="/files/HcfRUqdNldhf9QoO03JH" alt="SPIKE MODE - Use DIP 1"></div>

This mode will make the sensor appear as if it is a colour sensor.

The following table shows the values that can be used to program your robot.

| Block  | Description                                                                                                                                              |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Colour | <p>Red - No Ball, </p><p>Yellow - Ball a little distance away<br>Blue - Ball is close</p>                                                                |
|        |                                                                                                                                                          |
| Red    | Signal Strength of the ball                                                                                                                              |
| Green  | Best Sensor of the ball (0-12) - 0 = ball not found                                                                                                      |
| Blue   | <p>Angle of the ball relative to the sensor.<br>Direct in front is 0 degrees, moving 30 degrees around the board. i.e. Sensor 1 = 30, Sensor 2 = 60.</p> |

Be sure to use the extra sensor blocks to access the colour blocks&#x20;

<figure><img src="/files/0SXjYlHFkaiqbjOgm2Yk" alt=""><figcaption><p>Click on the extra blocks icon in the bottom left</p></figcaption></figure>

<figure><img src="/files/om2BU7xWFGej6lLFnkcn" alt=""><figcaption><p>Select More Sensors</p></figcaption></figure>

<figure><img src="/files/t4LbKR9tmaNrt2MTjEdw" alt=""><figcaption><p>Use the raw colour block to get access to all features.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://irseeker.buildingblockrobotics.com/board-overview/spike-v3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
