diff --git a/docs/assets/img/product_pics/atom_base/atom_motion/atom_motion_sch.webp b/docs/assets/img/product_pics/atom_base/atom_motion/atom_motion_sch.webp new file mode 100644 index 00000000..38e904c8 Binary files /dev/null and b/docs/assets/img/product_pics/atom_base/atom_motion/atom_motion_sch.webp differ diff --git a/docs/assets/img/product_pics/unit/unit-v/unit_v_05.webp b/docs/assets/img/product_pics/unit/unit-v/unit_v_05.webp index 7aaaa3a7..d671b1bb 100644 Binary files a/docs/assets/img/product_pics/unit/unit-v/unit_v_05.webp and b/docs/assets/img/product_pics/unit/unit-v/unit_v_05.webp differ diff --git a/docs/en/core/core2_for_aws.md b/docs/en/core/core2_for_aws.md index 19ee4ddd..abd1515e 100644 --- a/docs/en/core/core2_for_aws.md +++ b/docs/en/core/core2_for_aws.md @@ -32,6 +32,7 @@ The M5GO Bottom2 for AWS adds additional features and security for IoT applicati * Reset: Click the RST button on the bottom side +?>For all questions or issue regarding this device, pls visit our forum: [https://forum.m5stack.com/category/41/core2-for-aws](https://forum.m5stack.com/category/41/core2-for-aws) ## Product Feature diff --git a/docs/en/core/m5paper.md b/docs/en/core/m5paper.md index 63f4d7dd..466917a3 100644 --- a/docs/en/core/m5paper.md +++ b/docs/en/core/m5paper.md @@ -246,6 +246,8 @@ For more info on specific pin functions refer to the official ESP32 Docs[ESP32 d - [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample) - [M5EPD-Lib](https://github.com/m5stack/M5EPD) +>When using FactoryTest to load special characters (such as Chinese, Japanese), please put the font file into the TF card and name it as `font.ttf`.[download ttf file](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf) + ## Schematic - [M5 PAPER Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/m5paper/M5_PAPER_SCH.pdf) diff --git a/docs/en/quick_start/m5paper/quick_start_arduino.md b/docs/en/quick_start/m5paper/quick_start_arduino.md index 4e8484af..a2692c16 100644 --- a/docs/en/quick_start/m5paper/quick_start_arduino.md +++ b/docs/en/quick_start/m5paper/quick_start_arduino.md @@ -86,6 +86,8 @@ - [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample) - [M5EPD-Lib](https://github.com/m5stack/M5EPD) +>When using FactoryTest to load special characters (such as Chinese, Japanese), please put the font file into the TF card and name it as `font.ttf`.[download ttf file](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf) + - **API** - [Arduino API](en/arduino/arduino_home_page?id=m5paper_api) diff --git a/docs/en/unit/unitv.md b/docs/en/unit/unitv.md index a6c6fb1e..5ee4a5df 100644 --- a/docs/en/unit/unitv.md +++ b/docs/en/unit/unitv.md @@ -22,7 +22,6 @@ Support MicroPython development environment, which makes the program code more c It is equipped with two programmable keys and an RGB LED indicator on the front for convenient status display.At the bottom, there is a HY2.0*4P interface and a type-C interface compatible with grove, which is convenient to connect with the main controller. Support TF card to expand memory, related material and model file call more convenient. - ## Product Features @@ -289,6 +288,16 @@ UNIT-V does not currently recognize all types of MicroSD cards. We have tested s - **Web page** - [sipeed](https://maixpy.sipeed.com/en/) - **datasheet** - [K210](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/kendryte_datasheet_en.pdf) +## PinMap + + + + + +
UnitVGPIO8GPIO19GPIO18GPIO34,GPIO35
HardwareRGB LEDButton AButton B
HY2.0-4PInterface
+ + + ## Example If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/UnitV/track_ball) diff --git a/docs/en/unit/unitv_ov7740.md b/docs/en/unit/unitv_ov7740.md index ac56f9f2..a0cd8560 100644 --- a/docs/en/unit/unitv_ov7740.md +++ b/docs/en/unit/unitv_ov7740.md @@ -301,6 +301,12 @@ UNIT-V does not currently recognize all types of MicroSD cards. We have tested s ## PinMap + + + + +
UnitVGPIO8GPIO19GPIO18GPIO34,GPIO35
HardwareRGB LEDButton AButton B
HY2.0-4PInterface
+ ## Example diff --git a/docs/index.html b/docs/index.html index 6ccbd998..39857abc 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -M5Stack Docs - The reference docs for M5Stack products.
- + - + diff --git a/docs/zh_CN/api/axp192_core2.md b/docs/zh_CN/api/axp192_core2.md index 8afad9ec..6675dd8d 100644 --- a/docs/zh_CN/api/axp192_core2.md +++ b/docs/zh_CN/api/axp192_core2.md @@ -1,4 +1,4 @@ -# AXP192 + + + + + + +## SetLcdVoltage() + +**函数原型:** + +`void SetLcdVoltage(uint16_t voltage);` + +**功能:设置屏幕电压,调整亮度,参数有效范围 2500-3300** + +**例程:** +```arduino +#include + +void setup() { + M5.begin(); //By default, "M5.begin()" will initialize AXP192 chip + M5.Axp.ScreenBreath(12); +} +void loop() { + +} +``` + + diff --git a/docs/zh_CN/atom/atom_motion.md b/docs/zh_CN/atom/atom_motion.md index 1cccf019..4ce875c0 100644 --- a/docs/zh_CN/atom/atom_motion.md +++ b/docs/zh_CN/atom/atom_motion.md @@ -6,35 +6,61 @@ ## 描述 -**ATOM Motion** 是适配ATOM主控系列的舵机&DC电机驱动方案,内部集成 - -提供4通道舵机,2通道DC电机接口。不具备独立供电,因此仅建议用于负载场景。 +**ATOM Motion** 是适配ATOM主控系列的舵机&DC电机驱动方案,内部集成STM32控制芯片,采用I2C通信控制方式。提供4通道舵机,2通道DC电机接口。集成规格16340锂电池(容量700mAh)。 两路HY2.0-4P接口拓展,对4个PIN脚进行了引出,能够用于外接一些传感器与拓展设备。 ## 产品特性 -4 channel servo -2 channel DC motor +- 4通道舵机控制 +- 2通道直流电机控制 +- 内嵌锂电池 +- HY2.0-4P拓展接口 ## 管脚映射 +- I2C Interface: **0x38** + - - + + +
ATOMG22G19G23G33
HdriverFAULTIN1IN2VIN-1/10
ATOMG21G25
ATOM MotionSCLSDA
+ +- HY2.0-4P + + + +
ATOMG23、G33G22、G19
ATOM MotionPORT-B(Black)PORT-C(Blue)
## I2C寄存器 -- I2C Address: **0x38** +- I2C Address: **0x38** - - + + +
FunctionReg AddressData RangeR/W
Servo/CLKCS
MotorMOSIMISOCLK CS
Servo(1~4)0x00~0x03angle: 0-180R/W<
Servo(1~4)0x10~0x17pulse: 500-2500R/W<
Motor(1~2)0x20~0x21speed: -127-127R/W<
+## 原理图 + + + +## 案例程序 + +- [Arduino代码示例](https://github.com/m5stack/M5Atom/tree/master/examples/ATOM_BASE/ATOM_Motion) + + diff --git a/docs/zh_CN/core/m5paper.md b/docs/zh_CN/core/m5paper.md index 8c49cf99..b0f8e857 100644 --- a/docs/zh_CN/core/m5paper.md +++ b/docs/zh_CN/core/m5paper.md @@ -246,6 +246,7 @@ - [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample) - [M5EPD-Lib](https://github.com/m5stack/M5EPD) +>在使用FactoryTest加载特殊字符(如中文,日文)时,请向TF卡中放入字体文件,并命名为`font.ttf`。[ttf文件下载地址](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf) ## 原理图 diff --git a/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md b/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md index a34a7d94..718a9171 100644 --- a/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md +++ b/docs/zh_CN/quick_start/m5paper/quick_start_arduino.md @@ -86,6 +86,8 @@ - [M5EPD_TTFExample](https://github.com/m5stack/M5EPD_TTFExample) - [M5EPD-Lib](https://github.com/m5stack/M5EPD) +>在使用FactoryTest加载特殊字符(如中文,日文)时,请向TF卡中放入字体文件,并命名为`font.ttf`。[ttf文件下载地址](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/example/Font.ttf) + - **API** - [Arduino API](zh_CN/arduino/arduino_home_page?id=m5paper_api) diff --git a/docs/zh_CN/unit/unitv.md b/docs/zh_CN/unit/unitv.md index 42e77794..829acb90 100644 --- a/docs/zh_CN/unit/unitv.md +++ b/docs/zh_CN/unit/unitv.md @@ -18,7 +18,6 @@ **UNIT-V**是一款搭载Kendryte K210的AI视觉处理摄像头单元,集成双核64位RISC-V CPU和最先进的神经网络处理器边缘计算片上系统.UNIT-V AI摄像头体积非常小巧,适合嵌入到各种设备当中,具备机器视觉处理能力,支持多种图像识别能力( 如实时获取被检测目标的大小与坐标 • 实时获取被检测目标的种类),并且能够在低功耗情况下进行卷积神经网络计算,因此UNIT-V会是一个很好的零门槛机器视觉嵌入式解决方案.它支持MicroPython开发环境,这使得你在使用UNIT-V上进行项目开发时,程序代码将会更加精简.搭载OV2640 200万像素图像传感器,是机器视觉项目的理想选择.机身配备两个可编程按键,正面有一颗RGB LED指示灯,方便进行状态显示.底部提供一个兼容HY2.0*4P接口和一个TYPE-C接口,可以与主控设备进行连接.支持TF卡扩展内存,相关素材及模型文件调用使用更方便. - ## 产品特性 @@ -290,6 +289,17 @@ Unit V目前并不能识别所有类型的MicroSD卡,我们对一些常见的M - 需配合RoverC使用[点击此处下载示例](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/UnitV/track_ball) +## 管脚映射 + + + + + +
UnitVGPIO8GPIO19GPIO18GPIO34,GPIO35
HardwareRGB LEDButton AButton B
HY2.0-4PInterface
+ + + + ## 相关视频