搜索资源列表
shui_kong
- 加油机源程序,税控芯片驱动部分 lcd_driver-tanker source files, documents chip-driven part lcd_driver
DSP2812AD-caiyangchengxu
- 针对流行的TMS320C2812芯片进行编程,实现了AD采样,程序简单易懂-against popular TMS320C2812 chip programming, the AD sampling procedures are simple
daocheleida
- 作品基于STC89C52RC单片机的数字式倒车雷达的设计。该系统是以单片机为核心的一种低成本、高精度、微型化,并有数字显示和声音报警功能的倒车雷达系统,该倒车雷达根据超声波测距原理研制,将测得的结果送至数码管显示,同时进行声音报警和一些必要的其它辅助功能。-Works based on single-chip digital STC89C52RC reversing radar design. The system is based on the microcontroller as the c
7313
- 关于汽车电子 音量及音效控制的芯片源代码I2C的-Volume and sound control of automotive electronic chip source code I2C
EX2
- 基于VC33的flash擦除、读写例程,flash芯片29F010A-The VC33-based flash erase, read and write routines, flash chip 29F010A
EX4
- 基于VC33的DDS初始化、各种信号发送软件,DDS芯片AD9831。-VC33 the DDS-based initialization, the various signals sent software, DDS chip AD9831.
EX5
- 基于VC33的信号采集软件,对应A/D芯片为MAX125,信号采集为4路,在VC33系统上调试通过-VC33-based signal acquisition software, the corresponding A/D chip for the MAX125, signal acquisition for the 4-way, in the VC33 system debugging through
JT213.c
- 利用单片机P1端口控制6个交通信号灯,并使用定时/计数器T0作定时,实现交通信号灯控制。 在马路的十字路过东西南北各设置红、黄、绿3种信号灯。由P1.0~P1.2控制南北方向,其中P1.0为红灯,P1.1为黄灯,P1.2为绿灯。P1.3~P1.5控制东西方向,其中P1.3为红灯,P1.4为黄灯,P1.5为绿灯。 -P1 port single-chip computer control of six traffic lights, and use the timer/counter T0
mcu-code
- 利用51单片机通过485总线发送控制信号给从机,控制交通灯的显示,倒计时等操作。-With 51 single-chip 485 sends control signals to the slave display, countdown operation, control traffic lights.
traffic-lights-design
- 用MSI芯片设计一个时序逻辑电路,实现交通灯的功能(包括红绿灯的交替点亮,以及黄灯的闪烁)-MSI chip to design a sequential logic circuit, traffic lights (including traffic lights alternately light and yellow light flashing)
followed-the-trace-codes
- 单片机控制,能完成小车自动循迹(黑色路径)、避障等功能。-The paper based on single chip microcomputer STC89C52 application, through C programming language, makes the car have followed the trace, obstacle avoidance, orbiting objects, and other functions.
AD62P49_SPI_CONFIG
- AD62p49芯片的配置程序,verilog语言,SPI协议-AD62p49 chip configuration program, verilog language, SPI protocol
AD9777_SPI_CONFIG
- verilog ad9777 ad芯片的配置程序,SPI接口协议 16bit DA-Verilog ad9777 AD chip configuration program, SPI interface protocols for 16 bit DA
ADC0809-ADPROTEUS
- 依靠ADC0808对输入电压进行A/D转换,之后输进单片机中,再显示在显示屏上-Rely on ADC0808 to A/D conversion, the input voltage after losing in the single chip microcomputer, is displayed on the LCD screen
gongjiaolupai
- LED公交路牌显示程序以及仿真软件,对做公交显示屏行业的人来说作用很大。主控芯片的51单片机,以及74HC595.-Bus street LED display program and simulation software, for those bus display industry s role is very big. The main control chip 51 single-chip microcomputer and 74 hc595 are needed.
Rectifier_F2812xipu2013620
- dsp程序,大功率级别的列车整流器流器控制,适用于行业人员,基于传统2812芯片-dsp procedures, high-power rectifier current level of train control for industry personnel, based on the traditional 2812 chip
Vehicle-temperature-control
- 基于以单片机为处理器所开发的车载温度实时控制系统-Based on single-chip microcomputer for the development of the vehicle temperature real-time control system
delphi--control
- delphi编写上位机,51单片机计数器同步显示。-Delphi written in the upper computer, 51 single chip counter synchronized display.
TJA1080
- 该芯片负责将各个设备的数据传输到dsp,由dsp对数据进行分析和处理。由于系统采用dsp作为核心,故可以对车载电子的数据进行复杂的处理。-The chip is responsible for the transmission of data to each device dsp, analysis and processing of the data the dsp. Because the system uses dsp as a core, it is possible to perfo
006
- 单片机型号:AT89C51 模块:舵机,红外对管,直流电机,编码器,LCD显示屏 接线:比较复杂,见原理图 功能:电源通电后,调节按键,设定初始转速,之后将小车放到白线上,小车则自动沿着白线走,达到路径识别的功能。 详述:单片机启动后通过按键设置电机运行速度。红外对管检测当前白线位置,并计算偏差,输送给舵机,控制舵机转向,并沿着白线行走,编码器通过单片机进行计数并测速,实现速度闭环控制,达到恒速运行。LCD屏幕实时显示当前车速与各个参数,供用户调试。