电脑桌面
添加毕设投稿发表到电脑桌面
安装后可以在桌面快捷访问

2025智能制造工程一套 基于单片机的汽车智能照灯系统设计(论文+STM32原理图.png+stm32单片机代码+传感器)终稿.zip

2025智能制造工程一套 基于单片机的汽车智能照灯系统设计(论文+STM32原理图.png+stm32单片机代码+传感器)终稿.zip
收起资源包目录
  • 基于单片机的汽车智能照灯系统设计.pdf(4.09 MB)
  • 基于单片机的汽车智能照灯系统设计附件
    • STM32F103C8T6
      • STM32F103C8T6-Blue-Pill-Pin-引脚定义.gif(142.14 KB)
      • STM32F103C8T6原理图.png(65.18 KB)
    • 传感器
      • 光敏传感器
        • 光敏电阻传感器模块使用说明书3线制.pdf(274.42 KB)
        • 电路图.png(164.58 KB)
      • 光电传感器
        • 光电传感器原理图.png(135.08 KB)
        • 光电传感器原理图使用说明.pdf(57.1 KB)
      • 温湿度传感器
        • DHT11模块.png(167.72 KB)
        • dht11温湿度传感器说明书(中) a0-1208.pdf(1.73 MB)
      • 超声波传感器
        • 文档
          • TCT40-16T.R1规格书.pdf(156.81 KB)
          • 超声波模块原理图.pdf(19.78 KB)
          • 超声波模块说明图.jpg(535.65 KB)
          • 超声波测距模块_HC-SR04_ 用户手册-V2.pdf(1017.48 KB)
        • 超声波模块 原理图.png(38.82 KB)
    • 第一块stm32单片机代码
      • CORE
        • core_cm3.c(16.87 KB)
        • core_cm3.h(83.71 KB)
        • startup_stm32f10x_md.s(12.27 KB)
      • HARDWARE
        • DHT11
          • dht11.c(2.26 KB)
          • dht11.h(1.21 KB)
          • ultrasonic.c(2.08 KB)
        • HC-SR04
          • ultrasonic.c(2.08 KB)
          • ultrasonic.h(1.03 KB)
        • HW
          • HW.c(442 B)
          • HW.h(796 B)
        • LDR
          • LDR.c(942 B)
          • LDR.h(1.04 KB)
        • LED
          • led.c(822 B)
          • led.h(284 B)
        • OLED
          • OLED.c(8.14 KB)
          • OLED.h(921 B)
          • OLED_Font.h(15.09 KB)
      • OBJ
        • STM32F10x_FWLib
          • inc
            • misc.h(8.77 KB)
            • stm32f10x_adc.h(21.18 KB)
            • stm32f10x_bkp.h(7.38 KB)
            • stm32f10x_can.h(26.91 KB)
            • stm32f10x_cec.h(6.42 KB)
            • stm32f10x_crc.h(2.11 KB)
            • stm32f10x_dac.h(14.88 KB)
            • stm32f10x_dbgmcu.h(3.73 KB)
            • stm32f10x_dma.h(20.27 KB)
            • stm32f10x_exti.h(6.66 KB)
            • stm32f10x_flash.h(24.85 KB)
            • stm32f10x_fsmc.h(26.38 KB)
            • stm32f10x_gpio.h(19.7 KB)
            • stm32f10x_i2c.h(29.33 KB)
            • stm32f10x_iwdg.h(3.74 KB)
            • stm32f10x_pwr.h(4.28 KB)
            • stm32f10x_rcc.h(29.74 KB)
            • stm32f10x_rtc.h(3.77 KB)
            • stm32f10x_sdio.h(21.35 KB)
            • stm32f10x_spi.h(17.31 KB)
            • stm32f10x_tim.h(51.2 KB)
            • stm32f10x_usart.h(16.16 KB)
            • stm32f10x_wwdg.h(2.9 KB)
          • src
            • misc.c(6.88 KB)
            • stm32f10x_adc.c(46.09 KB)
            • stm32f10x_bkp.c(8.26 KB)
            • stm32f10x_can.c(44.05 KB)
            • stm32f10x_cec.c(11.38 KB)
            • stm32f10x_crc.c(3.27 KB)
            • stm32f10x_dac.c(18.64 KB)
            • stm32f10x_dbgmcu.c(5.03 KB)
            • stm32f10x_dma.c(28.91 KB)
            • stm32f10x_exti.c(6.8 KB)
            • stm32f10x_flash.c(61.08 KB)
            • stm32f10x_fsmc.c(34.65 KB)
            • stm32f10x_gpio.c(22.68 KB)
            • stm32f10x_i2c.c(44.71 KB)
            • stm32f10x_iwdg.c(4.8 KB)
            • stm32f10x_pwr.c(8.55 KB)
            • stm32f10x_rcc.c(50.07 KB)
            • stm32f10x_rtc.c(8.4 KB)
            • stm32f10x_sdio.c(28.25 KB)
            • stm32f10x_spi.c(29.52 KB)
            • stm32f10x_tim.c(106.6 KB)
            • stm32f10x_usart.c(37.41 KB)
            • stm32f10x_wwdg.c(5.6 KB)
        • SYSTEM
          • adc
            • adcx.c(1.44 KB)
            • adcx.h(344 B)
          • delay
            • delay.c(2.19 KB)
            • delay.h(814 B)
          • sys
            • sys.c(359 B)
            • sys.h(2.2 KB)
          • timer
            • timer.c(1.63 KB)
            • timer.h(125 B)
          • usart
            • usart.c(1.86 KB)
            • usart.h(234 B)
        • USER
          • DebugConfig
            • DHT11_STM32F103C8_1.0.0.dbgconf(2.35 KB)
            • Target_1_STM32F103C8_1.0.0.dbgconf(2.35 KB)
          • EventRecorderStub.scvd(339 B)
          • Listings
            • STM32_CGMCU.map(128.2 KB)
            • startup_stm32f10x_md.lst(39.42 KB)
          • Objects
            • ExtDll.iex(19 B)
            • STM32_CGMCU.axf(557.59 KB)
            • STM32_CGMCU.build_log.htm(3.07 KB)
            • STM32_CGMCU.htm(68.75 KB)
            • STM32_CGMCU.lnp(837 B)
            • STM32_CGMCU.sct(479 B)
            • STM32_CGMCU_DHT11.dep(47.21 KB)
            • STM32_CGMCU_sct.Bak(494 B)
            • adcx.crf(338.99 KB)
            • adcx.d(1.67 KB)
            • adcx.o(374.79 KB)
            • core_cm3.crf(3.87 KB)
            • core_cm3.d(128 B)
            • core_cm3.o(11.42 KB)
            • delay.crf(338.91 KB)
            • delay.d(1.7 KB)
            • delay.o(376.21 KB)
            • dht11.crf(340.14 KB)
            • dht11.d(1.75 KB)
            • dht11.o(383.61 KB)
            • gm_adc.crf(338.58 KB)
            • gm_adc.d(0 B)
            • hw.crf(349.2 KB)
            • hw.d(1.76 KB)
            • hw.o(381.28 KB)
            • ldr.crf(349.52 KB)
            • ldr.d(1.79 KB)
            • ldr.o(384.84 KB)
            • led.crf(339.07 KB)
            • led.d(1.68 KB)
            • led.o(379.13 KB)
            • main.crf(358.57 KB)
            • main.d(2.07 KB)
            • main.o(401.77 KB)
            • misc.crf(339.13 KB)
            • misc.d(1.68 KB)
            • misc.o(377.68 KB)
            • oled.crf(343 KB)
            • oled.d(1.72 KB)
            • oled.o(402.88 KB)
            • startup_stm32f10x_md.d(66 B)
            • startup_stm32f10x_md.o(5.74 KB)
            • stm32f10x_adc.crf(346.13 KB)
            • stm32f10x_adc.d(1.97 KB)
            • stm32f10x_adc.o(426.4 KB)
            • stm32f10x_gpio.crf(342.54 KB)
            • stm32f10x_gpio.d(2.01 KB)
            • stm32f10x_gpio.o(398.62 KB)
            • stm32f10x_it.crf(338.54 KB)
            • stm32f10x_it.d(1.87 KB)
            • stm32f10x_it.o(382.23 KB)
            • stm32f10x_rcc.crf(346.03 KB)
            • stm32f10x_rcc.d(1.97 KB)
            • stm32f10x_rcc.o(419.13 KB)
            • stm32f10x_tim.crf(360.69 KB)
            • stm32f10x_tim.d(1.97 KB)
            • stm32f10x_tim.o(508.24 KB)
            • stm32f10x_usart.crf(344.61 KB)
            • stm32f10x_usart.d(2.04 KB)
            • stm32f10x_usart.o(414.97 KB)
            • sys.crf(339.33 KB)
            • sys.d(1.63 KB)
            • sys.o(377.73 KB)
            • system_stm32f10x.crf(340.22 KB)
            • system_stm32f10x.d(1.95 KB)
            • system_stm32f10x.o(376.67 KB)
            • timer.crf(353.26 KB)
            • timer.d(2.08 KB)
            • timer.o(387.37 KB)
            • ultrasonic.crf(351.32 KB)
            • ultrasonic.d(2.14 KB)
            • ultrasonic.o(389.99 KB)
            • usart.crf(343.79 KB)
            • usart.d(1.86 KB)
            • usart.o(377.7 KB)
          • STM32_CGMCU.uvguix.Administrator(87.69 KB)
          • STM32_CGMCU.uvguix.KevinFlyn(177.24 KB)
          • STM32_CGMCU.uvoptx(15.19 KB)
          • STM32_CGMCU.uvprojx(18.17 KB)
          • main.c(7.45 KB)
          • stm32f10x.h(619.08 KB)
          • stm32f10x_conf.h(3.16 KB)
          • stm32f10x_it.c(2.36 KB)
          • stm32f10x_it.h(1.94 KB)
          • system_stm32f10x.c(35.72 KB)
          • system_stm32f10x.h(2.04 KB)
      • 第二块stm32单片机代码
        • CORE
          • core_cm3.c(16.87 KB)
          • core_cm3.h(83.71 KB)
          • startup_stm32f10x_md.s(12.27 KB)
        • HARDWARE
          • HC-SR04
            • ultrasonic.c(1.42 KB)
            • ultrasonic.h(1.04 KB)
          • LED
            • led.c(822 B)
            • led.h(284 B)
          • OLED
            • OLED.c(8.14 KB)
            • OLED.h(921 B)
            • OLED_Font.h(15.09 KB)
        • OBJ
          • STM32F10x_FWLib
            • inc
              • misc.h(8.77 KB)
              • stm32f10x_adc.h(21.18 KB)
              • stm32f10x_bkp.h(7.38 KB)
              • stm32f10x_can.h(26.91 KB)
              • stm32f10x_cec.h(6.42 KB)
              • stm32f10x_crc.h(2.11 KB)
              • stm32f10x_dac.h(14.88 KB)
              • stm32f10x_dbgmcu.h(3.73 KB)
              • stm32f10x_dma.h(20.27 KB)
              • stm32f10x_exti.h(6.66 KB)
              • stm32f10x_flash.h(24.85 KB)
              • stm32f10x_fsmc.h(26.38 KB)
              • stm32f10x_gpio.h(19.7 KB)
              • stm32f10x_i2c.h(29.33 KB)
              • stm32f10x_iwdg.h(3.74 KB)
              • stm32f10x_pwr.h(4.28 KB)
              • stm32f10x_rcc.h(29.74 KB)
              • stm32f10x_rtc.h(3.77 KB)
              • stm32f10x_sdio.h(21.35 KB)
              • stm32f10x_spi.h(17.31 KB)
              • stm32f10x_tim.h(51.2 KB)
              • stm32f10x_usart.h(16.16 KB)
              • stm32f10x_wwdg.h(2.9 KB)
            • src
              • misc.c(6.88 KB)
              • stm32f10x_adc.c(46.09 KB)
              • stm32f10x_bkp.c(8.26 KB)
              • stm32f10x_can.c(44.05 KB)
              • stm32f10x_cec.c(11.38 KB)
              • stm32f10x_crc.c(3.27 KB)
              • stm32f10x_dac.c(18.64 KB)
              • stm32f10x_dbgmcu.c(5.03 KB)
              • stm32f10x_dma.c(28.91 KB)
              • stm32f10x_exti.c(6.8 KB)
              • stm32f10x_flash.c(61.08 KB)
              • stm32f10x_fsmc.c(34.65 KB)
              • stm32f10x_gpio.c(22.68 KB)
              • stm32f10x_i2c.c(44.71 KB)
              • stm32f10x_iwdg.c(4.8 KB)
              • stm32f10x_pwr.c(8.55 KB)
              • stm32f10x_rcc.c(50.07 KB)
              • stm32f10x_rtc.c(8.4 KB)
              • stm32f10x_sdio.c(28.25 KB)
              • stm32f10x_spi.c(29.52 KB)
              • stm32f10x_tim.c(106.6 KB)
              • stm32f10x_usart.c(37.41 KB)
              • stm32f10x_wwdg.c(5.6 KB)
          • SYSTEM
            • adc
              • adcx.c(1.44 KB)
              • adcx.h(344 B)
            • delay
              • delay.c(2.19 KB)
              • delay.h(814 B)
            • sys
              • sys.c(359 B)
              • sys.h(2.2 KB)
            • timer
              • timer.c(1.63 KB)
              • timer.h(125 B)
            • usart
              • usart.c(1.86 KB)
              • usart.h(234 B)
          • USER
            • DebugConfig
              • DHT11_STM32F103C8_1.0.0.dbgconf(2.35 KB)
              • Target_1_STM32F103C8_1.0.0.dbgconf(2.35 KB)
            • EventRecorderStub.scvd(339 B)
            • Listings
              • STM32_CGMCU.map(100.23 KB)
              • startup_stm32f10x_md.lst(39.42 KB)
            • Objects
              • ExtDll.iex(19 B)
              • STM32_CGMCU.axf(330.8 KB)
              • STM32_CGMCU.build_log.htm(2.24 KB)
              • STM32_CGMCU.htm(50.04 KB)
              • STM32_CGMCU.lnp(779 B)
              • STM32_CGMCU.sct(479 B)
              • STM32_CGMCU_DHT11.dep(39.59 KB)
              • STM32_CGMCU_sct.Bak(494 B)
              • adcx.crf(338.99 KB)
              • adcx.d(1.67 KB)
              • adcx.o(375.7 KB)
              • body_hw.crf(349.21 KB)
              • body_hw.d(1.91 KB)
              • body_hw.o(380.55 KB)
              • core_cm3.crf(3.87 KB)
              • core_cm3.d(128 B)
              • core_cm3.o(11.46 KB)
              • delay.crf(338.91 KB)
              • delay.d(1.7 KB)
              • delay.o(377.18 KB)
              • dht11.crf(340.15 KB)
              • dht11.d(1.73 KB)
              • dht11.o(380.96 KB)
              • gm_adc.crf(338.58 KB)
              • gm_adc.d(0 B)
              • hw.crf(349.17 KB)
              • hw.d(1.73 KB)
              • hw.o(380.36 KB)
              • ir.crf(349.25 KB)
              • ir.d(1.72 KB)
              • ir.o(379.12 KB)
              • ldr.crf(349.48 KB)
              • ldr.d(1.75 KB)
              • ldr.o(382.28 KB)
              • led.crf(339.07 KB)
              • led.d(1.68 KB)
              • led.o(380.15 KB)
              • main.crf(357.33 KB)
              • main.d(2.08 KB)
              • main.o(393.73 KB)
              • misc.crf(339.13 KB)
              • misc.d(1.68 KB)
              • misc.o(378.64 KB)
              • oled.crf(343 KB)
              • oled.d(1.72 KB)
              • oled.o(404.27 KB)
              • startup_stm32f10x_md.d(66 B)
              • startup_stm32f10x_md.o(5.77 KB)
              • stm32f10x_adc.crf(346.13 KB)
              • stm32f10x_adc.d(1.97 KB)
              • stm32f10x_adc.o(428.26 KB)
              • stm32f10x_gpio.crf(342.54 KB)
              • stm32f10x_gpio.d(2.01 KB)
              • stm32f10x_gpio.o(399.97 KB)
              • stm32f10x_it.crf(338.54 KB)
              • stm32f10x_it.d(1.87 KB)
              • stm32f10x_it.o(383.33 KB)
              • stm32f10x_rcc.crf(346.03 KB)
              • stm32f10x_rcc.d(1.97 KB)
              • stm32f10x_rcc.o(420.9 KB)
              • stm32f10x_tim.crf(360.69 KB)
              • stm32f10x_tim.d(1.97 KB)
              • stm32f10x_tim.o(511.7 KB)
              • stm32f10x_usart.crf(344.61 KB)
              • stm32f10x_usart.d(2.04 KB)
              • stm32f10x_usart.o(416.65 KB)
              • sys.crf(339.33 KB)
              • sys.d(1.63 KB)
              • sys.o(378.7 KB)
              • system_stm32f10x.crf(340.22 KB)
              • system_stm32f10x.d(1.95 KB)
              • system_stm32f10x.o(377.62 KB)
              • timer.crf(353.26 KB)
              • timer.d(2.08 KB)
              • timer.o(388.43 KB)
              • ultrasonic.crf(351.32 KB)
              • ultrasonic.d(2.14 KB)
              • ultrasonic.o(391.15 KB)
              • usart.crf(343.79 KB)
              • usart.d(1.86 KB)
              • usart.o(378.61 KB)
            • STM32_CGMCU.uvguix.Administrator(86.27 KB)
            • STM32_CGMCU.uvguix.KevinFlyn(175.41 KB)
            • STM32_CGMCU.uvoptx(14.08 KB)
            • STM32_CGMCU.uvprojx(17.63 KB)
            • main.c(2.01 KB)
            • stm32f10x.h(619.08 KB)
            • stm32f10x_conf.h(3.16 KB)
            • stm32f10x_it.c(2.36 KB)
            • stm32f10x_it.h(1.94 KB)
            • system_stm32f10x.c(35.72 KB)
            • system_stm32f10x.h(2.04 KB)

      1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
      2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
      3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

      碎片内容

      2025智能制造工程一套 基于单片机的汽车智能照灯系统设计(论文+STM32原理图.png+stm32单片机代码+传感器)终稿.zip

      您可能关注的文档

      发表评论取消回复

        
      专业设计+ 关注
      机构认证
      内容提供者

      该用户很懒,什么也没介绍

      确认删除?
      qq
      • 联系点击这里给我发消息
      搜索教程
      联系客服
      • 联系客服
      回到顶部