搜索资源列表
uCOS
- UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
stm32-18B20
- 基于STM32、UCOS的温度传感器18B20的驱动程序。支持ROM搜索算法。-Based on the STM32 the UCOS temperature sensor 18B20 driver. Support for ROM search algorithm.
WNode_Demo
- 采用STM32F103ZE单片机和keil和SIM900A模块设计的一个无线智能节点,使用了uCOS多任务操作系统,来控制RTC和传感器并行工作,传感器使用的是stm32自带的内部温度传感器-A wireless smart nodes using STM32F103ZE microcontroller and keil and SIM900A modules designed using a the uCOS multi-tasking operating system, parallel w
STM32DHT11
- stm32 DHT11 温度采集系统 ucos-stm32 DHT11 temperature acquisition system ucos
yeelink
- 以stm32为主控芯片,实现温度的检测,当温度超过阈值时,通过yeelink平台自动发邮件或微博告知主人,及时改善家居环境-Stm32 master chip temperature detection, when the temperature exceeds the threshold value, automatically yeelink platform e-mail or Twitter inform the owner in a timely manner to improve t
wk055-0216
- 基于stm32的ucosii操作系统,实现了温度湿度的采集,并做相应的继电器控制。-UCOSII operating system based on STM32, realizes the collection of temperature and humidity, and make corresponding relay control.
YEElink
- STM32做的一个小项目, 内部ADC温度通过ESP8266上传数据到YEELINK。UCOSII ESP8266 RTCTIME ADC等功能。-STM32 a small project, the internal temperature by ADC ESP8266 upload the data to YEELINK. UCOSII ESP8266 RTCTIME ADC functions.
DS18B20温度传感器程序
- 在stm32f107vc上实现的温度传感器程序(A temperature sensor program implemented on stm32f107vc)
SecuritySystem
- 实时监测温湿度,门禁监测,智能控制LED(Real-time monitoring of temperature and humidity, entrance guard monitoring, intelligent control LED)
stm32智能安防系统
- 1、 功能描述: 超声波实现防盗测距,以四个led灯显示逐渐靠近的距离。当距离近到4灯全亮时蜂鸣器报警。 RFID实现刷卡开锁功能,刷卡同时系统会在Flash中读取验证卡号是否合法,并将刷卡卡号同当前时间及是否合法的标记存入Flash中。 OLCD上显示蓝牙连接状态,当前刷卡卡号,是否有火,是否有可燃气体,超声波测距距离,以四格显示。 HC-05实现与手机的蓝牙通信,通过上位机发送指定命令,查询当前时间、温度、湿度、火焰、刷卡记录及可燃气体状态,并可以通过命令修改系统时间,清空刷卡记录。