搜索资源列表
Contest-AT3329
- 一个老外的制作的双轮自平衡小车的所有资料,包括整个设计的论文,包括结构都有详细的图示说明-A foreigner' s two-wheeled self-balancing production car of all information, including the design of papers, including the structure has detailed illustrations
Autobalance
- 自平衡小车,使用一个MEMS陀螺和一个MEMS加速度传感器,单片机用的是MEGA32,编译器为WINAVR-Since the balance of the car, using a MEMS gyroscope and a MEMS accelerometer, microcontroller using a MEGA32, compiler WINAVR
balc_car
- 收藏的国内牛人制作的双轮自平衡的小车,代码算法还是值得研究的。-Collection of domestic cattle production two-wheeled self-balancing of the car, code, algorithm or worthy of study.
Program
- 基于ATMEGA,用陀螺仪和加速度计实现自平衡小车设计-Based on ATMEGA, with gyroscopes and accelerometers to achieve self-balanced car design
两轮自平衡小车
- 两轮自平衡小车,使用陀螺仪和加速度计,互补滤波完成小车的自动平衡.
(二轮自平衡小车完整程序)
- 该压缩包里包含了自平衡小车的完整程序,嵌入式硬件的原理图,机械结构的图纸。(The compressed package contains the complete program of self balancing car, embedded hardware schematics, mechanical drawings.)
平衡小车2
- 一个完整的平衡小车工程,使用MPU6050芯片自带的DMP读取数据倾角信息并做出控制。(A complete balance of the car project, using the MPU6050 chip comes with DMP to read the data tilt information and make control)
终极平衡车+蓝牙操作 +声控
- 自平衡小车,可通过蓝牙遥控,语音遥控控制平衡车的运动状态(Self balancing car can be controlled by Bluetooth remote control, voice remote control, balance the movement of the car)
MCU源代码
- 两轮自平衡小车,MPU6050六轴加速度传感器,STM32主控,卡尔曼滤波(Two-wheel self-balancing car, MPU6050 six-axis acceleration sensor, STM32 master, Kalman filter)
自平衡
- 该代码为自平衡小车代码校车使用的是430做处理器,MPU6050,1:90大扭矩电机, L298驱动,2576稳压,用的平衡互补滤波和PID(The code for self balancing car code, the school bus is used as 430 processor, MPU6050,1:90 large torque motor, L298 drive, 2576 voltage regulator, with the balance of complementa
自平衡小车
- 使用STC15单片机做的自平衡小车代码以及相关数据手册(STC15 microcontroller to do with self balancing car code, and related data manuals)
MiniBalanceV3.5【大功率版】平衡小车源码
- 本系统为两轮自平衡小车系统,由STM32单片机控制模块,陀螺仪姿态检测模块,电机驱动模块,电源供电模块等组成。陀螺仪MPU-6050模块负责采集平衡小车的角度信号以及角速度信号,并传给单片机;STM32单片机控制模块处理姿态角数据后,通过PID算法调节电机驱动电压,以控制两轮小车达到平衡;电机驱动模块负责接收单片机输出的控制信号,驱动两个直流电机的转速和方向,编码器将电机的速度和方向反馈给单片机控制器;电源模块负责各个模块的供电。通过系统的硬件软件设计、测试,证明了两轮自平衡小车能在±5 °范围
12.4 PID平衡(PWM)最终板
- 两轮自平衡小车MPU6050 互补滤波(auto balance car! use in c mdk4)
二轮自平衡小车
- 自平衡小车、MPU6050、姿态解算的算法C语言实现(Self balancing vehicle based on STM32)
balance_car
- 使用stm32和mpu6050完成的两轮自平衡小车,采用位置环和速度环控制,效果稳定,施加干扰后能够回到平衡位置(The use of stm32 and mpu6050 completed two rounds of self-balancing car, the use of position loop and speed loop control, the effect is stable, after the interference can return to the equilibr
两轮自平衡车完整开源项目资料V20150608
- 平衡小车运动的核心代码和测试工具,支持简单的二次开发。stm32和mpu6050配合驱动tb6612维持平衡(The core code and testing tool for balancing the car movement)
两轮自平衡小车资料
- 自己为了参加2017年全国大学生电子设计大赛,比赛前练手用的,使用一阶互补滤波和卡尔曼滤波两种方式,效果都很好,代码有我自己的详细注释,还有手机端的通信协议,通过手机APP进行对小车的控制(brief Computes the Hessian at a pixel location The hessian (second order partial derivatives of the image) is a measure of the salience of the im
自控走8字程序(成功)
- 运用stm32单片机控制两轮小车自平衡,运用PID理论以达到目标效果(Using STM32 MCU to control the self-balance of two-wheeled trolley and using PID theory to achieve the goal effect)
平衡车全套资料
- 基于STM32平衡小车大全,包含DMP移植,pid通俗易懂PDF,捷联惯性导航算法,自平衡小车详解,陀螺仪和加速度详细介绍等等(Based on STM32 balance car Daquan, including DMP transplantation, PID easy to understand PDF, strapdown inertial navigation algorithm, self balance car detailed explanation, gyroscope an
STM32两轮自平衡小车
- 基于stm32f103的两轮自平衡小车,采用多串级pid控制算法,适合初学者入门的开源代码。