CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lcd1602 at89s52

搜索资源列表

  1. AD9850.rar

    0下载:
  2. 基于AD9850的正弦波发生器的源码,运用单片机AT89S52对DDS芯片AD9850进行控制,通过键盘输入实现任意频率值的正弦波信号的发生,AD9850 Based on the sine wave generator source code, the use of single-chip AT89S52 of DDS chip AD9850 is controlled through keyboard input achieve arbitrary frequency value of th
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:36.56kb
    • 提供者:独孤飞
  1. AD9833-driver

    1下载:
  2. 这是我花了几十块钱买的程序,使用单片机AT89S52控制AD9833,LCD1602显示,输出正弦波,方波和三角波。-I spent dozens of dollars to buy the program, the use of microcontroller AT89S52 control AD9833, LCD1602 display, output sine wave, square wave and triangular wave.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:867byte
    • 提供者:冯小雷
  1. digital_frequency_meter

    0下载:
  2. 基于AT89S52和LCD1602的简单数字频率计,测量范围在0.2Hz到500kHZ之间,精度随频率有所变化。压缩包内包含Keil环境下的C语言源代码,以及Proteus仿真文件-Based on AT89S52 and LCD1602 a simple digital frequency meter to measure the range of 0.2Hz to 500kHZ between the precision with frequency change. Compressed p
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:54.83kb
    • 提供者:chh513
  1. 1602LCD

    0下载:
  2. AT89S52单片机控制1602lcd显示c51程序-AT89S52 SCM procedures 1602lcd show C51
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:3.42kb
    • 提供者:pandong
  1. at89s52_lcd1602_voltage

    0下载:
  2. at89s52单片机实现的液晶显示数字电压表 可以测定5V以内的支流电压 采用lcd1602作为显示输出接口 使用串行转换AD芯片tlc0831进行数据采集 max232芯片实现串口的上位机通讯-at89s52 tlc0831 max232 lcd1602 spi isp
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:2.15kb
    • 提供者:lean
  1. multifunctionaldigitalclock

    0下载:
  2. 本设计采用一块单片机(AT89S52)作为多功能数字钟的控制核心,加以温度传感器、红外接收管、蜂鸣器、液晶显示器(LCD1602)、电源电路及其他电路构成。实现了时间设置、闹铃设置、闹铃开和关的功能;LCD显示小时、分钟,有AM、PM指示灯,闹钟就绪灯,闹钟到点蜂鸣器报警,220V供电基本功能。另外,本设计还实现了通过切换键盘显示现场温度,红外停止闹铃的功能。 -This design uses a single chip (AT89S52) as the core controller o
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:61.08kb
    • 提供者:侯侠
  1. lcd_1

    0下载:
  2. AT89S52与LCD1602的显示程序。包括初始化,写命令,写数据,调试通过,另附1602的说明,欢迎下载-AT89S52 and procedures LCD1602 display. Including the initialization, write command, write data, debug is passed, an additional descr iption of 1602 are welcome to download! !
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:39.08kb
    • 提供者:常常
  1. auto_calibrate_clock

    0下载:
  2. a clock program base on at89s52 with auto calibration function, using LCD1602 to display, have 8 alarm clock, IR control.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:9.06kb
    • 提供者:allen mo
  1. LCD1602

    0下载:
  2. 采用AT89S52芯片来控制液晶显示屏LCD1602的显示。可以显示任意数字和英文字母-AT89S52 chip used to control the LCD1602 LCD display. Can display arbitrary numbers and letters of the alphabet
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-22
    • 文件大小:1.6kb
    • 提供者:Shi wei
  1. MCS-51-1602

    0下载:
  2. 基于AT89S52单片机与LCD1602液晶显示器的程序-AT89S52-based SCM and procedures LCD1602 LCD
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:15.17kb
    • 提供者:llh
  1. DA

    0下载:
  2. dac0832的应用,基于at89s52,用52控制转换,精确到小数点后一位,从0.0—5.0以0.1的精度对电压进行转换,并在lcd上显示当前输出的电压值,便于测试-dac0832 application, based on the at89s52, with 52 control conversion, accurate to one decimal, from 0.0-5.0 to 0.1 the accuracy of the conversion of voltage and curr
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:942byte
    • 提供者:shun lee
  1. 51_DHT11

    0下载:
  2. // DHT21使用范例 //单片机 : AT89S52 或 STC89C52RC // 功能 :串口发送温湿度数据 晶振 11.0592M 波特率 9600 //硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 -//DHT21 using the example of// MCU: AT89S52, or STC89C52RC// function: serial port to sen
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-05-11
    • 文件大小:27.58kb
    • 提供者:章琳
  1. lcd1602

    0下载:
  2. 用AT89s52驱动液晶显示屏lcd1602,实现字条串的显示。-LCD display with AT89s52 drive lcd1602, to achieve the note string display.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.26kb
    • 提供者:路晓
  1. time

    0下载:
  2. 基于单片机AT89S52+DS1302+LCD1602的数字钟-Based MCU AT89S52+ DS1302+ LCD1602 digital clock
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:56.57kb
    • 提供者:李燕
  1. LCD1602-2

    0下载:
  2. 用AT89S52控制LCD1602,以及初学者LCD1602测试-Using AT89S52 control LCD1602, LCD1602 and test for beginners
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:19.94kb
    • 提供者:李球
  1. lcd1602

    0下载:
  2. 这个程序是基于at89s52单片机的1602液晶动态显示程序代码。-This procedure is based on the at89s52 MCU 1602 LCD display code.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:12.18kb
    • 提供者:tuoqiong
  1. mcs51_lcd1602

    0下载:
  2. 本程序是测试51单片机的使用LCD1602功能 测试芯片:at89s52 晶振:11.0592MHz 有keil、proteus文件和详细注释-This procedure is to test 51 single-chip functional test chips using the LCD1602: at89s52 Crystal: 11.0592MHz with keil, proteus file and detailed notes
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:563.58kb
    • 提供者:
  1. lcd1602

    0下载:
  2. 1602液晶屏程序。用的51芯片是AT89S52。用于交流学习-1602 LCD screen program. 51 chips with AT89S52. For the exchange of learning
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:34.56kb
    • 提供者:lvyan
  1. LCD1602

    0下载:
  2. AT89S52控制LCD1602进行滚动字符显示,支持两种显示方式,即上下翻滚和左右交替-AT89S52 control LCD1602 a rolling display of characters, supports two display, roll up and down and around the turn of the
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1.56kb
    • 提供者:
  1. LCD1602

    0下载:
  2. lcd1602的显示功能程序。在51单片机上运行,没有问题。(LCD1602 lcd display diver program.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-23
    • 文件大小:3kb
    • 提供者:hghghg0253
« 12 3 4 »
搜珍网 www.dssz.com