搜索资源列表
DS18B20LCD1602keyscan
- 通过温度传感器DS18B20采集温度数据,通过单片机读取并通过LCD 1602将其显示出来,并在Proteus中仿真-DS18B20 by temperature sensor temperature data collected, read and passed through the MCU LCD 1602 to show up in the simulation in Proteus
ds18b20
- 基于ds18b20的温度检测,并经dspic单片机进行数据接收、显示。-Based ds18b20 temperature detection, and data received by the microcontroller dspic show.
32323232
- 温度控制系统,针对51单片机温度控制系统的设计与开发-Temperature control systems, design and development for 51 single-temperature control system
DS-code
- DS单片机的简单实现,主要是温度的读取、设置、等信息功能!-DS microcontroller simple implementation, mainly is the temperature reading, set up, the information such as function.
waterboiling
- 1.传感器:Pt100铂热电阻 2.测量放大器:自己设计与搭建 3.被控对象:400W电热杯,约0.5公斤自来水 4.执行机构:12V驱动,5A负载能力的继电器 5.控制系统:51单片机 6.控制算法:PID 7.温度范围:环境温度~100度 8.测量误差1度,控制误差2(1. sensor: Pt100 platinum thermal resistance 2. measurement amplifier: its own design and construction 3
Example22_DSP2833x_ADC_soc
- 当需要采集外部信号时, 外部信号多数是模拟信号, 如电压、 电流、 压力、温度、 湿度、 速度等, 而单片机又只能处理数字信号, 因此就需要一个将模拟信号转换为数字信号的介质--模数转换器(ADC) , F28335 芯片内部含有 ADC 外设,本程序实现了 F28335 的 ADC 模数转换功能。