VIP专区-嵌入式/单片机编程源码精选合集系列(3)资源包含以下内容:1. 周立功dp1581usb2.0实验仪.2. 周立功dp1581usb2.0实验仪.3. HT1380驱动程序.4. T6963控制器的液晶驱动程序.5. 建立在组态环境TRACEMODE基础下.6. GA仿真软件的说明书.7. lcd1602驱动 iic驱动 spi驱动 ir驱动.8. lcd1602驱动.9. iic驱动源程序.10. ir发射子程序源码.11. ir驱动源码cyuyan.12. spi源程序c语言的.13. 费很多力才找到的PIC C18编译器.14. 文件系统管理 在内存中为文件开辟存储空间 可以创建文件和文件夹 (至少有两级目录 :模拟DOS文件系统的操作 可以存储文件的内容 可以查看删除和修改文件(15 2.15. 十字路口交通灯管理 现对交通信号灯进行管理.16. 本设计的基本要求是以复杂可编程逻辑器件CPLD为基础.17. 通过对计算机的组织与结构的分析.18. 家电控制器代码.19. AM29lv160的编程代码.20. eeprom连续页写模式.21. sle4442 I2C 逻辑加密卡驱动程序.22. 怎样在CodeVision中使用结构型数组的用法实例1.23. AVR下载电路图.24. PING实现嵌入式原程序.25. TCP实现嵌入式原程序.26. UDP实现嵌入式原程序.27. TELNET实现嵌入式原程序.28. WEBSERVER实现嵌入式原程序.29. 用SAM72N9写的电子秤文档.30. ZLG USB 套件.31. ZLG USB 套件.32. ZLG USB 套件.33. rtlinux-3.1源代码.34. rtai-3.1-test3的源代码(Real-Time Application Interface ).35. 可重用的GDB Stub源代码,支持多种嵌入式平台和体系结构..36. 用C语言实现PIC的LCD显示.37. 红外编程.38. IO口模拟串口通讯C源程序.39. I/O board control program for U.C.W./Sirael Dana robot..40. PCI接口的Verilog源代码.
上传时间: 2013-07-16
上传用户:eeworm
VIP专区-嵌入式/单片机编程源码精选合集系列(77)资源包含以下内容:1. 基于arm3000列表框控件的设置基于arm3000列表框控件的实现.2. c51 book very good for 51 study.3. 立宇泰的2410实验板的测试代码,包括各个硬件部分的使用.4. 这是一个基于3208 LED电子钟 V3.0的全部资料.5. 这是一个基于FPGA的CF卡读写程序.6. Qh2001液晶驱动接口函数,适合于大多数液晶显示应用领域.7. 240x128液晶T6963控制器驱动程序(C51).8. 字模Ⅲ 测试版是在字模V2.1的基础上重新开发的全新版本.9. 利用LPC2368实现的SD卡文件系统源代码.10. 嵌入式ARM芯片LPC23XX上实现固件在线更新用的XModem协议C语言实现.11. ModbusRTU协议采用的CRC校验生成及校验验证函数C语言实现.12. uMemory 内存管理模块.13. 微内核软实时操作系统.14. Real-time microkernel 小巧灵活的实时微内核.15. SImple Microkernel Distributed Operating System.16. C语言编写的T6963驱动.17. 触摸屏实例程序.18. LCD程序.19. C++中的一个简单的二叉树的后续递归算法例子.20. 数码管、键盘驱动芯片SD7218的原理图。.21. 摩托罗拉飞思卡尔实验指导书,68HC908GP32系列.22. 这是我自己在做实验设计时做的,用摩托罗拉飞思卡尔做的一个多功能电子钟.23. ARM7 flash编程参考(基于lpc2200).24. 此程序为DP256的ETC实验程序,已经通过实验证明.25. 此程序为DP256的PWM实验程序,已经通过实验证明.26. 此程序为DP256的SPI实验程序,已经通过实验证明.27. 此程序为DP256的开关采集实验程序,已经通过实验证明.28. VC源码,开源测试工具.有助于VC++的学习与开发.29. ADI的DSP开发板原理图.30. 最新的x25045驱动(C51)双通道读写驱动程序.31. i2c总线AT93C46的 c语言读写源程序。.32. DSP仿真器原理图 如果不想花高价钱买仿真器的话可以自己DIY 我现在也在学习.33. 一个将dsp2407应用于控制的主板原理图.34. 一个基于FPGA的SD卡读写程序.35. ARM +D12演示程序源码.36. 在Nios里实现DMA的范例程序.37. flash芯片的驱动.38. 基于凌阳单片机的语音小车。可用于特定人的语音识别系统.39. 本程序是基于DSP6713的IIC通讯程序.40. CPLD在交流电机控制系统中的测速应用.
上传时间: 2013-08-02
上传用户:eeworm
比例-积分-微分(PID)是过程控制中最常用的一种控制算法。算法简单而且容易理解,应用十分广泛。但由于应用领域的不同,功能上差别很大,系统的控制要求及关心的控制对象也不相同。数字PID控制比连续PID控制更为优越,因为计算机程序的灵活性,很容易克服连续PID控制中存在的问题,经修正而得到更完善的数字PID算法。本文以三相全控整流桥阻性负载为实际电路,控制主电路电压,旨在提出一种智能数字PID控制系统的设计思路,并给出了详细的硬件设计及初步软件设计思路。 PID控制系统采用高性能、低功耗的ARM微处理器S3C44BO作为核心处理单元,内部的10位ADC作为信号采集模块,采用了矩阵键盘和640*480的液晶作为人机接口;串口作为通信模块实现了上位机的监控。采用芯片内部自带的PWM模块,输出16M Hz PWM信号并经过一阶低通滤波器得到0~5V的控制信号用于触发主电路控制器,实现PID整定。 软件方面,分析和研究了uC/OSⅡ的内核源码,实现了其在32位微处理器上的移植,作为管理各个子程序执行的系统软件。选用了图形处理软件uC/GUI用于完成LCD显示及控制。PID算法采用了增量式数字PID算法,采用规一化算法进行参数选取。上位机部分采用了C#语言进行编写。另外,采用了RTC(Real Time Clock)作为系统时钟,可以实现系统的定时运行、定时模式切换等。在上位机上也可以方便的控制程序的执行,实现远程监控。 在论文的最后详细的介绍了智能PID控制系统在三相全控桥主电路中的具体应用。总结了调试中遇到的问题,对今后工作中需要进一步改善和探索的地方进行了展望。
上传时间: 2013-08-01
上传用户:lvzhr
实现实时语音的录入以及与RS232串口完美结合-Real-time voice input and the perfect combination with the RS232 serial port
上传时间: 2013-05-16
上传用户:大三三
Abstract: This application note presents an overview of the operational characteristics of accurate I²C real-time clocks (RTCs),including the DS3231, DS3231M, and DS3232. It focuses on general application guidelines that facilitate use of device resources forpower management, I²C communication circuit configurations, and I²C characteristics relative to device power-up sequences andinitializations. Additional discussions on decoupling are provided to support developing strategies for mitigating power-supply pushingof device frequency.
上传时间: 2013-11-23
上传用户:WMC_geophy
针对科研实验中对拉压千斤顶加载过程控制的需要,采用ATmega128单片机控制步进电机进而实现对执行系统的电动泵站实行自动控制。对力和位移的数据采集与处理及用步进电机控制电动泵站手柄的技术细节作了重点描述。通过单片机的A/D变换器对AMP放大模块采集的电桥信号作量化处理,千斤顶的操控手柄位置依电动油泵阀门开启的方向和大小作若干定位,单片机根据力或位移传感器信号,实时控制步进电机驱动手柄旋转到相应操控位置。 Abstract: This article describes the use of ATmega128 AVR microcontroller series of DBS electric pumping stations and QF100/200 separate twoway hydraulic jack to automate the process of manipulating the work of the technical content. Articles on force and displacement data acquisition and processing, and stepper motor control electric pump with the handle of the key technical details were described. Through the MCU’s A / D converter module is collected on the AMP amplification quantify the signal bridge, jack handle position control valve opening according to the direction of electric pumps for a number of positioning and size of the microcontroller based on force or displacement sensor signals, real-time control stepper motor drive control handle rotate to the appropriate location.
上传时间: 2014-01-16
上传用户:hasan2015
为了提高传统温度控制系统的性能,将PID控制理论与嵌入式系统相结合,采用瑞萨电子公司的H8S/2166作为核心处理器,AD公司的AD7705以及热敏电阻温度传感器作为温度检测单元,利用4×6小键盘、LCD显示器和S1D13305液晶控制器达到良好的人机交互,设计出了一个应用于化工领域的嵌入式实时温度控制系统。相比于传统温度控制系统,该系统提供了更强的计算能力和可扩展能力,采用增量PID控制算法实现复杂控制。通过实验,该系统能达到0.1 ℃的温度控制精度以及小于120 s的温度稳定时间。 Abstract: In order to improve the performance of conventional temperature control system, combining PID control theory with embedded systems, using the Renesas Electronics Corp. H8S/2166 micro-controller as a core processors, AD7705 and thermistor temperature sensor as a temperature detection unit and 4×6 small keyboard, LCD and S1D13305 LCD controller as a good human-computer interaction, this paper designed an embedded real-time temperature control system which is applied in chemical industry. Compared with conventional temperature control system, this system provides more computing power and extensibility, and adopts PID control algorithm for complex control. Through the experiment, the system can reach temperature control accuracy of 0.1 ℃ and temperature stabilization time of less than 120 seconds.
上传时间: 2014-12-26
上传用户:003030
首先研究CAN总线和SAE J1939协议,提出一种基于MC9S12HZ256微控制器的总线式汽车数字仪表解决方案。详细介绍SAE J1939协议的报文帧格式及应用层协议中发动机相关参数的定义,以及步进电机及其驱动和车速信号的处理方法。该数字仪表系统硬件平台由微处理器和信号采集和信息处理及显示等模块组成。软件设计部分编程实现了对CAN总线和各传感器数据的读取、处理。该系统能够实时反映车辆工况。 Abstract: In this paper,CAN bus and SAE J1939protocol are researched,and a vehicle digital instrument solution based on MC9S12HZ256MCU is proposed.The message frame format and some engine-related parameters’definition in SAE J1939application layer protocol are introduced in detail.Stepper motor and its driver,the methods of speed signal process-ing are also introduced.The hardware platform of vehicle digital instrument is composed by MCU,signal acquisition mod-ule,and signal processing and displaying module.Data receiving and processing from CAN bus and sensors are accom-plished by programming,and vehicle condition can be reflected in real-time.
上传时间: 2013-10-20
上传用户:huannan88
实时时钟是微机保护装置的重要部件,在讨论PCF8583结构与功能的基础上,提出采用dsPIC33F系列微处理器与串行I2C时钟PCF8583的接口设计方案,给出了相应的接口电路与软件流程。该设计方案结构简单,可靠性高,开发周期短,具有一定的实用与参考价值。所设计的微机保护装置已投入现场运行,效果良好。 Abstract: Real-time clock chip is an important part in microcomputer protection device.Based on discussing the structure and function of PCF8583,a new interface scheme which uses dsPIC33F microprocessor and serial clock chip(I2C)PCF8583is proposed.The method of the circuit design and the main software flow are introduced in this paper.The scheme has simple structure,higher reliability and shorter exploitation cycle,so has definite practicality or reference value.The microcomputer protection device has been put into operation with better effects.
上传时间: 2013-11-18
上传用户:Thuan
介绍一种基于C8051单片机的动态心电监护系统。该系统由两部分组成:以C8051F320单片机为核心的数据采集装置和以PC机为平台的分析处理系统。硬件电路功耗低,由单片机自带的USB接口将数据传送给PC机。软件平台采用LabVIEW可视化虚拟仪器系统开发平台,将传统仪器的功能模块集成到计算机中,用户可通过修改虚拟仪器的程序改变其功能。采用USB接口实时传输心电数据,并将数据采集模块设计为计算机外设,使该系统高速快捷、小巧便携。 Abstract: In this design,a low-cost ECG electrocardiogram monitoring system is introduced,which consists of two parts:data acquisition device based on C8051F320and PC terminal as the analysis and processing system.The system is low-power consumption,the data is transmitted to the PC terminal by USB interface of the C8051F320.By using the visible virtual instrument system developing platform LabVIEW,the traditional instruments function modules are integrated into the computer,so the user can modify virtual instrument software to change its function to meet their needs.Using USB in-terface to realize real-time ECG data transmission,in addition,ECG data acquisition module is designed as the computer peripheral,which makes the syetem high-speed and portable.
上传时间: 2013-11-13
上传用户:zhangzhenyu