mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
- A series of modular stackable development devices integrating WIFI/BLE
|
||||
- For Industry Development/STEM Education
|
||||
- Programming with UIFlow(Blockly/MicroPython)
|
||||
- Programming with UiFlow(Blockly/MicroPython)
|
||||
|
||||
[Official Website](http://www.m5stack.com)
|
||||
[Introdction](#main)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Practice for M5Flow(Blockly)
|
||||
# Practice for UiFlow(Blockly)
|
||||
|
||||
[中文](/zh_CN/practice/practice_blockly) | English | [日本語](/ja/practice/practice_blockly)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Practice for M5Flow(MicroPython)
|
||||
# Practice for UiFlow(MicroPython)
|
||||
|
||||
[中文](/zh_CN/practice/practice_micropython) | English | [日本語](/ja/practice/practice_micropython)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ M5Go CHG. Base is composed of POGO pin. M5Go Base is composed of PORT B, PORT C,
|
||||
## FEATURES
|
||||
|
||||
- Programming Support
|
||||
- M5Flow
|
||||
- UiFlow
|
||||
- MicroPython
|
||||
- Arduino
|
||||
- Compatible LEGO
|
||||
|
||||
@@ -13,7 +13,7 @@ The a Bottom board on the back of M5Core. It's designed for expanding gpio on M-
|
||||
## FEATURES
|
||||
|
||||
- Programming Support
|
||||
- M5Flow
|
||||
- UiFlow
|
||||
- MicroPython
|
||||
- Arduino
|
||||
- Compatible LEGO
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
**<mark>M5GO IOT Starter Kit</mark>** is a kit designed for learning IOT programming which consists of 6 units(ENV, IR, RGB, PIR, ANGLE, HUB) and one white M5Core(based on <mark>ESP32</mark> chip).
|
||||
|
||||
Programming M5GO with [M5Flow](http://flow.m5stack.com) or Arduino IDE.
|
||||
Programming M5GO with [UiFlow](http://flow.m5stack.com) or Arduino IDE.
|
||||
|
||||
We also supply some courses for teaching IOT programming. If you are interesting in it, contact us through Email <tech@m5stack.com> please.
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ There are two version of it. One M5Stick does not contain MPU9250, another versi
|
||||
|
||||
## FEATURES
|
||||
|
||||
- Programming Support: Arduino, UIFlow(Blockly, MicroPython)
|
||||
- Programming Support: Arduino, UiFlow(Blockly, MicroPython)
|
||||
- Wearable
|
||||
- Optional MEMS: MPU9250
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# LoRaWAN
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_btc) | English | [日本語](ja/product_documents/modules/module_btc)
|
||||
[中文](/zh_CN/product_documents/modules/module_lorawan) | English | [日本語](ja/product_documents/modules/module_lorawan)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
@@ -37,7 +37,6 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
- **[Example](en/file_to_display_null)**
|
||||
- **[LoRaWAN Info](http://wiki.ai-thinker.com/sx127x-052) (LoRaWAN)**
|
||||
- **[AT command for LoRaWAN](http://wiki.ai-thinker.com/_media/rhf-ps01509_lorawan_class_ac_at_command_specification_-_v4.4.pdf)**
|
||||
- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-LoRaWAN-Module-433-470Mhz-868-915MHz-with-Internal-Antenna-and-MCX-External-Antenna-Port/3226069_32953098569.html?spm=a2g1y.12024536.productList_5885011.pic_2)**
|
||||
@@ -48,4 +47,4 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/modules/LoRaWAN_02.jpg" height="300" width="300">
|
||||
</figure>
|
||||
</figure>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
Servo is a servo-motor driver module which can drive 12-way servo motors simultaneously. But actually, in our experiment, because of the maximum current, the maximum number of servo motor it can drive is 9. So we will publish a upgraded version soon after.
|
||||
|
||||
It's too easy to drive servo motors so that you can drive many servo motors after programmed 2-3 lines code in Arduino IDE or dragged 2-3 block in M5Flow.
|
||||
It's too easy to drive servo motors so that you can drive many servo motors after programmed 2-3 lines code in Arduino IDE or dragged 2-3 block in UiFlow.
|
||||
|
||||
Servo is communicated with M5Core through GROVE interface(I2C communication). The I2C address is 0x53.
|
||||
|
||||
@@ -14,7 +14,7 @@ Servo is communicated with M5Core through GROVE interface(I2C communication). Th
|
||||
|
||||
- Drive multi-way servo motor simultaneously
|
||||
- Support wide-voltage power input: 6-12V
|
||||
- Support programming with Arduino IDE or M5Flow
|
||||
- Support programming with Arduino IDE or UiFlow
|
||||
|
||||
## INCLUDES
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
## FEATURES
|
||||
|
||||
- VH3.96 interface
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -12,7 +12,7 @@ This is a unit having self-calibrating function and 16bit analog-to-digitial cov
|
||||
- Programmable gain amplifier
|
||||
- Gain = 1, 2, 4, OR 8
|
||||
- Detect 0~12V voltage Input
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## APPLICATION
|
||||
|
||||
@@ -9,7 +9,7 @@ angle.
|
||||
|
||||
## FEATURES
|
||||
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -8,7 +8,7 @@ The Unit BUTTON is a sigle-button unit that can be detected whether the button p
|
||||
|
||||
## FEATURES
|
||||
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -10,7 +10,7 @@ This is a unit can detecte the color of object surface which integrates TCS3472
|
||||
|
||||
- High precision
|
||||
- Detection range: -70℃~382.2℃
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## APPLICATION
|
||||
|
||||
@@ -12,7 +12,7 @@ This is a unit can convert digital signal to analog signal like voltage waveform
|
||||
|
||||
- Up to 12 bits of resolution
|
||||
- Output 0~3.3V voltage
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## APPLICATION
|
||||
|
||||
@@ -8,7 +8,7 @@ This Unit is a dual-button unit that can be detected whether a single button pre
|
||||
|
||||
## FEATURES
|
||||
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -11,7 +11,7 @@ You can read the moisture in soil staright or get a digital signal(0/1) that mea
|
||||
|
||||
- Adjustable threshold, including 10K adjustable resistor
|
||||
- Analog & Digital output
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -19,7 +19,7 @@ temperature and humidity sensor and absolute barometric pressure sensor.
|
||||
- Air pressure
|
||||
- measuring range: 300 ~ 1100hPa
|
||||
- resolution: ±1hPa
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -11,7 +11,7 @@ Core at a time.
|
||||
## FEATURES
|
||||
|
||||
- Instantly Add Three 4-Pins-GROVE ports to Any Compatible Device
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
@@ -18,7 +18,7 @@ same time signal output interface to output digital signal.
|
||||
|
||||
- A pair of infrared transmitting and receiving tube
|
||||
- Detects the distance 2 ~ 5cm
|
||||
- GROVE interface, support [M5Flow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user