登录
首页 » Others » WeatherStation

WeatherStation

于 2020-10-31 发布 文件大小:2939KB
0 157
下载积分: 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 个回复

  • stm32_EFSL_demo
    基于STM32微处理器的SD卡(TF卡)文件系统读写. 103ZC,ZD等有SDIO,检查中。(This is a simple demonstration, based on STM32 and working with ST Evaluation board MB525 revA (old board), using the Embeddeded Library File System “EFSL” with an "SD" memory card in order to explore the contents of this SD card and show, on the LCD color, the Tree of directories/files within the SD card and read files contents. PS: in last boards ( rev B) you should modify the joystick driver to get it working fine. )
    2009-05-26 13:43:16下载
    积分:1
  • Softwaredesignforsine-invertercontrol
    介绍单相全桥逆变器的工作原理, 阐述产生SPWM波和实现PI 控制的算法, 给出以DSP( 数 字信号处理器) 实现控制的软件流程。实验表明利用软件完成逆变器控制是可行的。 关键词: 正弦逆变器 (Introduction of single-phase full-bridge inverter working principle, the resulting SPWM wave and realize PI control algorithm to DSP (digital signal processors) to achieve software flow control. Experiments show that the use of software controlled inverter is feasible. Key words: sine inverter)
    2021-01-11 11:38:50下载
    积分:1
  • ath3101
    PIC12f54单片机控制的专用的回音消除程序。如果需要模块的PCB和原理图请和我联系。(PIC12f54 dedicated MCU control echo cancellation procedures. If the module PCB and schematic please contact me.)
    2013-04-12 23:46:43下载
    积分:1
  • MPU6050姿态解算STM32源码(DMP)
    STM32解算MPU6050工程文件,IIC读取6050数据,带DMP 。(STM32 calculation of MPU6050 engineering documents)
    2020-11-16 12:39:41下载
    积分:1
  • IICinthemsp430f149
    基于MSP430F149的iic的通信设计系统(MSP430F149-based design of communication systems iic)
    2009-04-02 12:13:10下载
    积分:1
  • emWIN,解决64位不能使用软件工具的尴尬
    emWIN,解决64位机不能使用软件工具的尴尬,可以说是前期版本的升级版5.22版本(EmWIN, to solve the embarrassment of 64-bit computers not using software tools, can be said to be the upgraded version of 5.22 version of the previous version.)
    2020-06-20 00:00:02下载
    积分:1
  • plcMitsubishi
    三菱可编程控制器FX1S,FX1N,FX2N,FX2NC系列编程手册(Mitsubishi PLC FX1S, FX1N, FX2N, FX2NC Series Programming Manual)
    2010-12-27 20:05:22下载
    积分:1
  • OSC
    这是我网上找了很久的资料,开源的示波器资料,有源代码,原理图,器件数据手册,作者还分析了各个电路的原理,很详细,想要入手示波器的很值得拥有(This is the Internet to find information for a long time oscilloscope open source information, source code, schematic, the device data sheet, the author also analyzes the principle of each circuit, very detailed, you want to start the oscilloscope is worth having)
    2012-07-21 10:40:21下载
    积分:1
  • AD0832.c
    该程序为AD转换器ADC0832的程序模块(ADC0832 code)
    2014-01-26 09:18:26下载
    积分:1
  • Enrf24-master
    说明:  energia的一个无线模块库,新手上路,各位大佬多帮衬。(A wireless module library of Energia)
    2020-06-23 06:40:01下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载