搜索资源列表
8051 encoder Absolute Encoder Positioner
- 8051 Absolute Encoder Positioner How to connect and drive absolute position encoder with SSI serial interface. The encoder has been made by Siemens (6FX2001-5FS12). Archive contains: 1) schematic, 2) source in C and Assembler
使用keil C并用PROTEUS仿真
- 使用keil C并用PROTEUS仿真,实现8051单片机对温湿度传感器SHT10数据采集,并使用1602液晶显示。-PROTEUS using keil C and used simulation to achieve 8051 temperature and humidity sensor SHT10 of data collection, and use the 1602 LCD.
SHT11.rar
- C语言编写的温湿度传感器SHT11与51单片机的接口驱动程序,做毕业设计很辛苦弄好的,网上找不到的哦!,C language SHT11 temperature and humidity sensor with 51 single-chip interface driver, very hard to do graduate design ready, and the Internet can not be found Oh!
8051-sd-source-code.rar
- 基于8051的SD卡读写程序,内容包括SD卡的读写,配置,校验等,8051 based on the SD card reader program, including reading and writing SD card, configuration, calibration, etc.
I2C_24C32.rar
- I2C通信存储芯片24C32的使用C源程序,支持8051系列单片机,用KeilC51编写,有连续读和连续写函数,可以对24C32进行连续写字节和连续读出字节,本程序在89C52单片机下测试通过。,24C32 memory chip I2C communication using the C source of support the 8051 series of single-chip, using KeilC51 prepared for a continuous period of time
8051
- 8051实现直流电机PMW调速系统 本文所述的直流电机闭环调速系统是以低价位的单片微机8051为核心的,而通过单片机来实现电机调整又有多种途径,相对于其他用硬件或者硬件与软件相结合的方法实现对电机进行调整,采用PWM软件方法来实现的调速过程具有更大的灵活性和更低的成本,它能够充分发挥单片机的效能,对于简易速度控制系统的实现提供了一种有效的途径。而在软件方面,采用PLD算法来确定闭环控制的补偿量也是由数字电路组成的直流电机闭环调速系统所不能及的。曾经也试过用单片机直接产生PWM波形,但其最终效
UCos-II.core.analysis.Transplantation.and.Driver.D
- 《uC/os-II 内核分析.移植与驱动程序开发》随书光盘中的全部源代码,全部通过调试。书中介绍μC/OS-Ⅱ的内核分析、移植过程和驱动程序开发方法。书中首先以μC/OS-Ⅱ在8051系列单片机上的移植为例子,详细剖析μC/OS-Ⅱ的内核和移植过程;然后以串口通信为例,介绍如何为μC/OS-Ⅱ实时内核添加设备的驱动程序;最后介绍μC/OS-Ⅱ在数字信号处理器[DSP]上的移植,以使读者进一步加深对μC/OS-Ⅱ的理解。 -" UC/os-II core analysis. Transpl
100ExampleProteus
- 《单片机C语言程序设计实训100例——基于8051+Proteus仿真》全部是Proteus的仿真,DSN文件和hex文件。 推荐做毕业设计和学习单片机的下载。 内容包括: 第 01 篇 基础部分: 01 闪烁的LED 02 从左到右的流水灯 03 左右来回的流水灯 04 花样流水灯 05 LED模拟交通灯…… 48 单片机与PC机串口通讯仿真 第 02 篇 硬件应用:01 74LS138译码器应用 02 74HC154译码器应用 03 74HC595串入并出芯片应用 04 7
8051_keil_C_proteus
- keil C 与proteus环境下仿真单片机开发的5个实例,是单片机嵌入式开发的极有价值的参考资料。其中包括了流水灯、走马灯、1602液晶屏驱动、ds1302、max7221的仿真开发实例,包括c语言代码。-keil C and Proteus simulation environment developed Singlechip five examples of single-chip embedded development is a very valuable reference. In
P8051
- This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim. SDCC is the compiler. Example compilation: cd compile sdcc --iram-size 0x80 --xram-size 0x800 t8051.c RE
keilc
- 8051在keil C下的编程指南,帮助用户快速熟悉keilC,了解编译原理.-8051 in keil C programming under the guidance to help users familiar with the Express keilC, compiler know principle.
The_8051_Microcontroller_and_Embedded_Systems_Usi
- This the book for 8051 using C and assembly language-This is the book for 8051 using C and assembly language
The_Art_of_C_Programming_of_8051_MCU
- 本资源详细讲述了8051单片机的C语言编程。书中给出大量实例和全部源代码,重视设计思路的分析和代码模块化设计。是学习单片机C语言编程的好资源。-This material introduces the C programming of 8051 MCU. It gives lots of applicable examples and all codes.
8051_sd
- 基于8051的sd卡驱动程序 适合8051内核单片机的sd卡读写驱动,基于自带SPI模块的单片机AT89S8253修改的. 可以读写单个块或者多个块. 带spi功能的8051单片机应该都不需要修改. 如果要修改只需修改sdconfig.h 和 sdhal.c文件-8051 based on the sd card driver for 8051 MCU core driver sd card reader, based on its own single-chip SPI mod
8051-C-language-development-environment-and-design
- 《8051单片机C语言开发环境实务与设计.pdf》 关于8051 C语言的书,本书重简单到复杂,从基础到实际应用,以及如何使用集成开发环境的控制技巧,到最后实例阐述产品开发的规划、思考模式,引导读者了解嵌入式系统的人性化、网络化,并通过实力制作电路板,同时有最完整的原理叙述与详细的程序说明。 通过本书你会学到有关硬件的知识和软件的结构、程序设计技巧和解决问题的方法。-" 8051 C language development environment and design pra
ex4-10
- 程序描述:这个范例说明如何使用8051,以及汇编语言的程序连结, 当我们按下向上数的按钮之后,程序就会把0到9的共 阳7段显示器字型码存入AT93C46;如果我们按下向下 数的按钮之后,程序就会把9到0的共阳7段显示器字 型码存入AT93C46。 程序每一次重新开始执行时(Power on 或是Reset),8051 会先从AT93C46当中读出最前面的10个位组,然后 就反复地将这10个位组的数据经由PORT 1送到1个 共阳七段显示器。*/-Procedur
KeyGrab
- Programming and Interfacing the 8051 Microcontroller in C and Assembly
CODING
- hi, i m here with some source codes of the projects done on 8051 and linux. regards dhiren
C-and-the-8051-By-Thomas-W.-Schultz
- gaio trinh hoc 8951 = C
Digital-Thermal-Control-using-8051-microcontrolle
- This project is used to measure the temperature using LM35 analog sensor and ADC0804 Analog-to-Digital converter working in wide range of temperature from 0 c to 120 c and displaying this value on an LCD. It is also used to control the measured tempe