• 大小: 10.6MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-09
  • 语言: 其他
  • 标签: MMA8452  MSP430  

资源简介

MMA8452加速度传感器使用笔记,以及详细资料,主控芯片用MSP430通过IIC与MMA8452进行通信

资源截图

代码片段和文件信息


//*****************************************************************************
#include  “msp430g2553.h“
#include  “main.h“
#include  “Fbee_device.h“


uchar string_4[]={0x0d0x0a};

//*****************************************************************************
void Setup_Fbee_TP_mode(void)
{  
  Send_data((unsigned char *)“ATTP“40); //发送字符
  Send_data(string_420); //发送回车字符
}

void Setup_Fbee_AT_mode(void)
{  
  Send_data((unsigned char *)“%FBee&AT“80); //发送字符
  Send_data(string_420); //发送回车字符
}

void Exit_Fbee_AT_mode(void)
{  
  Send_data((unsigned char *)“ATEX“40); //发送字符
  Send_data(string_420); //发送回车字符
}

void Setup_Fbee_Sleep_Time(void)
{
  Send_data((unsigned char *)“ATCP03E8“80); //发送字符
  Send_data(string_420); //发送回车字符
}

void Setup_Fbee_Sleep_PM3(void)
{
  Send_data((unsigned char *)“ATXP00“60); //发送字符
  Send_data(string_420); //发送回车字符
}

void Read_Fbee_Sleep_PM3(void)
{
  Send_data((unsigned char *)“ATXP“40); //发送字符
  Send_data(string_420); //发送回车字符
}

void Setup_Fbee_BPS(void)
{
  Send_data((unsigned char *)“ATBD02“60);//设置波特率为19200
  Send_data(string_420); //发送回车字符
}
//*****************************************************************************

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     513218  2012-08-03 16:48  飞思卡尔MMA8452Q加速度传感器.pdf

     文件     500787  2012-08-03 16:32  飞思卡尔加速度传感器资料MMA8453Q.pdf

     文件     390318  2013-04-02 15:44  Data Manipulation and Basic Settings of the MMA8451 2 3Q.pdf

     文件     229618  2013-04-02 15:44  embedded Orientation Detection Using the MMA8451 2 3Q.pdf

     文件    1143519  2013-04-11 11:55  Freescale_Low_g_MMA845xQ_sensors_Chinese.pdf

     文件     401087  2013-04-02 15:43  High Precision Calibrationof a Three-Axis Accelerometer.pdf

     文件     351587  2013-04-02 15:44  High-Pass Filtered Data and Transient Detection Using the MMA8451 2 3Q.pdf

     文件     205251  2013-04-02 15:45  How Many Bits are Enough The Trade-off Between High Resolutionand Low Powe Using Oversampling Modes.pdf

     文件     140494  2013-04-02 15:45  How to Convert 3-Axis Directions and Swap X-Y Axis of Accelerometer Data within Android   Driver.pdf

     文件     955075  2013-04-02 15:45  SENSORTOOLBOXFS.pdf

     文件     102104  2013-04-02 15:44  Smart Power Management for Mobile GPS using Xtrinsic MMA8452Q.pdf

     文件    3963871  2013-04-02 15:53  WBNR_LA2012_SMARTSENSORS.pdf

     文件    3379664  2013-04-02 15:52  WBNR_LA2012_SMARTSENSORSSP.pdf

     文件     150298  2013-04-02 15:44  Offset Calibration of the MMA8451 2 3Q.pdf

     文件     268975  2013-04-02 15:44  Using the 32 Sample First In First Out (FIFO)  in the MMA8451Q.pdf

     文件      24064  2013-03-29 16:49  8452简单介绍.doc

     文件      35328  2013-03-29 16:47  MMA8452 驱动.doc

     文件      36864  2013-04-01 14:39  MMA8452_驱动.doc

     文件      29696  2013-03-29 16:49  飞思卡尔Xtrinsic加速计延长消费电子电池的使用寿命.doc

     文件      35840  2013-03-30 22:12  一款G-Sensor芯片.doc

     文件     255224  2013-04-03 17:05  MMA8452.docx

     文件      22984  2013-03-30 21:31  MMA8452 IIC测试程序.docx

     文件     184299  2013-04-02 15:44  MMA845xQ Design Checklist and Board Mounting Guidelines.pdf

     文件     441016  2013-04-02 15:45  MMA845XQFS.pdf

     文件     992067  2013-03-29 16:50  MMA7455LR1.pdf

     文件     501960  2013-04-02 15:45  MMA8451 2 3Q SingleDouble and Directional Tap Detection.pdf

     文件     585687  2013-04-10 18:07  MMA8452Q.pdf

     文件     322716  2013-04-02 15:44  Motion and Freefall Detection Using the MMA8451 2 3Q.pdf

     文件     177629  2011-09-11 21:17  龙丘MMA8452代码范例\LQ-845X-XS128-mnIIC\bin\Project.abs

     文件       1776  2011-09-11 21:17  龙丘MMA8452代码范例\LQ-845X-XS128-mnIIC\bin\Project.abs.glo

............此处省略148个文件信息

评论

共有 条评论