登录
首页 » SCM » 大学毕业设计作品:出租车计价器的设计:以AT89S52单片机为中心,通过金属传感器来测距,实现对出租车的计价统计。结合语音芯片ISD4004,时钟芯片DS130...

大学毕业设计作品:出租车计价器的设计:以AT89S52单片机为中心,通过金属传感器来测距,实现对出租车的计价统计。结合语音芯片ISD4004,时钟芯片DS130...

于 2022-03-09 发布 文件大小:7.14 kB
0 52
下载积分: 2 下载次数: 1

代码说明:

大学毕业设计作品:出租车计价器的设计:以AT89S52单片机为中心,通过金属传感器来测距,实现对出租车的计价统计。结合语音芯片ISD4004,时钟芯片DS1302,功放模块LM386N组成语音时间控制系统,最后通过液晶显示模块LCD12864显示单价、路程、总价、时间等。本系统可以实现单价、起步价、白天价、夜间价的显示和时间的修改。AT89S52通过P0口与外部语音报价电路相连,可以实现语音报价功能。-Graduated from college design work: the design of a taxi meter: The AT89S52 microcontroller as the center, ranging through the metal sensor to achieve statistical valuation of the taxi. Combination of voice chip ISD4004, clock chip DS1302, composed of voice amplifier module LM386N-time control system, the final adoption of liquid crystal display module LCD12864 show unit price, distance, total price and time. This system can achieve unit price, starting at daytime price, prices shown at night and the time changes. AT89S52 through the P0 port with an external circuit connected to voice offer, you can offer voice functionality.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • the code is completed, I set up the GPRS data
    本代码是本人毕设所做的GPRS数传系统的软件部分,实现了PPP,UDP,IP协议的分层和打包,实现了嵌入式设计中的UDP/IP协议栈-the code is completed, I set up the GPRS data-transmission system software, to achieve the PPP, UDP, IP protocol layering and packaged to achieve the design of embedded UDP/IP protocol stack
    2022-03-16 03:47:21下载
    积分:1
  • An "improved" inductance/capacitance meter Actually, it works much the same as...
    An "improved" inductance / capacitance meter Actually, it works much the same as the originalIt differs from the original in that: A 16F628 PIC is used. This has internal comparator, which means the LM311 is no longer needed.Software calibration is used. The finished meter can be calibrated against "any" accurate capacitor within the range 100pF to about 10000pF -An "improved" inductance/capacitance meter Actually, it works much the same as the originalIt differs from the original in that: A 16F628 PIC is used. This has internal comparator, which means the LM311 is no longer needed.Software calibration is used. The finished meter can be calibrated against "any" accurate capacitor within the range 100pF to about 10000pF
    2022-02-24 11:22:28下载
    积分:1
  • 利用实验开发装置上的TLC549做A/D转换器,对电位器提供的模拟电压信号进行定时中断采样,结果在LED上进行显示...
    利用实验开发装置上的TLC549做A/D转换器,对电位器提供的模拟电压信号进行定时中断采样,结果在LED上进行显示-Experimental development of devices using the TLC549 to do A/D converter, potentiometer provided on the analog voltage signal interrupted regular sampling, the results in the LED display on
    2023-04-22 04:00:03下载
    积分:1
  • 8051系列教程多功能程式范例
    8051系列教程多功能程式范例 -8051 Series multi-function program examples tutorials
    2022-02-10 03:12:47下载
    积分:1
  • 凌阳单片机的MAX7219驱动程序(测试通过)
    凌阳单片机的MAX7219驱动程序(测试通过)-Sunplus the MAX7219 single-chip driver (test)
    2022-02-12 08:40:07下载
    积分:1
  • 单片机程序在线设计 单片机程序在线设计
    单片机程序在线设计 单片机程序在线设计-Single-chip Single-chip design process online program online online design single-chip design process
    2022-04-08 02:37:30下载
    积分:1
  • 了解A/D转换器TLC549转换性能及编TLC549 AD采样子程序及如何从TLC549读取采样值的编写...
    了解A/D转换器TLC549转换性能及编TLC549 AD采样子程序及如何从TLC549读取采样值的编写-Understanding of A/D converter conversion TLC549 and TLC549 AD series sampling subroutine and how to read sample values from the TLC549 preparation
    2022-02-25 18:23:22下载
    积分:1
  • 单片机做的图片菜单显示,学单片机的好资料,proteus仿真通过,学习的好资料...
    单片机做的图片菜单显示,学单片机的好资料,proteus仿真通过,学习的好资料-The single-chip picture menu shows that learning good information on SCM, proteus simulation adoption, learn good information ...
    2022-02-03 07:19:17下载
    积分:1
  • This is a drive LCM module shows the 51 single procedure, module lattice is 128...
    这是一个驱动LCM模块显示的51单片程序,模块点阵是128×64,使用的IC是ST7565P.-This is a drive LCM module shows the 51 single procedure, module lattice is 128 64, the IC is ST7565P.
    2022-05-05 02:37:19下载
    积分:1
  • 这是关于定时器0使用的例子,RAR文件也是冷杉…
    这个两个rar文件是关于定时器0使用的例子, 也是我第一次使用定时器0做的实验程序: 1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。 两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验, 小虾们可以试试看。 -Rar files that are both about the example of the use of Timer 0 is also the first to use my timer 0 of the experimental procedure to do: 1. T0_ASM.rar, (with English language routines C51 annotated), make use of the timer 0 interrupt implementation easy control of LED lights. 2. T0_C51.rar, (with English Notes 51 assembly language routines), use of the timer 0 interrupt achieve easy control of LED lights. Same function in both programs at timer0 interrupted MCU51-63K emulator through the experiment, shrimp can give it a try.
    2022-01-31 01:18:41下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载