Files

155 lines
4.7 KiB
Markdown
Raw Permalink Normal View History

2020-03-19 21:06:45 +08:00
# ADC
2018-12-25 16:04:58 +08:00
<el-tag effect="plain">SKU:U013</el-tag>
2020-03-19 14:40:22 +08:00
2020-10-27 23:34:31 +08:00
<div class="product_pic"><img src="assets/img/product_pics/unit/adc/unit_adc_01.webp"></div>
2018-12-25 16:04:58 +08:00
## Description
2020-12-11 16:09:47 +08:00
**ADC** unit is an integrated ADS1100 device which is a fully differential, 16-bit, self-calibrating, delta-sigma A/D converter.
2018-12-25 16:04:58 +08:00
2020-12-11 16:09:47 +08:00
It communicates through the I2C interface, which means you can collect AD data through PortA on the M5Core device in order to enhance your A/D capabilities and performance.
The default I2C address is 0x48 unless changed manually.
2018-12-25 16:04:58 +08:00
2020-06-18 09:30:41 +08:00
## Product Features
2019-05-05 11:28:54 +08:00
2020-12-10 10:47:37 +08:00
- COMPLETE DATA ACQUISITION SYSTEM IN A TINY SOT23-6 PACKAGE
2019-05-05 11:28:54 +08:00
- 16-BITS NO MISSING CODES
- INL: 0.0125% of FSR MAX
- CONTINUOUS SELF-CALIBRATION
- SINGLE-CYCLE CONVERSION
2020-11-26 17:32:38 +08:00
- PROGRAMMABLE GAIN AMPLIFIER with gain range of 1, 2, 4, OR 8
2019-05-05 11:28:54 +08:00
- LOW NOISE: 4µVp-p
- PROGRAMMABLE DATA RATE: 8SPS to 128SPS
- INTERNAL SYSTEM CLOCK
- I2CTM INTERFACE
- POWER SUPPLY: 2.7V to 5.5V
- LOW CURRENT CONSUMPTION: 90µA
- AVAILABLE IN EIGHT DIFFERENT ADDRESSES
2020-11-26 17:32:38 +08:00
- Two LEGO-compatible holes
2020-06-10 14:13:34 +08:00
2018-12-25 16:04:58 +08:00
2020-05-21 17:55:38 +08:00
## Include
- 1x ADC unit
- 1x GROVE Cable
- 1x HT3.96 Male Socket(2 pins)
2020-02-12 16:55:19 +08:00
## Applications
2018-12-25 16:04:58 +08:00
- ECG signal acquisition
- Blood pressure measurement
- Dynamometer
2019-04-17 20:04:52 +08:00
2020-05-21 17:55:38 +08:00
## Specification
2020-11-26 17:32:38 +08:00
2020-05-21 17:55:38 +08:00
<table class="table-1">
<thead>
<tr>
<th>Resources</th>
<th>Parameter</th>
</tr>
</thead>
<tbody>
<tr>
<td> INL </td>
<td> The full scale is 0.0125% of the range (maximum value) </td>
</tr>
<tr>
<td> Gain multiple </td>
<td> 1, 2, 4, 8 </td>
</tr>
<tr>
<td> Programming rate </td>
<td> 8SPS to 128SPS </td>
</tr>
<tr>
<td> Working voltage range </td>
<td> 2.7 V to 5.5 V </td>
</tr>
<tr>
<td> Current </td>
<td> 90µA </td>
</tr>
<tr>
<td> Noise </td>
<td> 4μVp-p </td>
</tr>
2021-02-05 17:58:59 +08:00
<tr>
<td>Communication protocol</td>
<td>I2C:0x48</td>
</tr>
2020-05-29 16:36:24 +08:00
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-29 16:36:24 +08:00
<td>4g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>19g</td>
</tr>
<tr>
<td>Product Size</td>
<td>32*24*10mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>67*53*12mm</td>
</tr>
2020-05-21 17:55:38 +08:00
</tbody>
</table>
2019-04-17 20:04:52 +08:00
2018-12-25 16:04:58 +08:00
## Related Link
2020-11-26 17:32:38 +08:00
- **Datasheet**
2020-04-24 21:10:31 +08:00
- [ADS1100](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/ADS1100_en.pdf)
2018-12-25 16:04:58 +08:00
2019-06-13 18:06:23 +08:00
## EasyLoader
2020-04-08 14:09:44 +08:00
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
2019-06-13 18:06:23 +08:00
2020-08-25 11:49:40 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_ADC.exe"><el-button type="primary">download EasyLoader</el-button></a>
2019-06-06 20:01:45 +08:00
2019-07-30 11:52:28 +08:00
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. .
2019-06-06 20:01:45 +08:00
2019-07-30 11:52:28 +08:00
>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**)
2019-06-06 20:01:45 +08:00
2020-11-26 17:32:38 +08:00
> 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)
2019-06-06 20:01:45 +08:00
2020-04-24 21:10:31 +08:00
## Schematic
<img src="assets/img/product_pics/unit/adc_sch.JPG">
2020-06-18 09:30:41 +08:00
## PinMap
2020-04-24 21:10:31 +08:00
<table>
2020-12-11 16:09:47 +08:00
<tr><td>M5Core (GROVE A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
2020-04-24 21:10:31 +08:00
<tr><td>ADC Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>
2019-06-10 16:03:56 +08:00
## Example
2021-02-05 16:54:45 +08:00
### 1. Arduino
2018-12-25 16:04:58 +08:00
2021-02-05 16:54:45 +08:00
- [Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ADC_ADS1100)
2018-12-25 16:04:58 +08:00
2019-02-22 17:44:00 +08:00
### 2. UIFlow
2021-02-05 16:54:45 +08:00
- [Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ADC/UIFlow)
2019-02-22 17:44:00 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/unit/unit_example/ADC/example_unit_adc_01.webp">
2018-12-25 16:04:58 +08:00
2020-12-11 16:09:47 +08:00
<el-divider content-position="right">Last updated: 2020-12-11</el-divider>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/adc-unit';
anchor_search(purchase_link);
scrollFunc();
2020-11-26 17:32:38 +08:00
</script>