From 5154932b6a951831a6f1ab7dce490d8b47836905 Mon Sep 17 00:00:00 2001 From: windowsair Date: Tue, 1 Mar 2022 21:35:10 +0800 Subject: [PATCH] docs: FAQ update --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index cfac4ea..cc6a149 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,30 @@ Here, we use MDK for testing: ------ +## FAQ + +### Keil is showing a "RDDI-DAP ERROR" or "SWD/JTAG Communication Failure" message. + +1. Check your line connection. Don't forget the 3v3 connection cable. +2. Check that your network connection is stable. + + +### DAP is slow or often abnormal. + +Note that this project is sensitive to the network environment. If you are using a hotspot on your computer, you can try using network analyzer such as wireshark to observe the status of your AP network. During the idle time, the network should stay silent, while in the working state, there should be no too much packet loss. + +Some LAN broadcast packets can cause serious impact, including: +- DropBox LAN Sync +- Logitech Arx Control +- ... + +For ESP8266, this is not far from UDP FLOOD...😰 + +It is also affected by the surrounding radio environment, your AP situation (some NICs have terrible AP performance), distance, etc. + + +---- + ## Document ### Speed Strategy