2021-10-28 17:55:33 索煒達(dá)電子 793
項(xiàng)目編號(hào):E1930
文件大?。?.1M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述
聲波定位+WIFI通信上位機(jī)設(shè)計(jì) 附小車及基站代碼
目錄│文件列表:
│ 不繞彎路,獲取海量資源.jpg
└ 聲波定位+WIFI通信上位機(jī)設(shè)計(jì) 附小車及基站代碼
│ APP.exe
│ data.txt
│ H題 聲波定位控制系統(tǒng).docx
│ 基于超聲波測(cè)距的高精度室內(nèi)定位系統(tǒng).pdf
│ 設(shè)計(jì)報(bào)告.pdf
└ 小車及基站代碼
├ 基站
│ └ LED-F1-mini
│ └ README.txt
│ ├ CORE
│ │ │ core_cm3.c
│ │ └ core_cm3.h
│ │ └ startup
│ │ │ startup_stm32f10x_cl.s
│ │ │ startup_stm32f10x_hd.s
│ │ │ startup_stm32f10x_hd_vl.s
│ │ │ startup_stm32f10x_ld.s
│ │ │ startup_stm32f10x_ld_vl.s
│ │ │ startup_stm32f10x_md.s
│ │ │ startup_stm32f10x_md_vl.s
│ │ └ startup_stm32f10x_xl.s
│ ├ HARDWARE
│ │ │ HCSR04.c
│ │ │ HCSR04.h
│ │ │ LED_TEST_MINI.c
│ │ │ LED_TEST_MINI.H
│ │ │ LED_TEST_VET6.c
│ │ └ LED_TEST_VET6.h
│ │ ├ EXTI
│ │ │ │ exti.c
│ │ │ └ exti.h
│ │ └ LCD
│ │ │ FONT.H
│ │ │ lcd.c
│ │ └ lcd.h
│ ├ OBJ
│ │ └ AD9959.hex
│ ├ 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
│ │ │ │ stm32f10x_usart.h
│ │ │ └ stm32f10x_wwdg.h
│ │ └ src
│ │ │ misc.c
│ │ │ stm32f10x_adc.c
│ │ │ stm32f10x_bkp.c
│ │ │ stm32f10x_can.c
│ │ │ stm32f10x_cec.c
│ │ │ stm32f10x_crc.c
│ │ │ stm32f10x_dac.c
│ │ │ stm32f10x_dbgmcu.c
│ │ │ stm32f10x_dma.c
│ │ │ stm32f10x_exti.c
│ │ │ stm32f10x_flash.c
│ │ │ stm32f10x_fsmc.c
│ │ │ stm32f10x_gpio.c
│ │ │ stm32f10x_i2c.c
│ │ │ stm32f10x_iwdg.c
│ │ │ stm32f10x_pwr.c
│ │ │ stm32f10x_rcc.c
│ │ │ stm32f10x_rtc.c
│ │ │ stm32f10x_sdio.c
│ │ │ stm32f10x_spi.c
│ │ │ stm32f10x_tim.c
│ │ │ stm32f10x_usart.c
│ │ └ stm32f10x_wwdg.c
│ ├ SYSTEM
│ │ │ delay.c
│ │ │ delay.h
│ │ │ sys.c
│ │ │ sys.h
│ │ │ usart.c
│ │ └ usart.h
│ └ USER
│ │ JLinkSettings.ini
│ │ LED.BAT
│ │ LED.uvguix.fcy
│ │ LED.uvoptx
│ │ LED.uvprojx
│ │ main.c
│ │ stm32f10x.h
│ │ stm32f10x_conf.h
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ │ system_stm32f10x.c
│ └ system_stm32f10x.h
└ 小車
└ keilkill.bat
├ CMSIS
│ │ core_cm3.c
│ │ core_cm3.h
│ │ stm32f10x.h
│ │ system_stm32f10x.c
│ └ system_stm32f10x.h
│ └ startup
│ └ arm
│ │ startup_stm32f10x_cl.s
│ │ startup_stm32f10x_hd.s
│ │ startup_stm32f10x_hd_vl.s
│ │ startup_stm32f10x_ld.s
│ │ startup_stm32f10x_ld_vl.s
│ │ startup_stm32f10x_md.s
│ │ startup_stm32f10x_md_vl.s
│ └ startup_stm32f10x_xl.s
├ 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
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_cec.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ MY
│ ├ adc
│ │ └ adc.c
│ ├ beep
│ │ └ beep.c
│ ├ delay
│ │ └ delay.c
│ ├ inc
│ │ │ adc.h
│ │ │ beep.h
│ │ │ font.h
│ │ │ HCSR04.c
│ │ │ HCSR04.h
│ │ │ key.h
│ │ │ lcd.h
│ │ │ led.h
│ │ └ timer.h
│ ├ key
│ │ └ key.c
│ ├ led
│ │ └ led.c
│ ├ tft
│ │ └ lcd.c
│ ├ timer
│ │ └ timer.c
│ └ usart
│ └ usart.c
├ OBJ
│ └ test.hex
├ SYSTEM
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ sys
│ │ │ sys.c
│ │ └ sys.h
│ └ usart
│ │ usart.c
│ └ usart.h
└ USER
│ JLinkSettings.ini
│ main.c
│ stm32f10x_conf.h
│ stm32f10x_it.c
│ stm32f10x_it.h
│ Target 1.BAT
│ test.uvgui.Administrator
│ test.uvgui.shifang
│ test.uvguix.fcy
│ test.uvopt
│ test.uvoptx
│ test.uvproj.saved_uv4
└ test.uvprojx