@@ -0,0 +1,3 @@
|
||||
{
|
||||
"restructuredtext.confPath": ""
|
||||
}
|
||||
|
Before Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
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.
|
||||
|
||||

|
||||
|
||||
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`)
|
||||
|
||||

|
||||
|
||||
|
||||
After connecting wifi successfully, reset your core according to the prompt on `192.168.4.1`
|
||||
|
||||

|
||||
|
||||
|
||||
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`
|
||||
|
||||

|
||||
|
||||
|
||||
***NOTE:***
|
||||
***Similarly, if you want another networkable WIFI AP to connect with Core, press the SETUP buttom while core was power-up.***
|
||||
|
||||

|
||||