2021-11-02 13:39:51 索煒達電子 1016
項目編號:E2094
文件大?。?00M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32 Wifi遠程控制
目錄│文件列表:
└ STM32 wifi遠程控制
│ app-release.apk
│ STM32F103C8T6核心板原理講解.wmv
│ 任務(wù)書.doc
│ 單片機程序講解.wmv
│ 原理圖講解.wmv
│ 項目制作協(xié)議書.docx
├ 1、103ZE配套ESP8266模塊資料
│ │ AT指令使用示例.pdf
│ │ AT指令集018.pdf
│ │ ESP8266串口wifi模塊使用手冊.pdf
│ │ 啟明欣欣WIFI.apk
│ │ 模塊規(guī)格書.pdf
│ └ 手機APP經(jīng)wifi控制開發(fā)板例程代碼
│ ├ Common
│ │ │ common.c
│ │ └ common.h
│ ├ Main
│ │ │ main.c
│ │ │ stm32f10x_it.c
│ │ └ stm32f10x_it.h
│ ├ Project
│ │ │ WIFI.uvguix.Administrator
│ │ │ WIFI.uvguix.clever
│ │ │ WIFI.uvoptx
│ │ │ WIFI.uvprojx
│ │ ├ DebugConfig
│ │ │ └ Target_1_STM32F103ZE_1.0.0.dbgconf
│ │ ├ LIST
│ │ │ │ startup_stm32f10x_hd.lst
│ │ │ └ WIFI.map
│ │ ├ OBJ
│ │ │ │ beep.crf
│ │ │ │ beep.d
│ │ │ │ beep.o
│ │ │ │ common.crf
│ │ │ │ common.d
│ │ │ │ common.o
│ │ │ │ core_cm3.crf
│ │ │ │ core_cm3.d
│ │ │ │ core_cm3.o
│ │ │ │ ds18b20.crf
│ │ │ │ ds18b20.d
│ │ │ │ ds18b20.o
│ │ │ │ key.crf
│ │ │ │ key.d
│ │ │ │ key.o
│ │ │ │ lcd.crf
│ │ │ │ lcd.d
│ │ │ │ lcd.o
│ │ │ │ led.crf
│ │ │ │ led.d
│ │ │ │ led.o
│ │ │ │ main.crf
│ │ │ │ main.d
│ │ │ │ main.o
│ │ │ │ misc.crf
│ │ │ │ misc.d
│ │ │ │ misc.o
│ │ │ │ rtc.crf
│ │ │ │ rtc.d
│ │ │ │ rtc.o
│ │ │ │ startup_stm32f10x_hd.d
│ │ │ │ startup_stm32f10x_hd.o
│ │ │ │ stm32f10x_bkp.crf
│ │ │ │ stm32f10x_bkp.d
│ │ │ │ stm32f10x_bkp.o
│ │ │ │ stm32f10x_fsmc.crf
│ │ │ │ stm32f10x_fsmc.d
│ │ │ │ stm32f10x_fsmc.o
│ │ │ │ stm32f10x_gpio.crf
│ │ │ │ stm32f10x_gpio.d
│ │ │ │ stm32f10x_gpio.o
│ │ │ │ stm32f10x_it.crf
│ │ │ │ stm32f10x_it.d
│ │ │ │ stm32f10x_it.o
│ │ │ │ stm32f10x_pwr.crf
│ │ │ │ stm32f10x_pwr.d
│ │ │ │ stm32f10x_pwr.o
│ │ │ │ stm32f10x_rcc.crf
│ │ │ │ stm32f10x_rcc.d
│ │ │ │ stm32f10x_rcc.o
│ │ │ │ stm32f10x_rtc.crf
│ │ │ │ stm32f10x_rtc.d
│ │ │ │ stm32f10x_rtc.o
│ │ │ │ stm32f10x_usart.crf
│ │ │ │ stm32f10x_usart.d
│ │ │ │ stm32f10x_usart.o
│ │ │ │ system_stm32f10x.crf
│ │ │ │ system_stm32f10x.d
│ │ │ │ system_stm32f10x.o
│ │ │ │ usart4_wifi.crf
│ │ │ │ usart4_wifi.d
│ │ │ │ usart4_wifi.o
│ │ │ │ WIFI.axf
│ │ │ │ WIFI.build_log.htm
│ │ │ │ WIFI.hex
│ │ │ │ WIFI.htm
│ │ │ │ WIFI.lnp
│ │ │ │ WIFI.sct
│ │ │ │ WIFI_sct.Bak
│ │ │ └ WIFI_Target 1.dep
│ │ └ RTE
│ │ └ _Target_1
│ │ └ RTE_Components.h
│ ├ Startup_config
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ │ startup_stm32f10x_hd.s
│ │ │ stm32f10x.h
│ │ │ stm32f10x_conf.h
│ │ │ system_stm32f10x.c
│ │ └ system_stm32f10x.h
│ ├ STM32F10x_FWLib
│ │ ├ inc
│ │ │ │ misc.h
│ │ │ │ stm32f10x_adc.h
│ │ │ │ stm32f10x_bkp.h
│ │ │ │ stm32f10x_can.h
│ │ │ │ stm32f10x_cec.h
│ │ │ │ stm32f10x_crc.h
│ │ │ │ stm32f10x_dac.h
│ │ │ │ stm32f10x_dbgmcu.h
│ │ │ │ stm32f10x_dma.h
│ │ │ │ stm32f10x_exti.h
│ │ │ │ stm32f10x_flash.h
│ │ │ │ stm32f10x_fsmc.h
│ │ │ │ stm32f10x_gpio.h
│ │ │ │ stm32f10x_i2c.h
│ │ │ │ stm32f10x_iwdg.h
│ │ │ │ stm32f10x_pwr.h
│ │ │ │ stm32f10x_rcc.h
│ │ │ │ stm32f10x_rtc.h
│ │ │ │ stm32f10x_sdio.h
│ │ │ │ stm32f10x_spi.h
│ │ │ │ stm32f10x_tim.h