FAQ
This section compiles common questions users encounter during usage!
Resources
You can submit bugs or feature requests through the Issues section on GitHub. Please check the existing Issues before submitting a new one.
You can ask your questions in the WinnerMicro Q&A Community and access community resources.
Participate in interactions through QQ groups: 570560884、335112873、923841628。
For developing applications using the Arduino platform, please refer to w80x_arduino。
For developing applications using the MicroPython platform, please refer to micropython-w806。
Compilation
Can I compile without using your cmd command line?
Absolutely. The cmd command line is just an example of a compilation environment we provide. Users can DIY their preferred compilation environment based on it. Because it’s hard to satisfy everyone, no environment is the best; the best environment is the one that suits you. Users can refer to the compilation environment setup section to set up their own environment, but for beginners, we still recommend downloading and using the integrated package.
Why is installing python dependencies slow?
You can speed up by replacing the default source, such as using the Tsinghua source for users in China
pip install package -i https://pypi.tuna.tsinghua.edu.cn/simple
Other sources can be chosen as needed.