【E1706】STM32万年历源代码原理图PCB(红外遥控+I2COLED +温度)

2021-10-23 18:32:33      索炜达电子      580     

项目编号:E1706

文件大小:1.79M

源码说明:带中文注释

开发环境:C编译器

简要概述:

设计的功能有:时间显示,日期显示,温显示,整点报时,设置闹钟。

硬件上采用了DS1302+DS18B20+四脚I2Coled+红外接收器+蜂鸣器,主控是stm32f103rct6

目录│文件列表:

 └ 32万年历

    │ 32万年历元器件清单.xlsx

    ├ TIMER

    │  │ keilkill.bat

    │  ├ CORE

    │  │  │ core_cm3.c

    │  │  │ core_cm3.h

    │  │  └ startup_stm32f10x_hd.s

    │  ├ Dezimoer

    │  │  ├ BEEP

    │  │  │  │ beep.c

    │  │  │  └ beep.h

    │  │  ├ ds1302

    │  │  │  │ ds1302.c

    │  │  │  └ ds1302.h

    │  │  ├ ds18b20

    │  │  │  │ ds18b20.c

    │  │  │  └ ds18b20.h

    │  │  ├ led

    │  │  │  │ led.c

    │  │  │  └ led.h

    │  │  ├ OLED

    │  │  │  │ bmp.h

    │  │  │  │ oled.c

    │  │  │  │ oled.h

    │  │  │  └ oledfont.h

    │  │  ├ red

    │  │  │  │ red.c

    │  │  │  └ red.h

    │  │  └ show

    │  │     │ show.c

    │  │     └ show.h

    │  ├ OBJ

    │  │  └ Template.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

    │  │  │  │ delay.c

    │  │  │  └ delay.h

    │  │  ├ sys

    │  │  │  │ sys.c

    │  │  │  └ sys.h

    │  │  └ usart

    │  │     │ usart.c

    │  │     └ usart.h

    │  └ USER

    │     │ EventRecorderStub.scvd

    │     │ JLinkSettings.ini

    │     │ main.c

    │     │ stm32f10x.h

    │     │ stm32f10x_conf.h

    │     │ stm32f10x_it.c

    │     │ stm32f10x_it.h

    │     │ system_stm32f10x.c

    │     │ system_stm32f10x.h

    │     │ Template.uvguix.邓志民

    │     │ Template.uvoptx

    │     │ Template.uvprojx

    │     ├ DebugConfig

    │     │  │ Target_1_STM32F103RC_1.0.0.dbgconf

    │     │  └ Template_STM32F103RC_1.0.0.dbgconf

    └ 万年历作品

       │ 万年年历.PrjPCB

       │ 万年年历.PrjPCBStructure

       │ 作品.PcbDoc

       │ 作品.SchDoc

       └ Project Logs for 万年年历

          │ 作品 PCB ECO 2019-3-30 10-06-03.LOG

          │ 作品 PCB ECO 2019-3-30 10-43-49.LOG

          │ 作品 PCB ECO 2019-3-30 9-18-11.LOG

          │ 作品 PCB ECO 2019-3-30 9-21-50.LOG

          │ 作品 PCB ECO 2019-3-30 9-29-52.LOG

          │ 作品 PCB ECO 2019-3-30 9-38-14.LOG

          │ 作品 PCB ECO 2019-3-30 9-46-48.LOG

          │ 作品 PCB ECO 2019-4-4 15-03-36.LOG

          │ 作品 PCB ECO 2019-4-4 15-05-57.LOG

          │ 作品 PCB ECO 2019-4-4 15-34-37.LOG

          │ 作品 PCB ECO 2019-4-4 9-29-23.LOG

          │ 作品 PCB ECO 2019-4-4 9-30-52.LOG

          │ 作品 PCB ECO 2019-4-4 9-32-31.LOG

          │ 作品 PCB ECO 2019-4-4 9-42-00.LOG

          │ 作品 PCB ECO 2019-4-7 10-05-48.LOG

          │ 作品 PCB ECO 2019-4-7 10-37-31.LOG

          │ 作品 PCB ECO 2019-4-7 10-55-28.LOG

          └ 作品 PCB ECO 2019-4-8 7-58-13.LOG

TAGSTM32
  • 13 次
  • 1 分