欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

標題: 關于ESP8266學習的資料 WIFI透傳STM32例程 [打印本頁]

作者: noman    時間: 2019-5-16 09:34
標題: 關于ESP8266學習的資料 WIFI透傳STM32例程
內含app控制控制例程,WIFI透傳,還有用戶手冊

本例程演示如何使用串口調試助手測試WF-ESP8266 WiFi模塊

通過串口調試助手配置模塊,并與外界進行數據傳輸

ESP8266 作為 STA TCP Client 向網絡助手上傳 DHT11 溫濕度



AT+GMRAT version:0.22.0.0(Mar 20 2015 10:04:26)
SDK version:1.0.0
compile time:Mar 20 2015 11:00:32

OK

單片機源程序如下:
  1. #include "stm32f10x.h"
  2. #include "bsp_usart1.h"
  3. #include "bsp_SysTick.h"
  4. #include "bsp_esp8266.h"
  5. #include "test.h"
  6. #include "bsp_dht11.h"



  7. /**
  8.   * @brief  主函數
  9.   * @param  無
  10.   * @retval 無
  11.   */
  12. int main ( void )
  13. {
  14.         /* 初始化 */
  15.   USARTx_Config ();                                                              //初始化串口1
  16.         SysTick_Init ();                                                               //配置 SysTick 為 1ms 中斷一次
  17.         ESP8266_Init ();                                                               //初始化WiFi模塊使用的接口和外設

  18.        
  19.         printf ( "\r\n野火 WF-ESP8266 WiFi模塊測試例程\r\n" );                          //打印測試例程提示信息

  20.        
  21.   ESP8266_StaTcpClient_UnvarnishTest ();
  22.        
  23.        
  24.   while ( 1 );
  25.        
  26.        
  27. }


  28. /*********************************************END OF FILE**********************/
復制代碼


所有資料51hei提供下載:
WIFI—ESP8266.7z (2.08 MB, 下載次數: 41)






歡迎光臨 (http://www.raoushi.com/bbs/) Powered by Discuz! X3.1