登录
首页 » Others » WeatherStation

WeatherStation

于 2020-10-31 发布 文件大小:2939KB
0 90
下载积分: 1 下载次数: 50

代码说明:

  一个集成了 BMP085 GP2Y1010 nrf2401 以及DHT11的以stm32f4 位控制核心的,天气预测程序!(An integrated BMP085 GP2Y1010 nrf2401 and DHT11 to stm32f4 bit control core, weather forecasting program!)

文件列表:

WeatherStation
..............\BSP
..............\...\bmp085.c,6298,2013-09-04
..............\...\bmp085.h,264,2013-09-10
..............\...\bsp.c,1560,2013-09-12
..............\...\bsp.h,272,2013-09-10
..............\...\Delay_SysTick.c,1219,2013-09-09
..............\...\Delay_SysTick.h,174,2013-09-04
..............\...\dht11.c,2563,2013-09-06
..............\...\dht11.h,1516,2013-09-06
..............\...\GP2Y1010.c,4929,2013-09-10
..............\...\GP2Y1010.h,871,2013-09-07
..............\...\LCD12864.c,8055,2013-09-10
..............\...\lCD12864.h,1804,2013-09-10
..............\...\nRF24L01.c,12907,2013-08-20
..............\...\nRF24L01.h,5713,2013-09-10
..............\...\sim_i2c.c,9967,2013-09-06
..............\...\sim_i2c.h,4329,2013-09-05
..............\CMSIS
..............\.....\core_cm4.h,108260,2012-12-18
..............\.....\core_cm4_simd.h,21323,2012-12-18
..............\.....\core_cmFunc.h,15828,2012-12-18
..............\.....\core_cmInstr.h,17205,2012-12-18
..............\.....\stm32f4xx.h,544860,2013-07-25
..............\.....\system_stm32f4xx.c,21405,2013-07-25
..............\.....\system_stm32f4xx.h,2234,2013-01-10
..............\FWlib
..............\.....\inc
..............\.....\...\misc.h,6925,2013-01-10
..............\.....\...\stm32f4xx_adc.h,32550,2013-01-10
..............\.....\...\stm32f4xx_can.h,27319,2013-01-10
..............\.....\...\stm32f4xx_crc.h,2417,2013-01-10
..............\.....\...\stm32f4xx_cryp.h,14482,2013-01-17
..............\.....\...\stm32f4xx_dac.h,14947,2013-01-10
..............\.....\...\stm32f4xx_dbgmcu.h,4297,2013-01-10
..............\.....\...\stm32f4xx_dcmi.h,12978,2013-01-10
..............\.....\...\stm32f4xx_dma.h,28883,2013-01-10
..............\.....\...\stm32f4xx_exti.h,8013,2013-01-10
..............\.....\...\stm32f4xx_flash.h,18074,2013-01-10
..............\.....\...\stm32f4xx_fsmc.h,27182,2013-01-10
..............\.....\...\stm32f4xx_gpio.h,18535,2013-01-10
..............\.....\...\stm32f4xx_hash.h,10085,2013-01-10
..............\.....\...\stm32f4xx_i2c.h,31940,2013-01-10
..............\.....\...\stm32f4xx_iwdg.h,4324,2013-01-10
..............\.....\...\stm32f4xx_pwr.h,6358,2013-01-10
..............\.....\...\stm32f4xx_rcc.h,25862,2013-01-10
..............\.....\...\stm32f4xx_rng.h,3959,2013-01-10
..............\.....\...\stm32f4xx_rtc.h,40547,2013-01-10
..............\.....\...\stm32f4xx_sdio.h,22778,2013-01-10
..............\.....\...\stm32f4xx_spi.h,21179,2013-01-10
..............\.....\...\stm32f4xx_syscfg.h,7334,2013-01-10
..............\.....\...\stm32f4xx_tim.h,51690,2013-01-10
..............\.....\...\stm32f4xx_usart.h,17936,2013-01-10
..............\.....\...\stm32f4xx_wwdg.h,3543,2013-01-10
..............\.....\src
..............\.....\...\misc.c,11444,2013-01-10
..............\.....\...\stm32f4xx_adc.c,68877,2013-01-10
..............\.....\...\stm32f4xx_can.c,60282,2013-01-10
..............\.....\...\stm32f4xx_crc.c,3597,2013-01-10
..............\.....\...\stm32f4xx_cryp.c,35505,2013-01-10
..............\.....\...\stm32f4xx_cryp_aes.c,57734,2013-01-17
..............\.....\...\stm32f4xx_cryp_des.c,9823,2013-01-10
..............\.....\...\stm32f4xx_cryp_tdes.c,10545,2013-01-10
..............\.....\...\stm32f4xx_dac.c,26805,2013-01-10
..............\.....\...\stm32f4xx_dbgmcu.c,6810,2013-01-10
..............\.....\...\stm32f4xx_dcmi.c,18793,2013-01-10
..............\.....\...\stm32f4xx_dma.c,52951,2013-01-10
..............\.....\...\stm32f4xx_exti.c,10025,2013-01-10
..............\.....\...\stm32f4xx_flash.c,42844,2013-01-10
..............\.....\...\stm32f4xx_fsmc.c,41998,2013-01-10
..............\.....\...\stm32f4xx_gpio.c,22091,2013-01-10
..............\.....\...\stm32f4xx_hash.c,26663,2013-01-10
..............\.....\...\stm32f4xx_hash_md5.c,9595,2013-01-10
..............\.....\...\stm32f4xx_hash_sha1.c,9794,2013-01-10
..............\.....\...\stm32f4xx_i2c.c,54139,2013-01-10
..............\.....\...\stm32f4xx_iwdg.c,9349,2013-01-10
..............\.....\...\stm32f4xx_pwr.c,26394,2013-01-10
..............\.....\...\stm32f4xx_rcc.c,77695,2013-01-10
..............\.....\...\stm32f4xx_rng.c,14061,2013-01-10
..............\.....\...\stm32f4xx_rtc.c,102892,2013-01-10
..............\.....\...\stm32f4xx_sdio.c,38958,2013-01-10
..............\.....\...\stm32f4xx_spi.c,52315,2013-01-10
..............\.....\...\stm32f4xx_syscfg.c,7753,2013-01-10
..............\.....\...\stm32f4xx_tim.c,124733,2013-01-10
..............\.....\...\stm32f4xx_usart.c,57950,2013-01-10
..............\.....\...\stm32f4xx_wwdg.c,10550,2013-01-10
..............\keilkilll.bat,399,2011-04-23
..............\obj_lst
..............\.......\bmp085.crf,320552,2013-09-12
..............\.......\bmp085.d,1001,2013-09-12
..............\.......\bmp085.o,352920,2013-09-12
..............\.......\bsp.crf,324280,2013-09-12
..............\.......\bsp.d,1112,2013-09-12
..............\.......\bsp.o,354220,2013-09-12
..............\.......\datap_display.crf,324566,2013-09-12
..............\.......\datap_display.d,1436,2013-09-12
..............\.......\datap_display.o,356476,2013-09-12
..............\.......\delay_systick.crf,317309,2013-09-12
..............\.......\delay_systick.d,992,2013-09-12
..............\.......\delay_systick.o,345528,2013-09-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 华为PCB设计规范2003-资料3
    high speed pcb design spicification, the book is very useful.
    2018-10-05 22:28:48下载
    积分:1
  • AVRspi
    AVR单片机ATMEGA系列SPI接口的驱动程序。(AVR Singlechip ATMEGA series SPI interface driver.)
    2007-12-26 13:23:02下载
    积分:1
  • xiangpintexin
    本作品以MSP430单片机为核心, 基于DDS原理,通过查表方式输出步进量为10HZ,频率为100HZ~2KHZ的正弦波。两路被测信号通过过零比较、异或和低通滤波整流,实现了对相位差的测量,误差小于(This works with MSP430 microcontroller as the core, based on DDS principle, by look-up table output step sizes for the 10HZ, frequency of 100HZ ~ 2KHZ sine wave. Two by the signal zero-crossing comparator, XOR, rectification and low-pass filtering, the realization of the phase of the measurement error is less than)
    2013-05-23 15:14:22下载
    积分:1
  • 红绿灯_20200430
    说明:  东西、南北两干道交于十字路口,各干道有一组红、绿、黄三个指示灯,指挥车辆和行人安全通行。南北方向为主干道,通行时间为35秒;东风方向为支干道,通行时间为25秒。通行时间最后3秒,绿灯灭,黄灯闪烁,黄灯闪烁完毕变更通行车道。通行时间由数字显示器显示,黄灯3秒闪烁不单另计时。 特殊情况控制通行方式控制,用按键开关K1控制主道通行,支道禁行,K2控制支道通行,主道禁行,特殊情况控制通行放行。 有紧急情况时用按键开关K3控制两道均为红灯。(The east-west and North-South arterial roads intersect at the intersection. Each arterial road has a group of red, green and yellow indicator lights to guide vehicles and pedestrians to pass safely. The north-south direction is the main road with a traffic time of 35 seconds; the east direction is the branch road with a traffic time of 25 seconds. At the last 3 seconds of the traffic time, the green light is off, the yellow light is flashing, and the yellow light is flashing to change the traffic lane. The traffic time is displayed by the digital display, and the yellow light flashes for 3 seconds, not only for another time. Under special circumstances, control the way of passage. Use key switch K1 to control the passage of main road, Branch Road, K2 to control the passage of branch road, main road and special circumstances to control the passage and release. In case of emergency, use key switch K3 to control two red lights.)
    2020-05-03 11:10:55下载
    积分:1
  • EXP3-led
    单片机有关于C8051f020系列的程序开发的一小部分源程序代码:功能:实现LED发光管的运行。(SCM series on C8051f020 a small part of program development source code: Function: LED lamp operation.)
    2011-07-09 11:12:48下载
    积分:1
  • mangping
    LCMV优化设计阵列处理信号,pwm整流器的建模仿真,音频信号通过LM386放大。( LCMV optimization design array signal processing, Modeling and simulation pwm rectifier LM386 audio signal amplification.)
    2016-12-06 15:29:00下载
    积分:1
  • DS18B20
    单总线温度DS18b20程序,适用于AVR单片机。(Single-bus temperature DS18b20 procedures applicable to the AVR microcontroller.)
    2013-12-20 17:00:36下载
    积分:1
  • CC2420
    这是一个项目的节点程序,单片机使用avr,无线通信模块使用CC2420(支持Zigbee协议),此源码包括发送端和接收端(This is a project node procedure, single-chip using avr, of wireless communication module using the CC2420 (support for Zigbee Protocol), the source, including the sending end and receiving end)
    2009-07-08 10:00:52下载
    积分:1
  • LCD12864(S6B0107)
    该程序用于测试128 * 64系列模型 控制器:S6B0108,驱动:s6b0107(The program is used for testing 128*64 serial model Controller:S6B0108,Driver :S6B0107)
    2016-01-13 11:27:47下载
    积分:1
  • 31111787
    设计了基于模糊控制器的风力水力互补发电系统,并利用MATLAB软件中的Simulink工具箱对该系统进行了建模仿真,取得了良好的效果。仿真结果表明,基于模糊控制器的风力水力互补发电系统可以很好地解决风力发电波动性大的问题,为风电的大规模应用提供了可行的解决方案。内含文档和MATLAB程序。(The wind power generation system based on fuzzy controller is designed, and the system is modeled and simulated by using Simulink toolbox in MATLAB software. The simulation results show that the wind power generation system based on fuzzy controller can solve the problem of large fluctuation of wind power, which provides a feasible solution for large scale application of wind power. Containing documents and MATLAB program.)
    2016-01-25 19:53:09下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载