搜索资源列表
STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码
- 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
kalman
- 卡尔曼滤波-很不错,使用于姿态校正,使用陀螺仪和加速度计来进行计算-Kalman filter- a very good posture correction used, the use of gyroscopes and accelerometers to calculate
i2c
- avr atmega168v i2c总线的程序,可以使用,读取加速度计的数值MXC6202 memsic-avr atmega168v i2c program,can work,read the value of mxc6202 which is a accelaretor memsic
Rotation
- ADXL345数字加速度计的c代码。 Realize Rotation Algorithm,Use ADuC7026 as MCU,Use ADXL345 as Acceleration Sensor,Development Tool: KEIL C-ADXL345 digital accelerometer c code Realize Rotation Algorithm,Use ADuC7026 as MCU,Use ADXL345 as Acceleration Sensor,D
final
- 基于MSP430和三维加速度计的计步器程序包含分析算法。-MSP430 and three-dimensional accelerometer based pedometer program contains analysis algorithm.
ac
- 加速度计源码,基于IIC;加速度计源码,基于SPI-Accelerometer source
acquire
- 利用FPGA来采集美新加速度计的数据,并将FPGA采集到的数据传给ARM系统处理-The use of FPGA to collect the new U.S. accelerometer data and the data collected FPGA passed ARM system processing
Monitor_ACC_RealTime_code
- 利用C8051F310单片机,读取加速度计MXC62020M(美新)的信息,并通过串口实时传输到PC机上-Using C8051F310 microcontroller reads accelerometer MXC62020M information and real-time transmission via the serial port to the PC,
jiasudejijiaoduchuli
- 加速度计角度处理正确程序,很好很强大-Accelerometer approach to proper procedures, very good very strong ~ ~
stm32 mpu6050
- stm32 mpu6050 模拟iic,读出三轴陀螺仪和加速度计的六轴数据
GY-362资料
- ADXL362是一款超低功耗、3轴MEMS加速度计,输出数据 速率为100 Hz 时功耗低于2 μA ,在运动触发唤醒模式下功耗 为270 nA 。与使用周期采样来实现低功耗的加速度计不同, ADXL362没有通过欠采样混叠输入信号;它采用全数据速 率对传感器的整个带宽进行采样(The ADXL362 is an ultra-low power, 3 axis MEMS accelerometer with output data When the speed is 100 Hz, t
ADX345加速度传感器
- ADXL342是一款超低功耗的三轴加速度计,用于可穿戴设备,非常的流行(ADXL342 is an ultra low power three axis accelerometer for wearable devices, very popular)
显示加速度计和陀螺仪的10位原始数据
- 显示加速度计和陀螺仪的10位原始数据 #include <STC12C5A60S2.H> #include <stdio.h> //Keil library #include <INTRINS.H> // 定义51单片机端口 //**************************************** sbit SCL=P2^0; //IIC时钟引脚定义 sbit SDA=P2^1; /
I2C MMA7455&L3G4200
- 基于K10DN512微处理器通过IIC读取MMA7455加速度计和L3G4200陀螺仪数据(Reading MMA7455 Accelerometer and L3G4200 Gyroscope Data via IIC Based on K10DN512 Microprocessor.)
6.加速度计
- 使用efm32zg开发加速度,adxl345作为加速度的输出芯片(Using efm32zg to develop acceleration, adxl345 as an acceleration output chip)
MPU-6050资料
- 三轴陀螺仪三轴加速度计的驱动代码,可有用来计算物体的运动状态。(Three-axis gyroscope three-axis accelerometer driver code.)
Pedometer
- 本文以对步伐特征的研究为基础,描述一个采用 3 轴加速度计ADXL345 的简易计步器参考设计。通过硬件设计、数据采集、软件设计等步骤,并通过matlab进行步伐检测算法的仿真。最终设计出能辨别并计数步伐且实时显示的高精度计步器。(Based on a study of the characteristics of the steps, this article describes a simple pedometer reference design using the ADXL345 3-a
stm32串口6轴加速度计陀螺MPU6050模块
- stm32串口6轴加速度计陀螺MPU6050模块_2C带卡尔曼滤波_2C姿态测量%2C倾角仪(STM32 serial 6 axis accelerometer gyro MPU6050 module _2C band Calman filter _2C attitude measurement%2C inclinometer)
5.M6312-HTTP_TYPE1-三轴加速计
- 采用ST公司的stm32f103c8t6芯片作为核心cpu,集成了esp8266无线通信模块,和三轴加速度计ADXL362,与云平台之间的传输协议采用http传输协议,可在云平台上查看当前PCB板子的三轴加速度信息(Using ST's stm32f103c8t6 chip as the core cpu, the esp8266 wireless communication module and the three-axis accelerometer ADXL362 are integrat
低通滤波器-加速度计
- 低通滤波-加速度计,详细代码,数据结果 ,数据说明(Low pass filter - accelerometer)