diff --git a/_static/product_pics/M5GO/M5GO_Unit_light.png b/_static/product_pics/M5GO/M5GO_Unit_light.png deleted file mode 100644 index 3d89879b..00000000 Binary files a/_static/product_pics/M5GO/M5GO_Unit_light.png and /dev/null differ diff --git a/_static/product_pics/M5GO/M5GO_Unit_proto.png b/_static/product_pics/M5GO/M5GO_Unit_proto.png deleted file mode 100644 index 3065b443..00000000 Binary files a/_static/product_pics/M5GO/M5GO_Unit_proto.png and /dev/null differ diff --git a/_static/product_pics/M5GO/M5GO_Unit_relay.png b/_static/product_pics/M5GO/M5GO_Unit_relay.png deleted file mode 100644 index b9cb5ea7..00000000 Binary files a/_static/product_pics/M5GO/M5GO_Unit_relay.png and /dev/null differ diff --git a/_static/product_pics/M5GO/M5GO_Unit_thermal.png b/_static/product_pics/M5GO/M5GO_Unit_thermal.png deleted file mode 100644 index 89df6258..00000000 Binary files a/_static/product_pics/M5GO/M5GO_Unit_thermal.png and /dev/null differ diff --git a/_static/product_pics/M5GO/M5GO_Unit_3.96.jpg b/_static/product_pics/units/M5GO_Unit_3.96.jpg similarity index 100% rename from _static/product_pics/M5GO/M5GO_Unit_3.96.jpg rename to _static/product_pics/units/M5GO_Unit_3.96.jpg diff --git a/_static/product_pics/units/M5GO_Unit_light.png b/_static/product_pics/units/M5GO_Unit_light.png new file mode 100644 index 00000000..b6ce589a Binary files /dev/null and b/_static/product_pics/units/M5GO_Unit_light.png differ diff --git a/_static/product_pics/M5GO/M5GO_Unit_makey.png b/_static/product_pics/units/M5GO_Unit_makey.png similarity index 100% rename from _static/product_pics/M5GO/M5GO_Unit_makey.png rename to _static/product_pics/units/M5GO_Unit_makey.png diff --git a/_static/product_pics/M5GO/M5GO_Unit_makey_interface.png b/_static/product_pics/units/M5GO_Unit_makey_interface.png similarity index 100% rename from _static/product_pics/M5GO/M5GO_Unit_makey_interface.png rename to _static/product_pics/units/M5GO_Unit_makey_interface.png diff --git a/_static/product_pics/units/M5GO_Unit_proto.png b/_static/product_pics/units/M5GO_Unit_proto.png new file mode 100644 index 00000000..fbd1846a Binary files /dev/null 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 new file mode 100644 index 00000000..612a1b3f Binary files /dev/null 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 new file mode 100644 index 00000000..53847465 Binary files /dev/null and b/_static/product_pics/units/M5GO_Unit_thermal.png differ diff --git a/en/get-started/M5Stack_Core_Get_Started_Arduino_Mac_en.rst b/en/get-started/M5Stack_Core_Get_Started_Arduino_Mac_en.rst index 63f19d59..a4423d2a 100644 --- a/en/get-started/M5Stack_Core_Get_Started_Arduino_Mac_en.rst +++ b/en/get-started/M5Stack_Core_Get_Started_Arduino_Mac_en.rst @@ -28,10 +28,8 @@ If you don't already have the Arduino IDE installed, make sure to install it. You can download it here https://www.arduino.cc/en/Main/Software -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_download_arduino_ide.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_download_arduino_ide.png - image 2. ESP32 Board Support ^^^^^^^^^^^^^^^^^^^^^^ @@ -75,14 +73,10 @@ Start up the Arduino IDE, then Select ``M5Stack`` into the search box, choose the library marked "Library for M5Stack Core development kit" and install it. -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_install_m5stack_lib.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_install_m5stack_lib.png - image -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_search_m5stack.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_search_m5stack.png - image Upload an Example Sketch ~~~~~~~~~~~~~~~~~~~~~~~~ @@ -93,18 +87,14 @@ After connecting the M5 to your computer via the USB cable. Start up the Arduino IDE, and click ``Tools -> Boards -> M5Stack-Core-ESP32`` to select your board -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_select_board.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_select_board.png - image Click ``Tools -> Ports ->`` to select the serial port which your M5Stack Core is connected to. It should be called something like ``/dev/cu.SLAB_USBtoUART`` -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_select_serial_port.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_select_serial_port.png - image 2. Select an example ~~~~~~~~~~~~~~~~~~~~ @@ -112,16 +102,12 @@ Click ``File-> Examples``. there are some test programs in ``M5Stack->`` Try to open a sketch called ``HelloWorld`` inside Basics. -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_select_example.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_select_example.png - image Compile and upload it, the M5Stack screen will show "Hello World!" -.. figure:: ../../_static/getting_started_pics/m5stack_core/display_hello_world.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/display_hello_world.png - image Note ~~~~ @@ -131,18 +117,12 @@ does not appear. If this is the case, after you connect the M5 open ``security and privacy`` in the system preferences and set it to ``permit``. -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy.png - image -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy_01.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy_01.png - image -.. figure:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy_02.png - :alt: image +.. image:: ../../_static/getting_started_pics/m5stack_core/macOS_security_and_privacy_02.png - image ***If you want to read more the permission about the CP2104 USB driver, visit the below link please.*** \*\*\*https://developer.apple.com/library/archive/technotes/tn2459/\_index.html\*\*\* diff --git a/en/product-documents/units/m5go_unit_3.96port.rst b/en/product-documents/units/m5go_unit_3.96port.rst index 777f1aa1..cf7cff00 100644 --- a/en/product-documents/units/m5go_unit_3.96port.rst +++ b/en/product-documents/units/m5go_unit_3.96port.rst @@ -1,12 +1,12 @@ -M5GO 3.96port +Unit 3.96port ============= DESCRIPTION ----------- -The M5GO 3.96port is a unit that aim to transfer GROVE interface to VH3.96-4Pin. +The Unit 3.96port is a unit that aim to transfer GROVE interface to VH3.96-4Pin. -.. image:: _static/product_pics/M5GO/M5GO_Unit_3.96.jpg +.. image:: ../../../_static/product_pics/units/M5GO_Unit_3.96.jpg FEATURES -------- diff --git a/en/product-documents/units/m5go_unit_earth.rst b/en/product-documents/units/m5go_unit_earth.rst index 274a5171..4fcefc0d 100644 --- a/en/product-documents/units/m5go_unit_earth.rst +++ b/en/product-documents/units/m5go_unit_earth.rst @@ -1,10 +1,10 @@ -M5GO earth -============= +Unit moisture +============== DESCRIPTION ----------- -The M5GO earth is a moisture detective unit for measuring the moisture in soil. The soil moisture sensor is pretty straight forward to use. The two large exp osed pads function as probes for the sensor, together acting as a variable resistor. The more water that is in the soil means the better the conductivity between the pads will be and will result in a lower resistance, and a higher SIG out. +The Unit moisture is a moisture detective unit for measuring the moisture in soil. The soil moisture sensor is pretty straight forward to use. The two large exp osed pads function as probes for the sensor, together acting as a variable resistor. The more water that is in the soil means the better the conductivity between the pads will be and will result in a lower resistance, and a higher SIG out. You can read the moisture in soil staright or get a digital signal(0/1) that means the high(or low) humidity. FEATURES diff --git a/en/product-documents/units/m5go_unit_env.rst b/en/product-documents/units/m5go_unit_env.rst index c27181b9..1a8cc6c2 100644 --- a/en/product-documents/units/m5go_unit_env.rst +++ b/en/product-documents/units/m5go_unit_env.rst @@ -1,10 +1,10 @@ -M5GO ENV +Unit ENV =========== DESCRIPTION ----------- -The M5GO ENV is a environment sensor for M5GO that can easily detect +The Unit ENV is a environment sensor for M5GO that can easily detect temperature, humidity and air pressure with M5GO Core, including temperature and humidity sensor and absolute barometric pressure sensor. diff --git a/en/product-documents/units/m5go_unit_hub.rst b/en/product-documents/units/m5go_unit_hub.rst index 80dcbbb2..593ff22e 100644 --- a/en/product-documents/units/m5go_unit_hub.rst +++ b/en/product-documents/units/m5go_unit_hub.rst @@ -1,10 +1,10 @@ -M5GO HUB +Unit HUB ======== DESCRIPTION ----------- -The M5GO HUB is a module for M5GO to expand GROVE port added three GROVE +The Unit HUB is a module for M5GO to expand GROVE port added three GROVE ports for user. So you can control 3 GROVE devices with only one M5GO Core at a time. @@ -19,4 +19,3 @@ DOCUMENTS - `WebSite `__ - `GitHub `__ - diff --git a/en/product-documents/units/m5go_unit_ir.rst b/en/product-documents/units/m5go_unit_ir.rst index cbf93d7e..bdf4ed6e 100644 --- a/en/product-documents/units/m5go_unit_ir.rst +++ b/en/product-documents/units/m5go_unit_ir.rst @@ -1,10 +1,10 @@ -M5GO IR +Unit IR ======= DESCRIPTION ----------- -The M5GO IR is a IR infrared obstacle avoidance sensor for M5GO. It can +The Unit IR is a IR infrared obstacle avoidance sensor. It can be widely used in robot obstacle avoidance, obstacle avoidance car, line count, and black and white line tracking and so on. @@ -26,4 +26,3 @@ DOCUMENTS - `WebSite `__ - `GitHub `__ - diff --git a/en/product-documents/units/m5go_unit_light.rst b/en/product-documents/units/m5go_unit_light.rst index 43f4a724..dea6980d 100644 --- a/en/product-documents/units/m5go_unit_light.rst +++ b/en/product-documents/units/m5go_unit_light.rst @@ -1,12 +1,10 @@ -M5GO light +Unit light ============= -.. image:: ../../_static/product_pics/M5GO/M5GO_Unit_light.png - DESCRIPTION ----------- -The M5GO light is a light sensor unit with an adjustable resistor that can detect the environmental light intensity. +The Unit light is a light sensor unit with an adjustable resistor that can detect the environmental light intensity. You can read analog signal(environmental light intensity) staright or get a digital signal(0/1) that means whether the light exists or not. @@ -26,3 +24,5 @@ DOCUMENTS - GitHub + `Arduino GitHub `__ + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_light.png diff --git a/en/product-documents/units/m5go_unit_makey.rst b/en/product-documents/units/m5go_unit_makey.rst index 6dbb85dc..2874a8e1 100644 --- a/en/product-documents/units/m5go_unit_makey.rst +++ b/en/product-documents/units/m5go_unit_makey.rst @@ -1,12 +1,10 @@ -M5GO makey +Unit makey ============= -.. image:: ../../_static/product_pics/M5GO/M5GO_Unit_makey.png - DESCRIPTION ----------- -The M5GO makey is a makey unit with 16 touchable pins. +The Unit makey is a makey unit with 16 touchable pins. camera module contains thermopile sensors named MLX90640. the MLX90640 contains a 32x64 piexls IR array. It communicates with M5GO Core via GROVE which actually is a I2C interfacel. As the images show you can detect surface temperatures from many feet away with an accuracy of ±1.5°C (best case). @@ -44,4 +42,6 @@ DOCUMENTS - `QuickStart`_ -.. _QuickStart: ../../get-started/M5GO/get_started_M5GO_makeyCam.html \ No newline at end of file +.. _QuickStart: ../../get-started/M5GO/get_started_M5GO_makeyCam.html + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_makey.png diff --git a/en/product-documents/units/m5go_unit_pir.rst b/en/product-documents/units/m5go_unit_pir.rst index f4547297..1308c347 100644 --- a/en/product-documents/units/m5go_unit_pir.rst +++ b/en/product-documents/units/m5go_unit_pir.rst @@ -1,10 +1,10 @@ -M5GO PIR +Unit PIR ======== DESCRIPTION ----------- -The M5GO PIR is a human infrared sensor for M5GO that can easily detect +The Unit PIR is a human infrared sensor for M5GO that can easily detect whether someone appears in front of it with M5GO Core. FEATURES @@ -18,4 +18,3 @@ DOCUMENTS - `WebSite `__ - `GitHub `__ - diff --git a/en/product-documents/units/m5go_unit_pot.rst b/en/product-documents/units/m5go_unit_pot.rst index 88d7fee3..169556f4 100644 --- a/en/product-documents/units/m5go_unit_pot.rst +++ b/en/product-documents/units/m5go_unit_pot.rst @@ -1,10 +1,10 @@ -M5GO POT +Unit POT ======== DESCRIPTION ----------- -The M5GO POT is a potentiometer sensor for M5GO that can detect rotary +The Unit POT is a potentiometer sensor for M5GO that can detect rotary angle. FEATURES @@ -17,4 +17,3 @@ DOCUMENTS - `WebSite `__ - `GitHub `__ - diff --git a/en/product-documents/units/m5go_unit_proto.rst b/en/product-documents/units/m5go_unit_proto.rst index 75972cc8..e72383ec 100644 --- a/en/product-documents/units/m5go_unit_proto.rst +++ b/en/product-documents/units/m5go_unit_proto.rst @@ -1,8 +1,6 @@ -M5GO proto +Unit proto ============= -.. image:: ../../_static/product_pics/M5GO/M5GO_Unit_proto.png - DESCRIPTION ----------- @@ -16,3 +14,5 @@ FEATURES - 70 holes(pitch of holes: 100mil) - GROVE interface - Two Lego installation holes + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_proto.png diff --git a/en/product-documents/units/m5go_unit_relay.rst b/en/product-documents/units/m5go_unit_relay.rst index 5e5ccd67..de49ee5b 100644 --- a/en/product-documents/units/m5go_unit_relay.rst +++ b/en/product-documents/units/m5go_unit_relay.rst @@ -1,12 +1,10 @@ -M5GO relay +Unit relay =========== -.. image:: ../../_static/product_pics/M5GO/M5GO_Unit_relay.png - DESCRIPTION ----------- -The M5GO relay is a unit that allows you to control large power loads with a light-current, safe, reliable power control system. the large power loads you can safely control is up to 24 VDC or 120 VAC. +The Unit relay is a unit that allows you to control large power loads with a light-current, safe, reliable power control system. the large power loads you can safely control is up to 24 VDC or 120 VAC. Only a low electrial level is sent to this unit, the relay will be close and the large power loads you want to control will be working. @@ -31,3 +29,5 @@ DOCUMENTS - GitHub + `Arduino GitHub `__ + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_relay.png diff --git a/en/product-documents/units/m5go_unit_rgb.rst b/en/product-documents/units/m5go_unit_rgb.rst index c7b08272..5dbc327a 100644 --- a/en/product-documents/units/m5go_unit_rgb.rst +++ b/en/product-documents/units/m5go_unit_rgb.rst @@ -1,10 +1,10 @@ -M5GO RGB +Unit RGB ======== DESCRIPTION ----------- -The M5GO RGB is a sensor including three RGB LED lights and two GROVE +The Unit RGB is a sensor including three RGB LED lights and two GROVE ports.You can display specified color using M5GO Core through Blockly, Arduino or MicroPython. @@ -18,4 +18,3 @@ DOCUMENTS - `WebSite `__ - `GitHub `__ - diff --git a/en/product-documents/units/m5go_unit_thermal.rst b/en/product-documents/units/m5go_unit_thermal.rst index 2a1a993e..7cd6fc29 100644 --- a/en/product-documents/units/m5go_unit_thermal.rst +++ b/en/product-documents/units/m5go_unit_thermal.rst @@ -1,12 +1,10 @@ -M5GO thermal +Unit thermal ============= -.. image:: ../../_static/product_pics/M5GO/M5GO_Unit_thermal.png - DESCRIPTION ----------- -The M5GO thermal is a thermal camera module contains thermopile sensors named MLX90640. the MLX90640 contains a 32x64 piexls IR array. It communicates with M5GO Core via GROVE which actually is a I2C interfacel. +The Unit thermal is a thermal camera module contains thermopile sensors named MLX90640. the MLX90640 contains a 32x64 piexls IR array. It communicates with M5GO Core via GROVE which actually is a I2C interfacel. As the images show you can detect surface temperatures from many feet away with an accuracy of ±1.5°C (best case). After burn the firmware of the module's demostatrion to M5GO Core via `M5Burner`, the module will be running. Then you can program it via Arduino IDE. @@ -42,4 +40,6 @@ DOCUMENTS - `QuickStart`_ -.. _QuickStart: ../../get-started/M5GO/get_started_M5GO_ThermalCam.html \ No newline at end of file +.. _QuickStart: ../../get-started/M5GO/get_started_M5GO_ThermalCam.html + +.. image:: ../../../_static/product_pics/units/M5GO_Unit_thermal.png