【E1930】声波定位+WIFI通信上位机设计 附小车及基站代码

2021-10-28 17:55:33      索炜达电子      494     

项目编号:E1930

文件大小:3.1M

源码说明:带中文注释

开发环境:C编译器

简要概述

声波定位+WIFI通信上位机设计 附小车及基站代码

目录│文件列表:

 │ 不绕弯路,获取海量资源.jpg

 └ 声波定位+WIFI通信上位机设计 附小车及基站代码

    │ APP.exe

    │ data.txt

    │ H题 声波定位控制系统.docx

    │ 基于超声波测距的高精度室内定位系统.pdf

    │ 设计报告.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

TAG声波定位
  • 6 次
  • 1 分