首页 > 器件类别 > 嵌入式解决方案 > 工程工具 > 传感器开发工具 > 加速传感器开发工具

EV3672A

加速传感器开发工具 DIP Evaluation Board For MC3672

器件类别:嵌入式解决方案    工程工具    传感器开发工具    加速传感器开发工具   

厂商名称:mCube

厂商官网:http://www.mcubemems.com

器件标准:

下载文档
EV3672A 在线购买

供应商:

器件:EV3672A

价格:-

最低购买:-

库存:点击查看

点击购买

器件参数
参数名称
属性值
厂商名称
mCube
产品种类
加速传感器开发工具
产品
Evaluation Boards
类型
Accelerometer Sensors
工具用于评估
MC3672
工作电源电压
1.8 V
描述/功能
DIP evaluation board for MC3672
灵敏度
8 LSB/g to 4096 LSB/g
系列
MC3600
加速
2 g, 4 g, 8 g, 12 g, 16 g
传感轴
Triple Axis
文档预览
MC3672 Accelerometer Driver
Quick Start Guide and Demo
GENERAL DESCRIPTION
The MC3672 is an ultra-low power, low
noise, integrated digital output 3-axis
accelerometer with a feature set optimized
for wearables and consumer product
motion sensing. Applications include
wearable consumer products, IoT devices,
user interface control, gaming motion input,
electronic compass tilt compensation for
cell phones, game controllers, remote
controls and portable media products.
The EVA3672A is a prebuilt circuit board
with MC3672 WLCSP 3-axes sensor. The
MC3672 has internal sample rate from
14 to
1300
samples / second and measures
acceleration with a wide usage range, from
+/-2g up to +/-16g, and 6-bit to 14-bit high
precision ADC output, which is easy to fit
on top of the microcontroller, such as an
Arduino. The accelerometer communicates
via I2C and gives out motion detection or
sample acquisition conditions to trigger an
interrupt toward a MCU.
The sensor data is easily readable by
connecting DVDD to 3.3V, GND to ground,
and SCL/SDA pins to your Arduino I2C
clock and data pin respectively. Download
the MC3672 library from GitHub onto the
board, run the example sketch, and then
sensor data shortly comes out in raw data
count and SI unit accelerometer
measurements. An easy-to-use
demonstration on EVA3672A using the
Arduino platform is included in this
document.
MC3672 FEATURES
Range, Sampling & Power
±2,4,8,12 or 16g ranges
8, 10 or 12-bit resolution with FIFO
o
14-bit single samples
Sample rate 14 - 1300 samples/sec
Sample trigger via internal oscillator,
clock pin or software command
Sniff and Wake modes
0.4 μA Sniff current @ 6Hz
Separate or combined sniff/wake
Ultra-Low Power with 32 sample
FIFO
o
0.9 μA typical current @ 25Hz
o
1.6 μA typical current @ 50Hz
o
2.8 μA typical current @ 100Hz
o
36 μA typical current @ 1300Hz
Simple System Integration
I2C interface, up to 1 MHz
SPI Interface, up to 8 MHz
1.29 × 1.09 × 0.742 mm 8-pin
WLCSP package
Single-chip 3D silicon MEMS
Low noise to 2.3mg RMS
mCube Proprietary.
© 2018 mCube Inc. All rights reserved.
APS-045-0017v1.2
1 / 19
MC3672 Accelerometer Driver
Quick Start Guide and Demo
TABLE OF CONTENTS
1
2
3
4
5
6
7
8
9
General Operation ........................................................................................................... 3
Assembly and Test .......................................................................................................... 6
Demo ............................................................................................................................... 8
Library Reference .......................................................................................................... 11
Downloads ..................................................................................................................... 15
Schematics .................................................................................................................... 16
Fabrication print ............................................................................................................. 17
Revision History ............................................................................................................. 18
Legal .............................................................................................................................. 19
mCube Proprietary.
© 2018 mCube Inc. All rights reserved.
APS-045-0017v1.2
2 / 19
MC3672 Accelerometer Driver
Quick Start Guide and Demo
1 GENERAL OPERATION
1.1 PINOUTS
1.2 POWER PINS
DVDD
– 3.3V Power Supply Input
GND
– Ground Pin for Power and Logic
1.3 I2C PINS
Connect the
SCL
(I2C clock pin) to your microcontroller’s I2C clock line. This pin can be
used with
3V
logic. A
4.7K
pull-up resistor is required for this pin. Simply, add a
4.7K
pull-
up resistor on
R4
to make the I2C clock signal works normally.
Connect the
SDA
(I2C data pin) to your microcontroller’s I2C data line. This pin can be
used with
3V
logic. A
4.7K
pull-up resistor is required for this pin. Simply, add a
4.7K
pull-
up resistor on
R5
to ensure functionality of the I2C data signal.
mCube Proprietary.
© 2018 mCube Inc. All rights reserved.
APS-045-0017v1.2
3 / 19
MC3672 Accelerometer Driver
Quick Start Guide and Demo
R4, R5:
If using I2C and I2C pull-up resistors are needed for your application then
install~4.7KΩ resistors into R4 (SCL clock pin) and R5 (SDA data pin) which are not
installed by factory default. In addition, besides soldering resisters on R4/R5, you can add
axial lead 4.7K ohm resistors to the SDA and SCL pin respectively. It will work the same
either way.
NOTE:
DO NOT install more than one setup pull-up resistors per I2C bus.
1.4 SPI PINS
With an SPI connection, there is always one master device (usually a microcontroller)
which controls the peripheral devices. Typically, there are three wires commonly
connected to all the devices:
Connect the
SCS
(Slave Select) to the pin on the device that the master can use to enable
and disable SPI cycles.
Connect the
SCL
(Serial clock) to the pin where the clock pulses synchronize data
transmission generated by the master
Connect
SDO
to the pin
where the Slave sends data to the master (Master Input, Slave
Output).
Connect
SDA
to the
pin where the Master sends data to the peripherals (Master Output,
Slave Input).
mCube Proprietary.
© 2018 mCube Inc. All rights reserved.
APS-045-0017v1.2
4 / 19
MC3672 Accelerometer Driver
1.5 INTERRUPT PINS
Quick Start Guide and Demo
INT
- HW interrupt signal pin. This pin will be triggered by the device when data is ready
to read, or a motion event is detected by the accelerometer. (Not currently supported in
the library for the interrupt pin, so please check the datasheet for the I2C commands and
related registers).
mCube Proprietary.
© 2018 mCube Inc. All rights reserved.
APS-045-0017v1.2
5 / 19
查看更多>
RISC-V MCU开发实战(四) :步进电机
软件平台 : MounRiver Studio(MRS) ,硬件平台 : CH32V103 开...
Moiiiiilter 单片机
【SAMR21新玩法】10. 串口通信-3
在makecode中,串口还有一个特殊用法,就是将串口的输出连接到控制台,这样就可以方便的打印调试...
dcexpert MicroPython开源版块
EZ430-RF2500 ADC怎么才能达到200KSPS?
小弟最近在做一个项目,要求用EZ430-RF2500 ED端采样正弦波,无线发送到AP端,要求采样频...
kaosun 微控制器 MCU
C2000LaunchPad学循环查询按键点亮LED
#include F2802x_Device.h #include DSP28x_Project...
灞波儿奔 微控制器 MCU
求大神科普目前主流TOF传感器的工艺技术和制程节点
想了解一下目前市场上TOF传感器芯片的工艺技术,是不是用的CIS 技术?制程是多大的?它属于一种光...
发烧不能高 传感器
热门器件
热门资源推荐
器件捷径:
L0 L1 L2 L3 L4 L5 L6 L7 L8 L9 LA LB LC LD LE LF LG LH LI LJ LK LL LM LN LO LP LQ LR LS LT LU LV LW LX LY LZ M0 M1 M2 M3 M4 M5 M6 M7 M8 M9 MA MB MC MD ME MF MG MH MI MJ MK ML MM MN MO MP MQ MR MS MT MU MV MW MX MY MZ N0 N1 N2 N3 N4 N5 N6 N7 N8 NA NB NC ND NE NF NG NH NI NJ NK NL NM NN NO NP NQ NR NS NT NU NV NX NZ O0 O1 O2 O3 OA OB OC OD OE OF OG OH OI OJ OK OL OM ON OP OQ OR OS OT OV OX OY OZ P0 P1 P2 P3 P4 P5 P6 P7 P8 P9 PA PB PC PD PE PF PG PH PI PJ PK PL PM PN PO PP PQ PR PS PT PU PV PW PX PY PZ Q1 Q2 Q3 Q4 Q5 Q6 Q8 Q9 QA QB QC QE QF QG QH QK QL QM QP QR QS QT QV QW QX QY R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 RA RB RC RD RE RF RG RH RI RJ RK RL RM RN RO RP RQ RR RS RT RU RV RW RX RY RZ
需要登录后才可以下载。
登录取消