# FAQ

{% hint style="info" %}
使用过程中遇到问题，提问时，可以拍个电路连接照片、程序截图、遇到的问题一 起说下。方便别人看到时能快速回答。 我们鼓励大家多交流分享，所以尽量在群里讨论，不要私聊。因为你遇到的问题， 也许别人已经遇到过，看到了能很快回答。一起探讨的问题，也可以让其他人学习。

&#x20;提问方面的方法可以看看Eric S. Raymond, Rick Moen 所著的[《How to ask questions the smart way》](https://github.com/Blue-Design/How-To-Ask-Questions-The-Smart-Way)。

好好搭搭交流一群：346580874(满员)；

好好搭搭交流二群：595508425；

WU-Link应用群：656213711；

爱上Nova：465403174
{% endhint %}

## 用什么浏览器？

建议使用好好搭搭提供的绿色免安装版本[谷歌浏览器](http://www.haohaodada.com/Chrom.rar)。

## 在线编程插件和硬件下载插件有什么区别?

在线编程插件是用来做互动编程的，比如传感器板编程，需要一直连接。硬件下载 插件是用来把写好的程序下载到控制板芯片里面，下载完成后，可以关闭。

## 好好搭搭插件打开端口失败?

插件监听端口被占用，请关闭不必要的软件，比如酷狗音乐。

## 编译失败？

变量名是否用了中文？变量名是否为数字开头？变量名建议英文不好的，可以用拼音代替。

## 程序上传失败？

1. 电源指示灯是否常亮？
2. USB线是否接上？
3. 驱动是否已经安装？
4. 设备管理器里是否显示CH340设备？
5. 端口号是否选择正确？
6. 主板类型是否选择正确？
7. 串口监视软件是否关闭？


---

# 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://docs.haohaodada.cn/master.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.
