搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
PD
- PD型的迭代学习控制程序,可以用于控制一个单臂机械手等,比Pid算法简单一点,但效果不如pid简单-PD-type iterative learning control procedures can be used to control a robot arm and so on, Pid algorithm than a simple point, but not as good as simple pid
bujindianji
- 文进一步研究了基于p c/os-II+ARM平台的模糊PID控制器,核心是实现模糊 PID控制程序,并结合MinGUI技术选用高端TFT型的液晶显示器,设计具有良好人机 交互界面的步进电机控制器。-Further study of the text based pc/os-II+ ARM platform, the fuzzy PID controller, the core of fuzzy PID control program, combined with selection
NQHUY_ARM_PIDthichnghi
- pdf thesis about ARM embeded witn fuzzy PID of Nguyen Quoc HUy - university of technology-pdf thesis about ARM embeded witn fuzzy PID of Nguyen Quoc HUy - university of technology
Brushless_DC_Motor_Control_System_and_Implementati
- 无刷直流电机控制系统的研究与实现 简单介绍了无刷直流电动机的工作原理,分析并确定了主回路的导通方式,控制器一是以专用芯片MC33035来进行设计,位置反馈元件有霍尔传感器反馈接口和编码器接口,开关器件采用MOSFET管,设计有转速反馈闭环控制、正反转、过电流保护等。控制器还采用89C52单片机、 MAX7219、AD667等来实现数字转速给定和转速显示。控制器二是基于PICSF4431电动机控制专用芯片,采用全数字PID控制,有转速、电流双反馈,位置反馈采用编码器反馈,开关器件采用IGBT,
ZLG-motor-code
- 周立功电机平台上的源码程序及配套资料,基于ARM,包括keil、IAR、CrossStudio三个版本的源码。包括电机的基本控制和PID算法。-The ZLG source programs and supporting information on the motor platform based on ARM, including the source of the keil, IAR, for three CrossStudio version. Including motor contr
motor
- AGV电机调速的程序 实现了电机速度的控制,首先由USB控制器(Propo)向上位机发出信号,上位机将控制器的数字指令转变为0-3000rpm的转速目标值。通过串口转发给arm单片机,ARM单片机接收上位机的目标值及电机反馈回来的转数,利用PID控制器计算出0-1023的控制指令,传给D/A转换器,它将数字信号转换为0~5V的模拟信号,模拟信号经过电源隔离模块后传送到驱动模块对电机进行调速。此外,电机再将脉冲信号返回给微处理器。-Procedures of the AGV motor speed
duojichengxu
- 程序功能:接收PWM控制信号,将其转换成对应的控制目标角度,A/D采样回馈得到当前摇臂的角度,最后在程序中采用PID控制输出,是摇臂到达预定目标。-Program features: PWM control signal received, which was converted to the corresponding control target angle, A/D sampling to obtain the current angle of the swing arm back. Fi
evolution
- 遗传算法实现求PID参数控制电压的代码C程序,适合51单片机和ARM。-Seeking genetic algorithm PID parameter control voltage code C program for 51 single and ARM.
fuzzy-PID-controller-
- 基于ARM的模糊PID控制器在直流调速中的应用-ARM-based fuzzy PID controller in the DC speed
SmartCarCode
- TSL1401线性CCD采集的赛道信息对舵机进行方向控制和欧姆龙编码器采集的脉冲进行速度控制。控制器为MK60DN512VLQ10,IDE为IAR for arm。内含PID控制算法等-Track information collected TSL1401 linear CCD direction of servo control and Omron pulse encoder acquisition speed control. Controller MK60DN512VLQ10, IDE f
armfly-DSP-tutorials-Chapter-15
- 本教程使用的DSP库来自ARM官方,此库支持以CM0,CM3,CM4以及CM7为内核的所有MCU。本期教程主要讲解控制函数中PID部分,PID的应用十分广泛,希望初学的同学认真学习这部分知识。- This tutorial uses a DSP library the ARM official, this library supports CM0, CM3, CM4 and CM7 for the kernel of all MCU.
STM32编码器Demo0606
- 直流电机进行pid控制,欧姆龙的1000线编码器完成测速(Motor PID control, encoder speed measurement)
arm PID
- 基于stm8平台 ,PID算法的实现,可直接调用子程序(Stm8 platform based on the realization of PID algorithm, you can call subroutine directly)
Windsurfing control system
- 全国大学生电子设计竞赛题目帆板控制系统,采用STM32主控器,mpu6050测量帆板倾斜角度,tb6612驱动风扇风速。采用PID算法,实测角度控制稳定。(National college student electronic design competition subject windsurfing control system, using STM32 master, mpu6050 measuring windsurfing angle, tb6612 drive fan wind sp
手动机器人-方案二-全场
- 机器人全场定位算法实现。基于stm32 PID算法,可实现全场定位,直线弧形360度按照指点行进(Realization of robot whole field localization algorithm)