Product Information

410-255P-KIT

410-255P-KIT electronic component of Digilent

Datasheet
Acceleration Sensor Development Tools PmodACL2 - 3-Axis MEMS Accelerometer

Manufacturer: Digilent
This product is classified as Large/Heavy, additional shipping charges may apply. A customer service representative may contact you after ordering to confirm exact shipping charges



Price (USD)

1: USD 20.9034 ea
Line Total: USD 20.9

15 - Global Stock
Ships to you between
Thu. 16 May to Mon. 20 May
MOQ: 1  Multiples: 1
Pack Size: 1
Availability Price Quantity
18 - WHS 1


Ships to you between Thu. 16 May to Mon. 20 May

MOQ : 1
Multiples : 1

Stock Image

410-255P-KIT
Digilent

1 : USD 19.0785

     
Manufacturer
Product Category
RoHS - XON
Icon ROHS
Tool Is For Evaluation Of
Sensing Axis
Interface Type
Packaging
Product
Series
Type
Brand
Operating Supply Voltage
Factory Pack Quantity :
Cnhts
Hts Code
Mxhts
Product Type
Subcategory
Taric
LoadingGif

Notes:- Show Stocked Products With Similar Attributes.
Image Description
240-000 electronic component of Digilent 240-000

Other Development Tools Analog Parts Kit
Stock : 1

240-037 electronic component of Digilent 240-037

Position Sensor Development Tools IR Range Sensor
Stock : 2

290-028 electronic component of Digilent 290-028

Stepper Motors Stepper Motor
Stock : 1

410-083 electronic component of Digilent 410-083

Slide Switches PmodSWT - Slide Switches
Stock : 18

410-194P-KIT electronic component of Digilent 410-194P-KIT

WiFi / 802.11 Development Tools PmodWiFi - 802.11b WiFi Interface
Stock : 1

410-279P-KIT electronic component of Digilent 410-279P-KIT

Development Board For Xilinx Z-7010 System-on-Chip
Stock : 1

410-293-B electronic component of Digilent 410-293-B

Breadboard Module DC DC Converter 2 Output 9V -9V 130mA, 130mA 4.5V - 5.5V Input
Stock : 6

410-267 electronic component of Digilent 410-267

Power Management IC Development Tools PmodSTEP - Stepper Motor Driver
Stock : 0

240-005 electronic component of Digilent 240-005

Jumper Wires 1-Pin MTE-Cable
Stock : 0

Hot 410-355 electronic component of Digilent 410-355

Magnetic Sensor Development Tools Pmod CMPS2: 3-Axis Compass
Stock : 1

Image Description
EVAL-KXTC9-2050 electronic component of Kionix EVAL-KXTC9-2050

Acceleration Sensor Development Tools Used for evaluation of KXTC9-2050
Stock : 0

SEN0183 electronic component of DF Robot SEN0183

Acceleration Sensor Development Tools CMPS11-Tilt Compensated Magnetic Compass
Stock : 1

SEN-12589 electronic component of SparkFun SEN-12589

Acceleration Sensor Development Tools SparkFun RedBot Sensor - ACCLRM
Stock : 1

EVAL-CN0274-SDPZ electronic component of Analog Devices EVAL-CN0274-SDPZ

Acceleration Sensor Development Tools CftL CN0274 EVAL BRD
Stock : 0

EVAL-ADXL344Z-DB electronic component of Analog Devices EVAL-ADXL344Z-DB

Acceleration Sensor Development Tools EB: Datalogger Board of ADXL344
Stock : 0

EVAL-ADXL346Z-DB electronic component of Analog Devices EVAL-ADXL346Z-DB

Acceleration Sensor Development Tools EB: Datalogger Board of ADXL346
Stock : 0

BRKOUT-FXLN8361Q electronic component of NXP BRKOUT-FXLN8361Q

Freescale Semiconductor Acceleration Sensor Development Tools Breakout board FXLN8361Q
Stock : 5

STEVAL-MKI020V1 electronic component of STMicroelectronics STEVAL-MKI020V1

Acceleration Sensor Development Tools LIS344AL Adapter BRD Plug into DIL 20
Stock : 0

KX224-1053-EVB0B0 electronic component of Kionix KX224-1053-EVB0B0

Acceleration Sensor Development Tools Evaluation Board For KX224-1053
Stock : 0

FRDMSTBC-A8491 electronic component of NXP FRDMSTBC-A8491

Acceleration Sensor Development Tools Freedom Sensor Shield Board for the MMA8491. FRDM board, Sensor Toolbox, and ISF compatible
Stock : 0

