diff --git a/_static/getting_started_pics/burn_firmware_07.png b/_static/getting_started_pics/burn_firmware_07.png new file mode 100644 index 00000000..a00507da Binary files /dev/null and b/_static/getting_started_pics/burn_firmware_07.png differ diff --git a/_static/getting_started_pics/programming_mode_arduino.png b/_static/getting_started_pics/programming_mode_arduino.png new file mode 100644 index 00000000..cb6521ad Binary files /dev/null and b/_static/getting_started_pics/programming_mode_arduino.png differ diff --git a/_static/getting_started_pics/programming_mode_blockly.png b/_static/getting_started_pics/programming_mode_blockly.png new file mode 100644 index 00000000..8eb62470 Binary files /dev/null and b/_static/getting_started_pics/programming_mode_blockly.png differ diff --git a/_static/getting_started_pics/programming_mode_micropython.png b/_static/getting_started_pics/programming_mode_micropython.png new file mode 100644 index 00000000..7e5c26a1 Binary files /dev/null and b/_static/getting_started_pics/programming_mode_micropython.png differ diff --git a/_static/product_pics/units/M5GO_Unit_3.96.jpg b/_static/product_pics/units/M5GO_Unit_3.96.jpg index 5f2460e7..05531279 100644 Binary files a/_static/product_pics/units/M5GO_Unit_3.96.jpg and b/_static/product_pics/units/M5GO_Unit_3.96.jpg differ diff --git a/_static/product_pics/units/M5GO_Unit_light.png b/_static/product_pics/units/M5GO_Unit_light.png index b6ce589a..debe04f9 100644 Binary files a/_static/product_pics/units/M5GO_Unit_light.png and b/_static/product_pics/units/M5GO_Unit_light.png differ diff --git a/_static/product_pics/units/M5GO_Unit_makey.png b/_static/product_pics/units/M5GO_Unit_makey.png index 115d8544..5f521337 100644 Binary files a/_static/product_pics/units/M5GO_Unit_makey.png and b/_static/product_pics/units/M5GO_Unit_makey.png differ diff --git a/_static/product_pics/units/M5GO_Unit_makey_interface.png b/_static/product_pics/units/M5GO_Unit_makey_interface.png index aa788546..3673351e 100644 Binary files a/_static/product_pics/units/M5GO_Unit_makey_interface.png and b/_static/product_pics/units/M5GO_Unit_makey_interface.png differ diff --git a/_static/product_pics/units/M5GO_Unit_proto.png b/_static/product_pics/units/M5GO_Unit_proto.png index fbd1846a..38d0af0f 100644 Binary files a/_static/product_pics/units/M5GO_Unit_proto.png and b/_static/product_pics/units/M5GO_Unit_proto.png differ diff --git a/_static/product_pics/units/M5GO_Unit_relay.png b/_static/product_pics/units/M5GO_Unit_relay.png index 612a1b3f..ce462669 100644 Binary files a/_static/product_pics/units/M5GO_Unit_relay.png and b/_static/product_pics/units/M5GO_Unit_relay.png differ diff --git a/_static/product_pics/units/M5GO_Unit_thermal.png b/_static/product_pics/units/M5GO_Unit_thermal.png index 53847465..a4b29864 100644 Binary files a/_static/product_pics/units/M5GO_Unit_thermal.png and b/_static/product_pics/units/M5GO_Unit_thermal.png differ diff --git a/en/get-started/establish_serial_connection.rst b/en/get-started/establish_serial_connection.rst index 8e8b1449..a9d791cc 100644 --- a/en/get-started/establish_serial_connection.rst +++ b/en/get-started/establish_serial_connection.rst @@ -57,9 +57,7 @@ For Windows ^^^^^^^^^^^^^^^^^^^^^^^^ Download the `SiLabs CP2104 -Driver `__ - -Choice the version of USB driver according to your windows +Driver `__ and choice the version of USB driver according to your windows version(Windows7/8/10). .. image:: ../../_static/getting_started_pics/establish_serial_connection/windows_download_CP2104_USB_driver.png diff --git a/en/get-started/how_to_burn_firmware_en.rst b/en/get-started/how_to_burn_firmware_en.rst index bd757bbb..ed02efd8 100644 --- a/en/get-started/how_to_burn_firmware_en.rst +++ b/en/get-started/how_to_burn_firmware_en.rst @@ -33,7 +33,7 @@ the ``Baud`` which is 921600 following below steps. **Note:** ^^^^^^^^^^^ -If only ``COM1`` exists at the option, you need to visit this article `establish_serial_connection`_ and reinstall the USB driver. +If it does not display any ``COMx`` port or only ``COM1`` exists at the option, you need to visit this article `establish_serial_connection`_ and reinstall the USB driver. .. _establish_serial_connection: establish_serial_connection.html @@ -62,11 +62,12 @@ c. Click Burn .. image:: ../../_static/getting_started_pics/burn_firmware_03.png If M5Burner shows the information ``Leaving... Staying in bootloader.`` -below, it means chip has been burnt successfully. +below, it means chip has been burnt successfully.. .. image:: ../../_static/getting_started_pics/burn_firmware_05.png -**Then reset your board.** +3. Then reset your board +:::::::::::::::::::::::::: **Note:** ^^^^^^^^^^^ diff --git a/en/get-started/index.rst b/en/get-started/index.rst index 1580ca21..91575cc9 100644 --- a/en/get-started/index.rst +++ b/en/get-started/index.rst @@ -2,7 +2,7 @@ Get Started *********** -This document is intended to help users set up the software environment for development of applications. Through a simple example we would like to illustrate how to develop M5Stack boards, firmware(`Arduino IDE`) or source files(`Micropython`) download to M5Stack boards. +This document is intended to help users set up the software environment for development of applications. Through a simple example we would like to illustrate how to develop M5Stack boards, firmware(`Arduino IDE`), Blockly or source files(`Micropython`) download to M5Stack boards. Introduction @@ -68,6 +68,24 @@ If you have one of ESP32 development boards listed below, click the correspondin M5Stack STEPMOTOR Module M5Bala +Which programming mode you like +================================= + +For being familiar with the programming mode you lik, We suggest you following the corresponding option to do more practices. + +============================ ============================ ============================ +|Arduino|_ |Blockly|_ |MicroPython|_ +---------------------------- ---------------------------- ---------------------------- +`Arduino`_ `Blockly`_ `MicroPython`_ +============================ ============================ ============================ + +.. |Arduino| image:: ../../_static/getting_started_pics/programming_mode_arduino.png +.. |Blockly| image:: ../../_static/getting_started_pics/programming_mode_blockly.png +.. |MicroPython| image:: ../../_static/getting_started_pics/programming_mode_micropython.png + +.. _Arduino: practices_arduino.html +.. _Blockly: practices_blockly.html +.. _MicroPython: practices_micropython.html diff --git a/en/get-started/practices_arduino.md b/en/get-started/practices_arduino.md new file mode 100644 index 00000000..52b1c943 --- /dev/null +++ b/en/get-started/practices_arduino.md @@ -0,0 +1 @@ +# Practices with Arduino IDE diff --git a/en/get-started/practices_arduino.rst b/en/get-started/practices_arduino.rst new file mode 100644 index 00000000..5ac036a1 --- /dev/null +++ b/en/get-started/practices_arduino.rst @@ -0,0 +1,2 @@ +Practices with Arduino IDE +============================================ \ No newline at end of file diff --git a/en/get-started/practices_blockly.md b/en/get-started/practices_blockly.md new file mode 100644 index 00000000..c88326eb --- /dev/null +++ b/en/get-started/practices_blockly.md @@ -0,0 +1 @@ +# Practices with M5Flow(Blockly) \ No newline at end of file diff --git a/en/get-started/practices_blockly.rst b/en/get-started/practices_blockly.rst new file mode 100644 index 00000000..fdc77b94 --- /dev/null +++ b/en/get-started/practices_blockly.rst @@ -0,0 +1,2 @@ +Practices with M5Flow(Blockly) +================================================ \ No newline at end of file diff --git a/en/get-started/practices_micropython.md b/en/get-started/practices_micropython.md new file mode 100644 index 00000000..e22a6e7b --- /dev/null +++ b/en/get-started/practices_micropython.md @@ -0,0 +1 @@ +# Practices with M5Flow(MicroPython) diff --git a/en/get-started/practices_micropython.rst b/en/get-started/practices_micropython.rst new file mode 100644 index 00000000..a9c3b1ed --- /dev/null +++ b/en/get-started/practices_micropython.rst @@ -0,0 +1,2 @@ +Practices with M5Flow(MicroPython) +==================================================== \ No newline at end of file diff --git a/en/product-documents/units/m5go_unit_3.96port.rst b/en/product-documents/units/m5go_unit_3.96port.rst index cf7cff00..a811b638 100644 --- a/en/product-documents/units/m5go_unit_3.96port.rst +++ b/en/product-documents/units/m5go_unit_3.96port.rst @@ -6,10 +6,10 @@ DESCRIPTION The Unit 3.96port is a unit that aim to transfer GROVE interface to VH3.96-4Pin. -.. image:: ../../../_static/product_pics/units/M5GO_Unit_3.96.jpg - FEATURES -------- - VH3.96 interface - Two Lego installation holes + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_3.96.jpg diff --git a/en/product-documents/units/m5go_unit_makey.rst b/en/product-documents/units/m5go_unit_makey.rst index 2874a8e1..fe44dfe3 100644 --- a/en/product-documents/units/m5go_unit_makey.rst +++ b/en/product-documents/units/m5go_unit_makey.rst @@ -45,3 +45,4 @@ DOCUMENTS .. _QuickStart: ../../get-started/M5GO/get_started_M5GO_makeyCam.html .. image:: ../../../_static/product_pics/units/M5GO_Unit_makey.png +.. image:: ../../../_static/product_pics/units/M5GO_Unit_makey_interface.png