# References and troubleshooting

## Troubleshooting: Custom board is not visible in Arduino IDE

If the board does not show please verify that you got the board correctly added. You might also need to clear arduino cached files.

* Go into Arduino IDE preferences and get the settings directory (here : C:\Users\Nicolas\AppData\Local\Arduino15)

![](https://user-images.githubusercontent.com/2207331/213194737-5fef0680-fb88-4738-966e-cfd9349f7318.png)

* Make a backup of the folder
* Remove all subfolders.
* Restart the IDE

## Protocol reference

see protocol.h in the firmware.

## **Unlock upload**

* Send `(0xFF)(0xFF)(0xFF)(0xFF)(0xFF)(0xFF)unlock`
* Reply: `Upload unlocked\r`

Note: supporting this instruction is not mandatory to get SimHub working.

![](https://user-images.githubusercontent.com/2207331/213195090-bb314d8d-ad9c-4fad-b3b5-51fcc467d876.png)


---

# 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://manual.simhubdash.com/standard-serial-firmware-builder/references-and-troubleshooting.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.
