zip

ADXL345 Quick Start and Examples

  • 2014-03-05
  • 1.72MB
  • Points it Requires : 2

ADXL345 detailed introduction data This module manual. This compressed file can use the angle sensor to measure the acceleration and angle values ​​of x, y, and z, and integrate 1602 to display them. For ease of use, we have separated the modules separately. If you have the intention to use them, you can extract angle.c separately and introduce it into your own new project. Instructions on the use of the internal functions of the angle.c file. First of all, for the convenience of use and reference, we have highly integrated the internal functions. After introducing angle.c, you can directly call the dis_data() function in your main program to complete the measurement data of the ADXL345 chip. Measurement data description: char as_Xjiasu[6],as_Yjiasu[6],as_Zjiasu[6]; //Define the ASCII code value of the 3-axis static gravity acceleration value unsigned char as_Xangel[4],as_Yangel[4],as_Zangel[4]; //Define the ASCII code value of the 3-axis angle value in the as_Xjiasu[x] array. For your use, we directly convert the acceleration value into an ASCII code value that can be directly displayed on 1602. Similarly, as_Xangel describes the real data storage. float jiasu_xyz[3]; angel_xyz[3]; //Store the static gravity acceleration of the X, Y, and Z axes. The angle value stores the true value of the acceleration and angle (data that has not been converted into ASCII code) - this data can be used for other purposes and directly participate in MCU internal calculations.

unfold

You Might Like

Uploader
csdn_can
 

Recommended ContentMore

Popular Components

Just Take a LookMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
×