搜索资源列表
51-coedMPU6050
- MPU6050数据采集基于52单片机 LCD显示 IIC总线输出显示3轴加速度和3轴角速度-MPU6050 data acquisition based on 52 single-chip LCD display The IIC bus output 3-axis accelerometer and 3-axis angular velocity
MPU6050
- 三轴加速度计MPU6050的C51资料,经过测试没有问题,51单片机全部程序-Triaxial accelerometer MPU6050 the C51 data, tested no problem, 51 all programs
51-lcd-mpu6050
- 这是基于51单片机的,mpu-6050测试程序-Progrom of mpu-6050
MPU6050
- MPU6050基于51单片机的例程,使用1602读取三轴加速度,三轴角速度。-MPU6050 routines, based on 51 single chip microcomputer 1602 read three axis acceleration, three-axis angular velocity
MPU6050_Kalman_PWM_remote
- 自平衡小车,51单片机+mpu6050,码盘测速,代码。-Self-Balancing Robot, 51+mpu6050, code disk speed, code.
MPU6050_2
- 该程序为stc12c5axx单片机的mpu6050 IIC通讯驱动程序,解压之后mpu6050即为工程文件,初学者可以直接在此基础之上修改代码,稍微入门一点的可以直接把需要的驱动文件拿出自己使用,普通51单片机可以修改IIC函数当中的延时函数直接使用-The program is stc12c5axx SCM mpu6050 IIC communication driver, the project file is then decompressed mpu6050, beginners can
51-mpu6050
- 单片机控制,MPU-6050六轴陀螺仪,加速度计串口调试测试程序-MCU, MPU-6050 six-axis gyroscope, accelerometer serial debugging and testing procedures
kalman_mpu6050
- 用于51单片机,基于mpu6050的卡尔曼滤波程序代码,已经验证过的,是好用的,可以放心使用。- For 51, based mpu6050 Kalman filtering program code has been verified, and is easy to use, safe to use.
MPU6050
- 陀螺仪程序,MPU6050,基于51单片机开发,模块化变成,方便调用-Gyroscope program, MPU6050, based on 51 MCU development, modularity become, easy call
Mpu6050
- 最近调试了MPU6050 与51单片机和stm32的数据传输,附件是一些程序,包括测量加速度角速度,通过串口返回数据,测量温度及角度等源码。还有stm32单片机的MPU6050模块文件(C H文件),希望对大家有所帮助。 -Recently debugging MPU6050 and 51 single-chip and STM32 data transmission, the annex is a number of procedures, including measurement of a
MPU6050
- 基于MPU6050陀螺仪的计步器程序,51单片机-Based MPU6050 gyroscope pedometer program, 51 SCM
51-lcd-mpu6050
- 51单片机通过1602液晶实时显示MPU6050数据-51 microcomputer through the 1602 real-time display of MPU6050 sensor data
MPU6050
- 通过51单片机读取MPU6050的加速度和角速度数据并在LCD1602上面显示出来。(Through the 51 microcontroller to read MPU6050 acceleration and angular speed data, and displayed on the LCD1602 above.)
MPU6050
- 51单片机控制mpu6050在LCD显示数据(51 MCU control mpu6050 display data at LCD)
mpu6050
- 基于51单片机的mpu6050角度传感器的基础资料以及可以使用的51例程,z轴不准,x,y轴以及温度都基本能达到要求(Based on 51 single-chip mpu6050 angle sensor basic information, and can use 51 routines, Z axis is not allowed, x, Y axis and temperature can basically meet the requirements)
51-coed
- 用51单片机实现MPU6050的LCD显示(MPU6050 implementation of the LCD display)
显示加速度计和陀螺仪的10位原始数据
- 显示加速度计和陀螺仪的10位原始数据 #include <STC12C5A60S2.H> #include <stdio.h> //Keil library #include <INTRINS.H> // 定义51单片机端口 //**************************************** sbit SCL=P2^0; //IIC时钟引脚定义 sbit SDA=P2^1; /
单片机6050,lcd
- 51单片机驱动lcd1602显示mpu1602加速器数据(51 MCU drive LCD1602 display mpu1602 accelerator data)
显示xyz轴角度加速度
- 51单片机开发计步器,驱动mpu6050,用lcd1602显示(The development of 51 single-chip pedometer)
51-coed
- 用51单片机读取加速度传感器MPU6050的数据,实现数据通信,并包含lcd显示的功能,以及串口通信功能。(Read the data of acceleration sensor MPU6050 with 51 single chip microcomputer, realize data communication, and include the function of LCD display, and the function of serial communication.)