1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodACL2 Reference Manual Revised May 24, 2016 This manual applies to the PmodACL2 rev. A Overview The PmodACL2 is a 3-axis MEMS accelerometer powered by the Analog Devices ADXL362. By communicating with the chip via the SPI protocol, users may receive up to 12 bits of resolution for each axis of acceleration. Additionally, this module offers external trigger sensing through single or double-tap detection as well as power saving features though its inactivity monitoring. Features include: 3-axis MEMS accelerometer Up to 12 bits of resolution per axis User-selectable resolution Activity/inactivity monitoring Low current consumption at <2 A at 100Hz Free-fall detection Small PCB size for flexible designs 1.0 in 0.8 in (2.5 cm 2.0 cm) Follows Digilent Pmod Interface Specification Type 2A Library and example code available in resource center The PmodACL2. 1 Functional Description The PmodACL2 utilizes Analog Devices ADXL362 to provide MEMS acceleration data to the system board. With its deep 512-sample FIFO buffer, users are able to view a long string of events prior to a triggered interrupt or simply be able to have the system board access acceleration data when the user finds it most convenient. 2 Interfacing with the Pmod The PmodACL2 communicates with the host board via the SPI protocol. To read from the on-board data registers, the Chip Select line must first be pulled low and then send a command byte to read from the data registers (0x0B). The desired address byte must be sent next, and then the desired byte is received with the MSB first on the falling Copyright Digilent, Inc. All rights reserved. DOC : 502-255 Page 1 of 3 Other product and company names mentioned may be trademarks of their respective owners. PmodACL2 Reference Manual clock edge. Because the address pointer auto-increments to the next address byte, it is possible to read multiple bytes consecutively by continuing to pulse the Serial Clock line. An example set of commands to read from the y- axis register is given below: Command Read First Y-axis Address 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 LSB Byte of Y-axis Data MSB Byte of Y-axis Data b7 b6 b5 b4 b3 b2 b1 LSB SX SX SX SX MSB b10 b9 b8 Note: Each SX bit is the same value as the most significant bit of the y-axis data. To read from the FIFO buffer, a command byte to write to a data register (0x0A) must first be sent so that we can configure the FIFO Control register (address 0x28) to indicate that we want the FIFO buffer to store data. After the ADXL362 has been configured to use the FIFO buffer, a command byte to read from the FIFO buffer (0x0D) must first be sent, then followed by pairs of data bytes containing which axis is being measured as well as the acceleration data. An example set of commands to read from the FIFO buffer is given below: Command Read FIFO Control Register Address Command FIFO Read 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 1 LSB Byte of Axis Data MSB Byte of Axis Data b7 b6 b5 b4 b3 b2 b1 LSB b15 b14 SX SX MSB b10 b9 b8 Note: Each SX bit is the same value as the most significant bit of the y-axis data. b15 and b14 represent which axis the incoming data represents. 2.1 Pinout Description Table Pinout Table of the PmodACL2 Connector J1 Connector J2 Pin Signal Description Pin Signal Description Pin Signal Description 1 ~CS Chip select 7 INT2 Interrupt Two 1 INT1 Interrupt One Master Out Slave Power Supply 2 MOSI 8 INT1 Interrupt One 2 G In Ground Master In Slave 3 MISO 9 NC Not connected Connector J3 Out 4 SCLK Serial clock 10 NC Not connected Pin Signal Description Power supply Power supply 5 GND 11 GND 1 INT2 Interrupt Two ground ground Power supply Power supply Power Supply 6 VCC 12 VCC 2 G (3.3V) (3.3V) Ground Copyright Digilent, Inc. All rights reserved. Page 2 of 3 Other product and company names mentioned may be trademarks of their respective owners.

Tariff Desc

8543.70.00 - Other machines and apparatus Free
13 No Signal processors (graphic equalisers, crossovers etc.)
91 .. Other

9027.10.00 Instruments and apparatus for physical or chemical analysis (for example, polarimeters, refractometers, spectrometers, gas or smoke analysis apparatus); instruments and apparatus for measuring or checking viscosity, porosity, expansion, surface tension or the like; instruments and apparatus for measuring or checking quantities of heat, sound or light (including exposure meters); microtomes.

9031.80.00 - MEASURING OR CHECKING INSTRUMENTS, APPLIANCES AND MACHINES, NOT SPECIFIED OR INCLUDED ELSEWHERE IN THIS CHAPTER; PROFILE PROJECTORS Other instruments, appliances and machines Free

Looking for help? Visit our FAQ's Section to answer to all your questions

 

X-ON Worldwide Electronics

Welcome To X-ON ELECTRONICS
For over three decades, we have been advocating and shaping the electronic components industry. Our management complements our worldwide business scope and focus. We are committed to innovation, backed by a strong business foundation. If you need a trustworthy supplier of electronic components for your business – look no further.
 

Copyright ©2024  X-ON Electronic Services. All rights reserved.
Please ensure you have read and understood our Terms & Conditions before purchasing.
All prices exclude GST.

Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted