首页 > 器件类别 > 开发板/开发套件/开发工具

EV3635A

Bluetooth / 802.15.1 Development Tools Blue Gecko BGM121 u0026 BGM111 SIP Radio

器件类别:开发板/开发套件/开发工具   

厂商名称:mCube

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

下载文档
EV3635A 在线购买

供应商:

器件:EV3635A

价格:-

最低购买:-

库存:点击查看

点击购买

器件参数
参数名称
属性值
产品种类
Product Category
Acceleration Sensor Development Tools
制造商
Manufacturer
mCube
RoHS
Details
产品
Product
Evaluation Boards
类型
Type
Accelerometer Sensors
工具用于评估
Tool Is For Evaluation Of
MC3635
工作电源电压
Operating Supply Voltage
1.8 V/3.3 V
Acceleration
2 g to 16 g
Description/Function
MC36365 accelerometer driver
接口类型
Interface Type
I2C, SPI
最大工作温度
Maximum Operating Temperature
+ 85 C
最小工作温度
Minimum Operating Temperature
- 40 C
Sensing Axis
3-Axis
Sensitivity
8 LSB/g to 4096 LSB/g
文档预览
MC3635 Accelerometer Driver
Quick Start Guide and Demo
GENERAL DESCRIPTION
The MC3635 is an ultra-low power, low
noise, integrated digital output 3-axis
accelerometer with a feature set optimized
for wearables and the Internet of Moving
Things (IoMT) devices. With its low power
modes and tiny footprint this accelerometer
extends sensor battery life and reduces the
space required for the sensor by up to 3X.
Low noise and low power are inherent in
the monolithic fabrication approach.
The EV3635A is a prebuilt circuit board with
the MC3635 accelerometer sensor, with an
internal sample rate from 14 to 1300
samples/second. It measures acceleration
with a wide usage range, from +/-2g up to
+/-16g. It offers 8-bit to 14-bit high-precision
ADC output which is easy mounted onto a
microcontroller platform, such as Arduino.
The accelerometer communicates via I2C
(or SPI) and gives out motion detection or
sample acquisition conditions to trigger an
interrupt toward a MCU.
Sensor data is easily read by simply
connecting DVDD to 3.3V, GND to ground,
and SPI (DOUT, SCK, SCL) pins to your
Arduino SPI (MISO, MOSI, CLK)
respectively. Download the MC3635 library
from mCube’s website onto the board, run
the example sketch, and then sensor data
shortly comes out in raw data count and SI
unit accelerometer measurements.
MC3635 FEATURES
Range, Sampling & Power
±2,4,8,12 or 16g ranges
8, 10 or 12-bit resolution with FIFO
o
14-bit single samples
14 - 1300 samples/sec
o
Sample trigger via internal
oscillator, clock pin or software
command
Sniff and Wake Modes
o
0.4 μA Sniff current @ 6Hz
Ultra-Low Power with 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
I2C interface, up to 1 MHz
SPI Interface, up to 4 MHz
1.6 × 1.6 × 0.94 mm 12-pin package
Single-chip 3D silicon MEMS
Low noise down to 2.3mgRMS
Simple System Integration
mCube Proprietary.
© 2016 mCube Inc. All rights reserved.
APS-0xx-00xxv1.0
1 / 16
MC3635 Accelerometer Driver
Quick Start Guide and Demo
TABLE OF CONTENTS
1
1.1
1.2
1.3
1.4
1.5
General Operation ........................................................................................................... 3
PINOUTS ............................................................................................................................. 3
POWER PINS ...................................................................................................................... 3
SPI PINS .............................................................................................................................. 4
I2C PINS .............................................................................................................................. 4
INTERRUPT PINS ............................................................................................................... 5
2
3
3.1
3.2
ASSEMBLY AND TEST ................................................................................................... 6
DEMO .............................................................................................................................. 7
DOWNLOAD THE DRIVER FROM GITHUB ........................................................................ 7
LOAD THE DEMO ............................................................................................................... 7
4
4.1
4.2
4.3
4.4
4.5
4.6
LIBRARY REFERENCE ................................................................................................ 10
CREATE MCUBE_MC3635 OBJECT ................................................................................ 10
INITIALIZE AND CONFIGURE SENSOR ........................................................................... 10
SET RANGE ...................................................................................................................... 10
READ RANGE ................................................................................................................... 10
READ RESOLUTION ......................................................................................................... 10
READ RAW COUNT DATA ................................................................................................ 10
5
5.1
5.2
DOWNLOADS ............................................................................................................... 11
MC3635 ACCELEROMETER DATASHEET ...................................................................... 11
ALL OTHER MCUBE DOCUMENTATION ......................................................................... 11
6
7
8
9
SCHEMATICS ............................................................................................................... 12
ASSEMBLY DRAWING ................................................................................................. 14
REVISION HISTORY ..................................................................................................... 15
LEGAL ........................................................................................................................... 16
mCube Proprietary.
© 2016 mCube Inc. All rights reserved.
APS-0xx-00xxv1.0
2 / 16
MC3635 Accelerometer Driver
Quick Start Guide and Demo
1 GENERAL OPERATION
1.1 PINOUTS
Diagram View from front
Labels on back of device (note: pins are
flipped because view is of the back)
Note: for normal use, the current measurement jumper should we closed. Otherwise, it can be
used to measure current. Please refer to Section 2.1 for more information on current
measurement tests.
1.2 POWER PINS
DVDD
– 1.8V/3.3V Power Supply Input
GND
– Ground Pin for Power and Logic
For use with an Arduino, a small modification must be made to the Arduino for it to output at a
3.3V level. By default, Arduinos operate at 5V, which is higher than the maximum voltage
rating for the MC3635 at 3.7V.
An excellent tutorial on modifying an Arduino for use at 3.3V is located at:
https://learn.adafruit.com/arduino-tips-tricks-and-techniques/3-3v-conversion
mCube Proprietary.
© 2016 mCube Inc. All rights reserved.
APS-0xx-00xxv1.0
3 / 16
MC3635 Accelerometer Driver
Quick Start Guide and Demo
1.3 SPI PINS
To setup using the SPI protocol, connect the following pins. Note that factory preset
configuration of the EV3635A evaluation board is for SPI; no additional rework is required to
start communicating with the device. See Section 7 for more information.
Connect the
SCL
(I2C clock pin) to your microcontroller’s SPI clock line.
Connect the
SDA
(I2C data pin) to your microcontroller’s SPI MOSI line.
Connect the
SDO
SPI pin to your microcontroller’s SPI MISO line
Connect the
CSN
SPI pin to your microcontroller’s CSN SPI line
Use SPI Mode : CPOL = 1, CPHA = 1, MSB first.
1.4 I2C PINS
To setup using the I2C protocol, connect the following pins. Note that factory preset
configuration of the EV3635A evaluation board is for SPI, not I2C. To reconfigure for I2C,
rework is needed. See Section 7 for more information.
Connect the
SCL
(I2C clock pin) to your microcontroller’s I2C clock line.
Connect the
SDA
(I2C data pin) to your microcontroller’s I2C data line.
mCube Proprietary.
© 2016 mCube Inc. All rights reserved.
APS-0xx-00xxv1.0
4 / 16
MC3635 Accelerometer Driver
Quick Start Guide and Demo
NOTE:
DO NOT install more than one setup pull-up resistors per I2C bus.
1.5 INTERRUPT PINS
INTn
- HW interrupt signal pin. It will be driven by the chip 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 commands toward related
registers).
mCube Proprietary.
© 2016 mCube Inc. All rights reserved.
APS-0xx-00xxv1.0
5 / 16
查看更多>
16X64LED显示问题。。。。。
本人要做16X64LED显示汉字,LED接口如下图, 显示时出了问题,只在通电的一瞬间LED才亮...
单片机菜鸟111 51单片机
我想问一下,内核空间的open系统调用与用户空间的open同名为什么可以啊
我想问一下,内核空间的open系统调用与用户空间的open同名为什么可以啊 我想问一下,内核空间的...
liuyaoarm Linux与安卓
CAMERA DRIVER 中的pin驱动是什么意思?
高分求助:CAMERA DRIVER 中的pin驱动是什么意思? CAMERA DRIVER 中的...
1212587 嵌入式系统
华大单片机使用经验-少入坑
1、错误:error: #5: cannot open source input file ...
火辣西米秀 国产芯片交流
请问我这485的电源yoga那一路呢?
请问我这485的电源yoga那一路呢?还有485的地和单片机隔离的话,怎么隔离? 请问我这485...
sharley 微控制器 MCU
主流的照度计产品有哪些?
主流的照度计产品有哪些? 主流的照度计产品有哪些? 这玩意还分是主流?非主流 现在的照度计都是数字...
依诺儿 电源技术
热门器件
热门资源推荐
器件捷径:
A0 A1 A2 A3 A4 A5 A6 A7 A8 A9 AA AB AC AD AE AF AG AH AI AJ AK AL AM AN AO AP AQ AR AS AT AU AV AW AX AY AZ B0 B1 B2 B3 B4 B5 B6 B7 B8 B9 BA BB BC BD BE BF BG BH BI BJ BK BL BM BN BO BP BQ BR BS BT BU BV BW BX BY BZ C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 CA CB CC CD CE CF CG CH CI CJ CK CL CM CN CO CP CQ CR CS CT CU CV CW CX CY CZ D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF DG DH DI DJ DK DL DM DN DO DP DQ DR DS DT DU DV DW DX DZ
需要登录后才可以下载。
登录取消