搜索资源列表
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
balance-car
- 两轮自平衡小车自适应神经网络模糊控制研究-Two self-balancing car adaptive neural network fuzzy control
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)
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
自平衡小车
- 两轮自平衡小车,stm32103,直流无刷电机(Two wheel self balancing vehicle, STM32103, DC brushless motor)
(二轮自平衡小车)
- 自平衡二轮小车的整套源码 PCB文件 包含姿态解析的完整代码(Self balancing two wheel car complete source code PCB file contains complete code for gesture analysis)
MiniBalance上位机附送资料
- 自平衡小车专用,非常好用的资料,可以帮助进行自平衡小车的开发进一步学习单片机(Self balancing car, a very useful data, can help self balanced car development, further learning microcontroller.)
两轮自平衡小车资料
- 自己为了参加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
稳定站立
- 两轮自平衡小车稳定战力程序,基于飞思卡尔单片机xs128开发,华北赛上午第一名,下午第二名(The two wheeled self balancing car's stable combat capability is based on the Carle xs128 MCU, the first place in North China and second in the afternoon.)
STM32两轮自平衡小车
- 基于stm32f103的两轮自平衡小车,采用多串级pid控制算法,适合初学者入门的开源代码。