单片微型计算机的初步认知
标签: 微型计算机
上传时间: 2013-11-13
上传用户:ewtrwrtwe
根据LED轮廓显示控制的结构特点,设计了基于STC单片机的显示控制器。该系统控制采用STC11/12系列单片机为控制处理器,加以外围电路,利用485接口实现主从远距离控制。设计了色带数据与效果数据格式,充分利用单片有限的存储空间完成更多显示效果。利用分控制器完成对现有市场上的6803、2803和1809系列LED专用驱动芯片的兼容。本案开发的LED护栏管显示屏控制器已产品化,控制效果良好。
上传时间: 2013-10-29
上传用户:rolypoly152
这是一个数码管代码生成器,有利于帮助大家编译数码管代码,。
上传时间: 2013-10-14
上传用户:u789u789u789
郭天祥老师的十天学会单片C语言视频教程
上传时间: 2013-11-23
上传用户:sammi
单片机交通灯——共阳管
上传时间: 2013-10-25
上传用户:changeboy
a_bit equ 20h ;个位数存放处 b_bit equ 21h ;十位数存放处 temp equ 22h ;计数器寄存器 star: mov temp,#0 ;初始化计数器 stlop: acall display inc temp mov a,temp cjne a,#100,next ;=100重来 mov temp,#0 next: ljmp stlop ;显示子程序 display: mov a,temp ;将temp中的十六进制数转换成10进制 mov b,#10 ;10进制/10=10进制 div ab mov b_bit,a ;十位在a mov a_bit,b ;个位在b mov dptr,#numtab ;指定查表启始地址 mov r0,#4 dpl1: mov r1,#250 ;显示1000次 dplop: mov a,a_bit ;取个位数 MOVC A,@A+DPTR ;查个位数的7段代码 mov p0,a ;送出个位的7段代码
上传时间: 2013-11-06
上传用户:lx9076
北京,2007年9月27日——全球有线和无线通信半导体市场的领导者Broadcom(博通)公司(Nasdaq:BRCM)今天宣布,推出全球第一个全功能802.11n单芯片解决方案BCM4322。BCM4322是Broadcom Intensi-fiTM产品系列的最新成员,它不仅是市场上最小和最经济的802.11n解决方案,而且第一个让Wi-Fi产品的实际无线吞吐量超过了200Mbps。这款最新的Intensi-fi芯片兼有前所未有的无线性能和很多新功能,扩大了无线覆盖范围,使无线网络能够兑现802.11n的承诺,即同时支持几路多媒体应用,包括高清视频流。
上传时间: 2014-01-14
上传用户:haohaoxuexi
为提高温度测量效率,降低系统的成本,扩展传输距离,设计出一种新型温度采集系统。单片机通过控制具有单总线方式的温度传感器DS18B20实现对温度的测量,同时单片机通过控制具有单总线方式300~450MHz频率范围内的MAX7044与MAX7033无线发射与接收芯片实现温度数据的无线传输。与传统温度采集系统相比,该系统利用单总线方式连接,采用无线传输方式实现远距离通信,易于系统的集成与扩展。实验结果表明,该系统结构简单、方便移植,能够同时实现多达上百点温度的测量与500m范围的传输。 Abstract: To improve the temperature measurement efficiency and reduce system cost,expansion of transmission distance,a new type of temperature acquisition system is designed.Microcontroller controlled temperature sensor DS18B20which has a single-bus achieves temperature measurement,while microcontroller by controlled the MAX7044and MAX7033chip with a single-bus and having300~450MHz radiofrequency to achieve the wireless transmission of temperature data.Compared with conventional temperature acquisition system,the system uses single-bus connected,and uses wireless transmission means to achieve long-distance communications,easy-to-system integration and expansion.The experimental results show that the system is simple,convenient transplantation,and can be implemented in as many as a hundred-point temperature measure-ment and the transmission range of500meters.
上传时间: 2013-10-29
上传用户:515414293
主要特点管脚完全与三星9454兼容8位CISC型内核(MC05)4K byte OTP ROM208 byte RAM3组IO口(最多可支持17个通用IO口和1个输入口)1个PWM输出1个8位基本定时器1个8位带比较输出的定时器1个10位ADC(9路输入)2个外中断、1个定时器中断、1个PWM中断看门狗复位功能3V低压复位可选晶振/RC振荡晶振400K-8MHzRC振荡有3.2MHz(@5V,typ.)、8MHz(@5V,typ.)、外接电阻电容3种可选
上传时间: 2013-11-05
上传用户:Jerry_Chow
针对目前采用的热敏电阻测量方法,提出了采用单总线数字式温度传感器DS18B20和单片机组成的新型温度测量仪。介绍DS18B20的结构和工作原理,以及单总线工作原理,给出了由Mega8单片机和DS18B20构成的单总线温度测量仪的硬件电路及软件流程图。经试验基于单总线器件DS18B20的温度测量仪,具有测量准确、测温范围宽、体积小、控制方便等优点。 Abstract: This paper brings forward a new temperature meter composed of 1-Wire temperature sensor DS18B20 and MCU which has advantage of the thermistor. In the article, the DS18B20's structure and controlling principles are introduced and hardware circuit and software diagram of the temperature meter are given.After been tested,the temperature meter has the advantages of accurate measurement, wide temperature range, small volume and convenient controlling.
上传时间: 2013-10-31
上传用户:hzy5825468