Contributed by 沈夜, organized by Ai-Thinker
Ai-WB2 (Bl602) One-Click Environment Deployment Package
Step 1: Download the SDK — you need to install git yourself first.
- git clone --recursive https://gitee.com/Ai-Thinker-Open/Ai-Thinker-WB2

The pre-configured mys2 requires no extra steps — just unzip it.
Save it as 启动.bat and open it to compile and flash. You need to manually switch to the project you want to build: For example, cd to the directory make
@echo off
set MSYS2_PATH_TYPE=inherit
set PATH=%~dp0\Ai-Thinker-WB2\toolchain\riscv\MSYS\bin;%PATH%
set PATH=%~dp0\MSYS2\usr\bin;%PATH%
cd %~dp0\Ai-Thinker-WB2\applications\get-started\blink
cmd /k
Animation demo: 
Flashing with the GUI software: [Tutorial] Firmware flashing for the Ai-WB2 series
Test video: <https://www.bilibili.com/video/BV1ZYrrYdEVo/>
Ai-WB2 VS Code development environment deployment

