1. Download address
Resource download (t-head.cn)
2. Installation
1. Click setup.exe
2. After filling in the company name in the second step, click next until the installation is complete (the installation takes about 10 minutes)
3. After successful installation, generate the CDK icon
3. Helloworld acquisition method 1: According to the " RVB2601 Development Board Quick Start Guide", obtain, compile and burn the Helloworld program
1. Download path of " RVB2601 Development Board Quick Start Guide": 37067137319852441601617177423292M8r4ixb6nJ.pdf (aliyuncs.com)
2. Obtain the Helloworld program according to the manual
3. (Key) The difference between the current CDK and the " RVB2601 Development Board Quick Start Guide"
1 ) When searching for the Helloworld program, first click on "App Store"
2 ) Enter " ch2601_helloworld " in the search bar , the following interface will appear, then click Create Project
3 ) During the network download process, you need to wait until the download is complete before compiling. You can click the position below to check whether the download is complete.
4. Obtain, compile, and burn the Helloworld program according to the manual
4. Print serial port output after successful download
5. Helloworld acquisition method 2:
1. Download the SDK of RVB2601 directly --- CH2601_SDK ; path: Development Board -RVB2601 (t-head.cn)
2. After that, unzip and add it to the project. You need to click on packages and right-click to download.
3. Finally, compile and download.
Note: A very tricky problem encountered during the installation process
1. There is no problem in installing the software and downloading the program, but the following error will occur when compiling the program
2. Causes of the problem
1. Carefully check the error LOG . No declaration problem was found in the early stage. Later, no corresponding files and directories were found in the LOG .
2. Suddenly I remembered that the path was wrong. The actual path here was not complete. There was a "space" in the file path. I also remembered that I had encountered the problem of not being able to use "Chinese, spaces, etc." in the path in other software, so I wondered if this was the problem.
3. Actual testing shows that this is indeed the reason. . .
、、、、、、、、、、、、、、、、、、、LED running water light、、、、、、、、、、、、、、
1. How to obtain the lighting program
1. Obtain from the Internet: In the CDk software, search for ch2601_rgb_marquee_demo ;
2. Download CH2601_SDK from the Internet: Path Development Board -RVB2601 (t-head.cn)
2. Compile and download, the phenomenon is as follows