diff --git a/docs/assets/img/product_pics/module/servo2/servo2.webp b/docs/assets/img/product_pics/module/servo2/servo2.webp new file mode 100644 index 00000000..a0cf968f Binary files /dev/null and b/docs/assets/img/product_pics/module/servo2/servo2.webp differ diff --git a/docs/assets/img/quick_start/v_function/tag_reader_sample.webp b/docs/assets/img/quick_start/v_function/tag_reader_sample.webp new file mode 100644 index 00000000..fdaec5fc Binary files /dev/null and b/docs/assets/img/quick_start/v_function/tag_reader_sample.webp differ diff --git a/docs/en/module/servo2.md b/docs/en/module/servo2.md index 3814df45..7e0f288d 100644 --- a/docs/en/module/servo2.md +++ b/docs/en/module/servo2.md @@ -1,27 +1,27 @@ # Module SERVO 2 -SKU:M +SKU:M014-B -
+
## Description -**SERVO 2** is an updated servo driver module in the M5Stack stackable module series. It uses a PCA9685 16 channel PWM controller to control 16 channel servos at the same time. The power input is 6-12V DC and two SY8368AQQC chips are used for voltage reduction. +**SERVO 2** is an updated servo driver module in the M5Stack stackable module series. It uses a PCA9685 16 channel PWM controller to control 16 channel servos at the same time. The power input is 6-12V DC and two SY8368AQQC chips are used for voltage reduction. -The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the maximum output power of single channel is 25W (5V / 5A). When the battery base is used for power supply, the maximum output power is 5V / 2A. The module communicates with the host directly through I2C (the default address is 0x40) however the I2C address can be changed through the dial switch. This also means that multiple Servo 2 modules can be stacked and used simultaneously. There is a power switch on the board to control the power supply of Servo 2. +The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the maximum output power of single channel is 25W (5V / 5A). When the battery base is used for power supply, the maximum output power is 5V / 2A. The module communicates with the host directly through I2C (the default address is 0x40) however the I2C address can be changed(0x40 - 0x47) through the dial switch. This also means that multiple Servo 2 modules can be stacked and used simultaneously. There is a power switch on the board to control the power supply of Servo 2. ## Product Features - 16x actuator drive channel - 2X power indicator - I2C address adjustable -- Support internal / external power supply -- DC input: 6-12V -- DC connector type: XT30 (female) +- External DC power supply input: 6-12V +- DC connector type: XT60 ## Include - 1x Servo2 Module +- 1x XT60 power cable(11.5cm) ## Applications @@ -38,11 +38,11 @@ The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the m net weight - g + 28g Gross weight - g + 60g Product Size @@ -50,7 +50,7 @@ The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the m Package Size - mm + 95*65*25mm @@ -62,15 +62,15 @@ The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the m
- Windows - MacOS + Windows + MacOS
@@ -81,6 +81,10 @@ The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the m
+## Schematic + + + ## Related Link - **[PCA9685](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/PCA9685.pdf)** @@ -89,15 +93,7 @@ The maximum total power output of dual channel is 35W (5V / 3.5A * 2), and the m ### 1. Arduino IDE -To get the complete code, please click [here]() - -## MBUS PinMap - - - -## Schematic - - +To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO2)