diff --git a/docs/en/unit/accel.md b/docs/en/unit/accel.md index e14b9fed..2225e10c 100644 --- a/docs/en/unit/accel.md +++ b/docs/en/unit/accel.md @@ -113,7 +113,7 @@ By measuring the amount of static acceleration, due to gravity, you can find out >2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) -?> 3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +> 3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) ## Example diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md index abace373..43fd9b4f 100644 --- a/docs/en/unit/adc.md +++ b/docs/en/unit/adc.md @@ -9,12 +9,11 @@ **ADC** integrated with ADS1100 which is a fully differential, 16-bit, self-calibrating,delta-sigma A/D converter. It communicates through an I2C interface,which means you can collect AD data thru PortA on M5 core from this unit to enhence your A/D performance. -The I2C address is 0x48. +The default I2C address is 0x48. ## Product Features -- COMPLETE DATA ACQUISITION SYSTEM IN A - TINY SOT23-6 PACKAGE +- COMPLETE DATA ACQUISITION SYSTEM IN A TINY SOT23-6 PACKAGE - 16-BITS NO MISSING CODES - INL: 0.0125% of FSR MAX - CONTINUOUS SELF-CALIBRATION diff --git a/docs/en/unit/ameter.md b/docs/en/unit/ameter.md index a9ec6939..be38d72c 100644 --- a/docs/en/unit/ameter.md +++ b/docs/en/unit/ameter.md @@ -6,7 +6,9 @@ ## Description -**Ammeter Unit** is a current meter that can monitor the current in real time. The 16-bit ADC (analog-to-digital) converter ADS1115 is used internally to communicate through I2C (0X48). In order to ensure the measurement accuracy, there is a built-in DC-DC isolated power supply, and the I2C interface is also electrically isolated through the low-power isolator CA-IS3020S. This prevents noise and surges on the data bus or other circuits from entering the local ground terminal to interfere or damage sensitive circuits. Each Unit is individually calibrated when leaving the factory, with inital Accurancy 0.1%FS, ±1 count, resolution 0.3mA. The unit has a maximum measurement current of ±4A, and an internal integrated 4A fuse to prevent excessive measurement current from burning out the circuit. +**Ammeter Unit** is a current meter that can monitor the current in real time. The 16-bit ADC (analog-to-digital) converter ADS1115 is used internally to communicate through I2C (By default the address is 0X48). + +In order to ensure the measurement accuracy, there is a built-in DC-DC isolated power supply, and the I2C interface is also electrically isolated through the low-power isolator CA-IS3020S. This prevents noise and surges on the data bus or other circuits from entering the local ground terminal to interfere or damage sensitive circuits. Each Unit is individually calibrated when leaving the factory, with initial accuracy 0.1%FS, ±1 count, resolution 0.3mA. The unit has a maximum measurement current of ±4A, and an internal integrated 4A fuse to prevent excessive measurement current from burning out the circuit. >? EEPROM (0x51) has built-in calibration parameters when leaving the factory. Please do not write to the EEPROM, otherwise the calibration data will be overwritten and the measurement results will be inaccurate. @@ -34,7 +36,7 @@ - galvanometer ## Specification - +
| Resources | @@ -129,7 +131,7 @@ bool Ammeter::saveCalibration2EEPROM(ammeterGain_t gain, int16_t hope, int16_t a ## Related Link -- **Datasheet** +- **Datasheet** - [CA-IS3020S](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/CA-IS3020S.pdf) - [ADS1115](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/ADS1115.PDF) @@ -157,4 +159,4 @@ bool Ammeter::saveCalibration2EEPROM(ammeterGain_t gain, int16_t hope, int16_t a anchor_search(purchase_link); scrollFunc(); - \ No newline at end of file + diff --git a/docs/en/unit/angle.md b/docs/en/unit/angle.md index 011919ee..471a5281 100644 --- a/docs/en/unit/angle.md +++ b/docs/en/unit/angle.md @@ -6,12 +6,14 @@ ## Description -**ANGLE** is a rotary switch Unit,simply having a **10K** potentiometer inside. This unit can be used for Continuous singal dialing control, such as volume, brightness, or motor speed. +**ANGLE** is a rotary switch Unit which simply includes a **10K** Ohm potentiometer inside. This unit can be used for Continuous singal dialing control, such as volume, brightness, or motor speed. + +A potentiometer is a manually adjustable variable resistor with three terminals. Two terminals are connected to a resistive element, the third terminal is connected to an adjustable wiper. The position of the wiper determines the output voltage. -A potentiometer is a manually adjustable, variable resistor with three terminals. Two terminals are connected to a resistive element, the third terminal is connected to an adjustable wiper. The position of the wiper determines the output voltage. The out voltage is captured and converted by AD on ESP32 on portB. *In M5Stack product system, Normally the Grove color indicates the type of communications.* + - Black: Single BUS (AD ,DA ,GPIO) - Red: I2C - Blue:Uart @@ -35,7 +37,7 @@ The Unit's Grove interface is black, specify it is an analog interface that shou ## Specification - +