虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

MOdule

MOdule,n.[计]模块;组件;模数。[网络]模块;模;模组。[专业]模块[计算机科学技术];模块[电子、通信与自动控制技术];构件[农业科学]。
  • 基于AVR单片机的USB接口设计

    以AVR单片机ATmega8和USB接口器件PDIUSBD12为核心,基于标准的USB1.1协议,设计一种通用USB接口模块,以满足嵌入式系统中对USB接口的需求。对模块的硬件电路或单片机固件程序的硬件接口层稍加修改即可用于其他各种微处理器。该模块可为各种嵌入式系统增加USB接口,实现与USB主机系统通信。 Abstract:  Based on AVR microcontroller ATmega8 and USB interface chip PDIUSBD12, a general USB interface MOdule is designed according to USB1.1 protocol for various requirements of embedded systems. Only with few modifications in circuit or hardware abstract layer of firmware, the MOdule can be used on many types of microprocessors. All kinds of embedded systems can realize high speed and stable communication with USB host systems, owing to the facility of this MOdule.

    标签: AVR USB 单片机 接口设计

    上传时间: 2014-01-08

    上传用户:赵云兴

  • 基于ADuC841的膜片钳放大器系统设计

    为降低成本和解决现有膜片钳放大器系统中PC机的干扰问题,研究了一种基于单片机的膜片钳放大器小系统。该系统采用ADI公司生产的ADuC841作为控制核心,并且配置相应的液晶显示模块LCM3202401。模拟电路部分采用高输入阻抗的AD8627实现微电流信号的采集,并由后级电路进行信号的放大和电阻电容的补偿。它具有硬件电路简单、体积小、使用方便的特点。既可以单独作为小系统实现采集和显示,也可以通过红外方式和PC机进行通讯,在PC机上进行信号的处理。 Abstract:  In order to reduce cost and resolve the interferential problem with PC in existing patch clamp amplifiers, a small patch clamp amplifier system design based on microcontroller is studied. It adopts a new high performance microconverter ADuC841 by the ADI as the control core in the system, configuring a liquid crystal MOdule LCM3202401. In the analog circuit, AD8627 with high input impedance is used to detect the low current,signal magnification, as well as resistance and capacitance compensation are accomplished by subsequent circuits. It has the advantage of simple hardware circuit design, small volume and convenient operation. It can either be used as an independent system to measure and show signal detected or transmit to PC by infrared ray.

    标签: ADuC 841 膜片钳 放大器

    上传时间: 2013-11-06

    上传用户:yy_cn

  • 基于ROM单片机的汉字输入法的实现

    在需要实时大量输入汉字的显示控制处理应用中,利用传统单片机实现显示控制的设计方法是较难实现的。带汉字字库的液晶模块的使用使得小容量ROM单片机的大量汉字信息输入与显示成为可能。提出了针对汉字字库编码的二级索引拼音输入检索方法,介绍了以ST7920作为控制器的带汉字字库的液晶显示模块的接口方法及汉字显示和控制原理,给出了通用计算机键盘在单片机中的串行接口,采用该技术可大大增强单片机的汉字输入功能。为小容量ROM单片机的大批量汉字信息处理提供了一种汉字输入解决方案。 Abstract:  It is difficult to realize Chinese characters input method based on the embedded system by using the traditional design method of display control. It is possible to input and display Chinese characters based on the embedded system with the ROM of small content by using the LCD MOdule with Chinese characters.Chinese characters input method of the quadric index recall in allusion to Chinese characters code is brought forward.The interface and the principle of Chinese characters display control based on the LCD MOdule controlled with the ST7920 is introduced too.The serial interface of the computer keyboard in common use and the embedded system is given at the same time. It can enhance the embedded system function of Chinese characters input by using this technology, and provide a kind of Chinese characters input scheme for the embedded system with small capacity ROM.

    标签: ROM 单片机 汉字输入法

    上传时间: 2013-11-19

    上传用户:jhksyghr

  • 基于AVR单片机的船舶气象仪测试系统的设计

       针对船舶气象仪保障维修而设计的船舶气象仪测试系统,包括信息处理终端、主仪器检测模块、传感器检测模块,各个模块都采用基于AVR单片机的嵌入式系统,模块之间通过CAN总线进行通信。结果表明,船舶气象仪测试系统能够快速检测船舶气象仪故障,与单纯依靠人工方式排查故障相比,故障检测时间缩短了60%以上。 Abstract:  The test system of ship meteorological instrument was developed to satisfy the maintenance of ship meteorological instruments,which composed of information processing terminal, testing MOdule of main instrument and testing MOdule of sensors. Each of these MOdules included an embedded system based on microcontroller of AVR series and communicated with other MOdule by CAN bus. The results show that the test system can judge the fault of ship meteorological instrument quickly and shorten the fault detection time as much as 60% compared with simple manual troubleshooting.

    标签: AVR 单片机 气象仪 测试系统

    上传时间: 2013-11-23

    上传用户:stvnash

  • 深度睡眠模式操作技术笔记

    LM3S系列单片机主要有3种工作模式:运行模式(Run-Mode)、睡眠模式(Sleep-Mode)、深度睡眠模式(Deep-Sleep-Mode)。某些型号还具有单独的极为省电的冬眠模块(Hibernation MOdule)。而对各个模式下的外设时钟选通以及系统时钟源的控制主要由表 2.1中的寄存器来完成。 运行模式是正常的工作模式,处理器内核将积极地执行代码。在睡眠模式下,系统时钟不变,但处理器内核不再执行代码(内核因不需要时钟而省电)。在深度睡眠模式下,系统时钟可变,处理器内核同样也不再执行代码。深度睡眠模式比睡眠模式更为省电。有关这3种工作模式的具体区别请参见表 2.2的描述。调用函数SysCtlSleep( )可使处理器立即进入睡眠模式,而调用函数SysCtlDeepSleep( )可使处理器立即进入深度睡眠模式。任一中断都可以将处理器从睡眠或深度睡眠模式唤醒,并使处理器恢复到睡眠前的运行状态。因此在进入睡眠或深度睡眠之前,必须配置某个片内外设的中断并允许其在睡眠或深度睡眠模式下继续工作,如果不这样,则只有复位或重新上电才能结束睡眠或深度睡眠状态。

    标签: 深度睡眠 模式 操作

    上传时间: 2013-11-08

    上传用户:ArmKing88

  • 单片机嵌入式模块

    单片机嵌入式模块 联系  杨迪 15336417867  0531-55508458 QQ:1347978253  htp://www.easyele.cn 单片机嵌入式模块集成了8bit微处理器、CAN控制器、CAN收发器、总线保护于一身,所有元器件布置在一个微型的封装模块之内,用户只需要 知道RS232的通讯即可实现CAN通讯。并且提供嵌入式网络模块上位机设计,可以工作于透明传输模式和透明数据模式。 UART输出可以为TTL电 平,RS232或RS485。货号:CAN-MOdule 规格: 套. 单片机嵌入式模块广泛应用于消防安防、智能楼宇、酒店门锁、煤矿通讯、船舶运输等应用领域。CAN 是公认的稳定可靠的通讯模式,本系统 采用汽车级CPU,更保障其稳定性。单片机嵌入式模块通过UART转CAN可以帮助用户快速实现具有CAN-bus通讯接口的仪器、仪表设备的项目设计。 我们济南恩易电子科技有限公司是一家集研发生产销售于一体的高科技企业,主营业务字符叠加器,数据采集卡,串口服务器,嵌入式学习开 发工具等,可为客户定制开发,单片机嵌入式模块上市以来,一直深受广大顾客的喜爱,我们有专业的包装,详细的资料光盘,技术指导,合 理的价格,欢迎大家咨询购买。

    标签: 单片机 嵌入式模块

    上传时间: 2013-10-11

    上传用户:gengxiaochao

  • 嵌入式CAN模块

    嵌入式CAN模块 联系  杨迪 15336417867  0531-55508458 QQ:1347978253  htp://www.easyele.cn CAN (Controller Area Network)即控制器局域网络,属于工业现场总线的范畴。与一般的通信总线相比,CAN总线的数据通信具有突出的可靠性 、实时性和灵活性。嵌入式CAN模块控制器功能强,通信效率高,是公认的稳定可靠的通讯模式,广泛应用于消防安防、智能楼宇、酒店门锁、 煤矿通讯、船舶运输等应用领域。本系统采汽车级CPU,更保障其稳定性。客户可以放心使用。 嵌入式CAN模块 转 RS232 RS485 TTL ,可以帮助用户快速实现具有CAN-bus通讯接口的仪器、仪表设备的项目设计,模块集成了8bit微处理器 CAN控制器、CAN收发器、总线保护于一身,所有元器件布置在一个微型的封装模块之内,用户只需要知道RS232的通讯即可实现CAN通讯。客户 可以方便使用。 在使用过程中,嵌入式CAN模块可以工作于二种模式:透明传输模式和透明数据模式。并且提供上位机设计,UART输出时可以为TTL电平,RS232 或RS485,对应订货型号为 CAN-MOdule-ttl / rs232 / 485。客户应注意。 嵌入式CAN模块可以在CAN与RS232间精确的转换信息,让您更方便的通过PC或带RS232端口的设备与CAN设备通讯。欢迎大家咨询选购嵌入式CAN 模块,是我公司自主研发生产,完全拥有知识产权,专业的产品包装,详细的资料光盘,性价比高,专业公司操作,及时的技术支持,完善的 售后服务,解决客户的后顾之忧。  

    标签: CAN 嵌入式 模块

    上传时间: 2013-11-28

    上传用户:13925096126

  • KS-0825用户接口电路模块

    KS-0825 系列用户接口电路模块(RINGSLIC MOdule)采用模块化结构,在单个模块上集成了DC/DC 变换器、正反极开关、恒流馈电电路、二/四线变换电路、450Hz 正旋波发生器等用户接口系统需要的所有功能,使小用户话音系统的设计变得极为简单,用户只需要提供+5V 直流电源,即可实现小用户话音系统所必需的恒流馈电、振铃、二/四线变换、等功能;同时可以大幅度降低系统体积,降低成本。

    标签: 0825 KS 用户接口 电路模块

    上传时间: 2013-11-12

    上传用户:894448095

  • HCS12微控制器MC9S12DP256使用指南 ppt

    HCS12微控制器MC9S12DP256 第一步: 1) HCS12 技术概述2) Operating Modes工作模式3) Resource  Mapping资源映射4) External Bus Interface外部总线接口5) Port Integration MOdule端口集成模块6) Background Debug Mode背景调试模块

    标签: 12 HCS 256 MC9

    上传时间: 2013-12-20

    上传用户:源码3

  • 基于XGATE进行Manchester译码的方法

    Using the XGATE for Manchester DecodingTable of Contents 1 Introduction                         1.1 XGATE MOdule in S12X               2 Decoding Algorithm                        3 Software Implementation                   3.1 Frame Scheme                       3.2 Operating Modes and Demo             3.3 Files Summary                        3.4 Complete Mode Flowchart              4 Manchester Encoder                      4.1 Devices Used                        5 Conclusion  Appendix A Noise Elements During RF Transmissions in the Manchester Decoding ImplementationA.1 Types of Noise                      A.2 Effects of Noise                      A.3 Workaround for Noise Effects          

    标签: Manchester XGATE 译码

    上传时间: 2013-10-15

    上传用户:wqq123456