Do you have a question about the Mcube MC3635 and is the answer not in the manual?
Brand | Mcube |
---|---|
Model | MC3635 |
Category | Motherboard |
Language | English |
Specifies measurement ranges, resolutions, and sampling rates for the MC3635 accelerometer.
Details I2C/SPI interfaces, package size, and MEMS technology for easy integration.
Identifies and describes the function of each pin on the EV3635A evaluation board.
Explains the DVDD and GND pins for providing power and establishing a common ground.
Describes how to connect the SCL and SDA pins for I2C communication with a microcontroller.
Details the connections required for SPI communication using SCS, SCL, SDO, and SDA pins.
Explains the INT pin for hardware interrupts and its pull-up resistor configuration.
Illustrates wiring the EV3635B to an Arduino DUE for I2C communication and data reading.
Shows how to wire the EV3635B to an Arduino DUE for SPI communication to get sensor data.
Guides users to download the MC3635 Library from GitHub for sensor data reading.
Instructs on opening and uploading the MC36XX_demo sketch in the Arduino IDE for testing.
Shows how to instantiate the MC36XX object for sensor interaction in the library.
Explains functions to start, wake, stop, and set the sensor to sniff mode.
Details how to set the accelerometer's measurement range (±2g to ±16g) using the library.
Describes how to retrieve the currently set measurement range of the accelerometer.
Explains how to set the accelerometer's output resolution (6 to 14 bits) via the library.
Describes how to retrieve the currently set output resolution of the accelerometer.
How to set the sampling rate for the accelerometer's CWake mode.
How to read the current CWake sampling rate of the accelerometer.
How to set the sampling rate for the accelerometer's Sniff mode.
How to read the current Sniff sampling rate of the accelerometer.
Configures threshold values and detection logic for the accelerometer's Sniff mode.
Configures the accelerometer's interrupt modes like FIFO_THR, FIFO_FULL, ACQ, and WAKE.
Describes how to read raw accelerometer data counts and SI unit measurements.
Provides links to the MC3635 datasheet and the current quick start guide document.
Links to the MC36XX driver code repository on GitHub for development.
Provides links to other documentation and resources from mCube for further information.