change faq m5stickC issues

This commit is contained in:
shaoxiang
2019-10-11 13:54:27 +08:00
parent 6b00f0a482
commit 0798fd9629
2 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -114,12 +114,9 @@
<div class="container">
<button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#Q9">answer</button>
<div id="Q9" class="collapse">
<img src="assets/img/faq/m5stickc_05.jpg" width="50%" height="50%">
One issue commonly exists on M5Stick-C, which happens when the battery is at a low level. In this case, some of the devices will have problem powering on, this is probably caused by a chaos timing sequence of power-on of ESP32, some component is involved, such as AXP192, 552, ESP32
There is one way to bring the device back to live: 1. Connect G0 and 3V3 with a 680 ohm resisto. 2. Plug in the USB cable. 3. The screen will light up and leave the USB to charge the device.
The following operations can restore the device to normal: 1. Short the BAT to GND. 2. Insert the USB cable. 3. After the screen is lit, stop shorting and USB continues to charge the device.
</div>
</div>
+1 -3
View File
@@ -108,11 +108,9 @@
<div class="container">
<button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#Q9">查看解答</button>
<div id="Q9" class="collapse">
<img src="assets/img/faq/m5stickc_05.jpg" width="50%" height="50%">
M5StickC存在一个问题,即电池处于低电量情况下,容易发生无法开机的现象。
以下操作能够使设备恢复正常:1,将BAT短接到GND。 2.插入USB线。 3,屏幕亮起后停止短接,USB继续为设备充电.
以下操作能够使设备恢复正常:1,将G0短接到3V3。 2.插入USB线。 3,屏幕亮起后停止短接,USB继续为设备充电。
</div>
</div>