Merge pull request #22 from m5stack/dev-readthedocs

Dev readthedocs
This commit is contained in:
LiHuashen
2018-10-10 18:38:35 +08:00
committed by GitHub
33 changed files with 327 additions and 537 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"restructuredtext.confPath": ""
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

@@ -1,8 +0,0 @@
cd C:\Program Files (x86)\Arduino\hardware
md espressif
cd espressif
git clone --recursive https://github.com/espressif/arduino-esp32.git esp32
cd esp32
cd tools
start get.exe
start cmd
@@ -0,0 +1,30 @@
# How to Connect WIFI Using Core
**if it's first time to use M5Stack Core or you want to change the networkable AP that means the Core can't access `flow.m5stack.com`, please execute the following setps for setting wifi.**
### Connect Wi-Fi
Now, after you've pressed the upload buttom, the screen will show this message.
![image](../../_static/M5Stack_MicroPython_UserGuidePictures/m5stack_connet_wifi.png)
Then use Mobile Phone or PC for connectting to M5Stack AP(like `M5Stack-a67c`), and then open brower to login 192.168.4.1 for setting your networkable WIFI name and password. (Now, my networkable wifi is named `MasterHax_5G`)
![image](../../_static/getting_started_pics/m5stack_core/get_started_with_uiflow/input_wifi_password.png)
After connecting wifi successfully, reset your core according to the prompt on `192.168.4.1`
![image](../../_static/getting_started_pics/m5stack_core/get_started_with_uiflow/connect_wifi_successfully.png)
Once you've reset M5Stack Core, the upload buttom, you will arrive at a screen with a QR code which you scan with your phone or tablet to start programming on your mobile device. If you want to program the M5 from your computer, enter the url shown at the top of the screen `flow.m5stack.com`
![image](../../_static/getting_started_pics/m5stack_core/get_started_with_uiflow/apikey.jpg)
***NOTE:***
***Similarly, if you want another networkable WIFI AP to connect with Core, press the SETUP buttom while core was power-up.***
![image](../../_static/getting_started_pics/m5stack_core/get_started_with_uiflow/change_wifi.jpg)

Some files were not shown because too many files have changed in this diff Show More