1. 安装 Ardunio IDE
2. Ardunio 安装 w806 开发板支持包 w80x_arduino: w806 package for Arduino IDE
文件 - 首选项 - 附加开发板管理器网址 - 添加如下链接
https: //raw. githubusercontent. com/board707/w80x_arduino/hal-v0. 6. 0/package_w80x_index. json
或
或
http: //dl. isme. fun/w80x_arduino/package_w80x_index. json
或
或
https: //cdn. jsdelivr. net/gh/Hi-LinkDuino/w80x_arduino/package_w80x_proxy_index. json
3. 在开发板管理器中搜索 w80x_arduino 并安装相应的开发板支持包
若安装失败, 则重启软件, 重复搜索和安装过程即可.
4. 工具 - 开发板 - 选择 W806 , 之后打开点灯例程, 文件 - 例子 - W806 例子 - 闪灯. ino
5. 将开发板连接电脑 USB 端口, Arduino IDE 选择对应的端口号, 点击下载按钮, 此时程序开始编译并烧录, 提示需要 restart, 此时按下板载 RST 按钮, 控制栏提示下载成功. 再次按 RST 键即可看到板载 LED 闪烁.
参考: null-lab .