mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
4.7 KiB
4.7 KiB
ADC
SKU:U013
Description
ADC unit is an integrated ADS1100 device which is a fully differential, 16-bit, self-calibrating, delta-sigma A/D converter.
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.
Product Features
- COMPLETE DATA ACQUISITION SYSTEM IN A TINY SOT23-6 PACKAGE
- 16-BITS NO MISSING CODES
- INL: 0.0125% of FSR MAX
- CONTINUOUS SELF-CALIBRATION
- SINGLE-CYCLE CONVERSION
- 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
- I2CTM INTERFACE
- POWER SUPPLY: 2.7V to 5.5V
- LOW CURRENT CONSUMPTION: 90µA
- AVAILABLE IN EIGHT DIFFERENT ADDRESSES
- Two LEGO-compatible holes
Include
- 1x ADC unit
- 1x GROVE Cable
- 1x HT3.96 Male Socket(2 pins)
Applications
- ECG signal acquisition
- Blood pressure measurement
- Dynamometer
Specification
| Resources | Parameter |
|---|---|
| INL | The full scale is 0.0125% of the range (maximum value) |
| Gain multiple | 1, 2, 4, 8 |
| Programming rate | 8SPS to 128SPS |
| Working voltage range | 2.7 V to 5.5 V |
| Current | 90µA |
| Noise | 4μVp-p |
| Communication protocol | I2C:0x48 |
| Net weight | 4g |
| Gross weight | 19g |
| Product Size | 32*24*10mm |
| Package Size | 67*53*12mm |
Related Link
- Datasheet
EasyLoader
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. .
- 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)
- 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
Schematic
PinMap
| M5Core (GROVE A) | GPIO22 | GPIO21 | 5V | GND |
| ADC Unit | SCL | SDA | 5V | GND |
Example
1. Arduino
2. UIFlow
Last updated: 2020-12-11
<script> var purchase_link = 'https://m5stack.com/collections/m5-unit/products/adc-unit'; anchor_search(purchase_link); scrollFunc(); </script>