mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of github.com:m5stack/m5-docs
This commit is contained in:
@@ -6,16 +6,14 @@
|
||||
|
||||
## Description
|
||||
|
||||
**3.96port** a GROVE-to-VH3.96 interface convertor.
|
||||
The HT3.96 piece is 4 pins.
|
||||
HT3.96 is classed as Pluggable System Terminal Block catelog.
|
||||
**3.96port** is a GROVE-to-VH3.96 interface converter, The HT3.96 component has 4 pins and is based on Pluggable System Terminal Block structure.
|
||||
|
||||
Terminal blocks are used to secure and/or terminate wires and, in their simplest form, consist of several individual terminals arranged in a long strip. Terminals are useful for connecting wiring to a ground or, in the case of electrical power, for connecting electrical switches and outlets to the mains
|
||||
The Terminal blocks are used to secure and/or terminate wires. in their simplest form, they consist of several individual terminals arranged in a long strip. Terminals are useful for connecting wiring to a ground or, in the case of electrical power, for connecting electrical switches and outlets to the mains
|
||||
|
||||
## Product Features
|
||||
|
||||
- 1x HT3.96 connector(4 pins)
|
||||
- 2x Lego cpmpatible holes
|
||||
- 2x LEGO compatible holes
|
||||
|
||||
|
||||
## Include
|
||||
@@ -85,4 +83,4 @@ Terminal blocks are used to secure and/or terminate wires and, in their simplest
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
+11
-10
@@ -6,24 +6,25 @@
|
||||
|
||||
## Description
|
||||
|
||||
**ACCEL** is a motion sensor Unit. Integrated with ADXL 345, ACC is able to obtain 3- axis of Acceleration. ADXL 345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through I2C digital interface. In this Unit, we used I2C series interface.
|
||||
**ACCEL** is a motion sensor Unit. Integrated with ADXL 345 and ACC it is able to obtain 3-axis of Acceleration. ADXL 345 is a small, thin, ultra-low power consumption 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and it is accessible through I2C digital interface. In this Unit, we used I2C series interface.
|
||||
<br>
|
||||
|
||||
*What is an accelerometer?*<br>
|
||||
An accelerometer is an electromechanical device that will measure acceleration forces. These forces may be static, like the constant force of gravity pulling at your feet, or they could be dynamic - caused by moving or vibrating the accelerometer.
|
||||
<br>
|
||||
|
||||
*What are accelerometers useful for?*<br>
|
||||
By measuring the amount of static acceleration due to gravity, you can find out the angle the device is tilted at with respect to the earth. By sensing the amount of dynamic acceleration, you can analyze the way the device is moving. At first, measuring tilt and acceleration doesn't seem all that exciting. However, engineers have come up with many ways to make really useful products with them.
|
||||
By measuring the amount of static acceleration, due to gravity, you can find out the angle the device is tilted at with respect to the earth. By sensing the amount of dynamic acceleration - You can analyze the way the device is moving. At first, measuring tilt and acceleration doesn't seem all that exciting. However, engineers have come up with many ways to make really useful products with them.
|
||||
<br><br><br>
|
||||
<img src="assets/img/product_pics/unit/accel/accel_03.webp" width="30%" height="30%">
|
||||
|
||||
## Product Features
|
||||
|
||||
- Ultralow power
|
||||
- Single tap/double tap detection
|
||||
- Activity/inactivity monitoring
|
||||
- Ultra low power consumption
|
||||
- Single tap/double tap detection
|
||||
- Activity/inactivity monitoring
|
||||
- Free-fall detection
|
||||
- I2C digital interfaces
|
||||
- I2C digital interface
|
||||
- Wide temperature range
|
||||
|
||||
|
||||
@@ -89,8 +90,8 @@ By measuring the amount of static acceleration due to gravity, you can find out
|
||||
|
||||
## Related Link
|
||||
|
||||
- Datasheet - **[ADXL345](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/ADXL345_en.pdf)**
|
||||
|
||||
- Datasheet - **[ADXL345](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/ADXL345_en.pdf)**
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="assets/img/product_pics/unit/accel/accel_04.webp">
|
||||
@@ -122,7 +123,7 @@ To get complete code, please click [here](https://github.com/m5stack/M5Stack/tre
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
- [Click here to get UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ACCEL/UIFLOW)
|
||||
- [Click here to get UIFlow complete code](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ACCEL/UIFLOW)
|
||||
|
||||
<img src="assets/img/product_pics/unit/accel/ACCEL_05.webp">
|
||||
|
||||
@@ -133,4 +134,4 @@ To get complete code, please click [here](https://github.com/m5stack/M5Stack/tre
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
+6
-7
@@ -19,8 +19,7 @@ The I2C address is 0x48.
|
||||
- INL: 0.0125% of FSR MAX
|
||||
- CONTINUOUS SELF-CALIBRATION
|
||||
- SINGLE-CYCLE CONVERSION
|
||||
- PROGRAMMABLE GAIN AMPLIFIER
|
||||
GAIN = 1, 2, 4, OR 8
|
||||
- PROGRAMMABLE GAIN AMPLIFIER with gain range of 1, 2, 4, OR 8
|
||||
- LOW NOISE: 4µVp-p
|
||||
- PROGRAMMABLE DATA RATE: 8SPS to 128SPS
|
||||
- INTERNAL SYSTEM CLOCK
|
||||
@@ -28,7 +27,7 @@ GAIN = 1, 2, 4, OR 8
|
||||
- POWER SUPPLY: 2.7V to 5.5V
|
||||
- LOW CURRENT CONSUMPTION: 90µA
|
||||
- AVAILABLE IN EIGHT DIFFERENT ADDRESSES
|
||||
- Two Lego-compatible holes
|
||||
- Two LEGO-compatible holes
|
||||
|
||||
|
||||
## Include
|
||||
@@ -45,7 +44,7 @@ GAIN = 1, 2, 4, OR 8
|
||||
|
||||
|
||||
## Specification
|
||||
|
||||
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -101,7 +100,7 @@ GAIN = 1, 2, 4, OR 8
|
||||
|
||||
## Related Link
|
||||
|
||||
- **Datasheet**
|
||||
- **Datasheet**
|
||||
- [ADS1100](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/ADS1100_en.pdf)
|
||||
|
||||
## EasyLoader
|
||||
@@ -114,7 +113,7 @@ GAIN = 1, 2, 4, OR 8
|
||||
|
||||
>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)
|
||||
|
||||
## Schematic
|
||||
|
||||
@@ -146,4 +145,4 @@ If you want the complete code, please click [here](https://github.com/m5stack/M5
|
||||
anchor_search(purchase_link);
|
||||
scrollFunc();
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
## Description
|
||||
|
||||
**PbHub** Expander unit is a single-bus board which is controlled using GROVE PortB connector (The black port on the M5Go Base).
|
||||
The expaner unit contains 6 ports all in 1 unit. PortB can be used as GPIO and Analog in (the two data lines are connected to GPIO36 and GPIO26 on the ESP32 module).
|
||||
The expander unit contains 6 ports all in 1 unit. PortB can be used as GPIO and Analog in (the two data lines are connected to GPIO36 and GPIO26 on the ESP32 module).
|
||||
|
||||
Similar to the PaHub Unit, the PbHub provides solution for multiple devices control using a single port - PortB. With PbHub each of the IO can be configured as input and output, it has a built-in MEGA328 MCU with a simple driver firmware installed.
|
||||
|
||||
*Notice: Please pay attention to the order of the channels while programing the PbHub*
|
||||
@@ -18,7 +19,7 @@ Similar to the PaHub Unit, the PbHub provides solution for multiple devices cont
|
||||
|
||||
*Notice2: Not all M5 Units with PortB (Black) are able to be extended by PbHUB. PbHUB can only apply to basic single-bus communication like digital read and write, analog read and write, which is implemented by I2C protocol (controlled by the MEGA328 MCU).<br>
|
||||
|
||||
The PbHub extension mechanism that allows it to control IO using a single-bus data transfer wires is embedded inside the Mega328 with pre-programmed functionalities such as: GPIO, AD and DA to enable digital read and write and analog read and write features. In this case, the PbHub is sometimes not necessary for applications that doesn't require such specific features or require features outside of the scope of the IO pins both for analog and digital IO. For example, if some project requires PWN functionalities - the PbHub won't be useful for such application as there is no support for PWN.*
|
||||
The PbHub extension mechanism that allows it to control IO using a single-bus data transfer wires is embedded inside the Mega328 with pre-programmed functionalities such as: GPIO, AD and DA to enable digital read and write and analog read and write features. In this case, the PbHub is sometimes not necessary for applications that doesn't require such specific features or require features outside of the scope of the IO pins both for analog and digital IO. For example, if some project requires PWM functionalities - the PbHub won't be useful for such application as there is no support for PWM.*
|
||||
|
||||
See the below picture for timing sequence of HX711:
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user