# VFD_clock
Clock with VFD display based on STM32 MCU. Displays time, date and temperature.
As a display i used an old VFD tube IW-18 (IV-18). Device displays time (hours, minutes and seconds), date and temperature. Clock is based on STM32F103C8T6 microcontroller and it was programmed with HAL libraries. To boost voltage to required level I used popular SX1308 step-up IC.To power VFD display filament with alternating current i used L293d H-bridge with single transistor serving as simple NOT gate.
Schematic and PCB were designed using KiCad. You can find schematic in PDF format in PDFs folder of this repository.
Sensors used in the project:
RTC - DS3231 I2C real time clock
DS18B20 - 1-Wire temperature sensor (not utilized in software yet)
DHT11 - digital relative humidity sensor (not utilized in software yet)
![VFD clock displaying time](https://github.com/wjklimek1/VFD_clock/blob/master/readme_assets/VFD_time.jpg?raw=true)
![VFD clock displaying date](https://github.com/wjklimek1/VFD_clock/blob/master/readme_assets/VFD_date.jpg?raw=true)
![VFD clock driver PCB](https://github.com/wjklimek1/VFD_clock/blob/master/readme_assets/VFD_driver_PCB_top.jpg?raw=true)
没有合适的资源?快使用搜索试试~ 我知道了~
基于STM32 MCU的VFD显示时钟 显示时间、日期、温度和湿度
共99个文件
h:52个
c:28个
jpg:3个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 179 浏览量
2024-06-26
17:51:42
上传
评论
收藏 3.41MB ZIP 举报
温馨提示
基于STM32 MCU的VFD显示时钟。显示时间、日期和温度。 作为显示器,我使用了旧的 VFD 管 IW-18 (IV-18)。设备显示时间(小时、分钟和秒)、日期和温度。时钟基于STM32F103C8T6微控制器,并使用 HAL 库进行编程。为了将电压提升到所需的水平,我使用了流行的SX1308升压 IC.To 功率VFD显示灯丝,并使用了带有交流电的L293d H桥,用作简单的NOT门。 原理图和PCB是使用KiCad设计的。您可以在此存储库的 PDFs 文件夹中找到 PDF 格式的原理图。 项目中使用的传感器: RTC - DS3231 I2C实时时钟
资源推荐
资源详情
资源评论
收起资源包目录
VFD_clock-master.zip (99个子文件)
VFD_clock-master
.gitattributes 738B
HAL_VFD_Clock
Drivers
CMSIS
Include
core_armv8mbl.h 94KB
core_cm1.h 41KB
core_cm0plus.h 48KB
cmsis_armcc.h 27KB
core_cm0.h 40KB
cmsis_version.h 2KB
mpu_armv8.h 10KB
core_cm4.h 119KB
core_sc300.h 106KB
cmsis_iccarm.h 27KB
core_cm3.h 107KB
core_armv8mml.h 162KB
mpu_armv7.h 11KB
cmsis_gcc.h 59KB
core_cm23.h 100KB
core_cm7.h 142KB
core_sc000.h 45KB
core_cm33.h 169KB
tz_context.h 3KB
cmsis_compiler.h 9KB
cmsis_armclang.h 53KB
Device
ST
STM32F1xx
Include
stm32f1xx.h 7KB
stm32f103xb.h 823KB
system_stm32f1xx.h 2KB
STM32F1xx_HAL_Driver
Src
stm32f1xx_hal_exti.c 15KB
stm32f1xx_hal_i2c.c 235KB
stm32f1xx_hal_flash_ex.c 35KB
stm32f1xx_hal_dma.c 27KB
stm32f1xx_hal_pwr.c 20KB
stm32f1xx_hal_tim_ex.c 75KB
stm32f1xx_hal_rcc.c 48KB
stm32f1xx_hal_tim.c 235KB
stm32f1xx_hal_gpio.c 20KB
stm32f1xx_hal_rcc_ex.c 29KB
stm32f1xx_hal_cortex.c 18KB
stm32f1xx_hal_gpio_ex.c 4KB
stm32f1xx_hal.c 20KB
stm32f1xx_hal_uart.c 107KB
stm32f1xx_hal_flash.c 29KB
Inc
stm32f1xx_hal_flash.h 9KB
stm32f1xx_hal_gpio_ex.h 35KB
stm32f1xx_hal_pwr.h 11KB
stm32f1xx_hal_gpio.h 11KB
stm32f1xx_hal_def.h 7KB
stm32f1xx_hal_tim.h 118KB
Legacy
stm32_hal_legacy.h 205KB
stm32f1xx_hal_rcc_ex.h 97KB
stm32f1xx_hal_uart.h 42KB
stm32f1xx_hal_flash_ex.h 35KB
stm32f1xx_hal_dma_ex.h 12KB
stm32f1xx_hal_rcc.h 65KB
stm32f1xx_hal.h 11KB
stm32f1xx_hal_i2c.h 34KB
stm32f1xx_hal_dma.h 17KB
stm32f1xx_hal_cortex.h 17KB
stm32f1xx_hal_tim_ex.h 9KB
stm32f1xx_hal_exti.h 12KB
STM32F103C8TX_FLASH.ld 4KB
Core
Src
DS3231.c 4KB
system_stm32f1xx.c 14KB
syscalls.c 3KB
i2c.c 4KB
stm32f1xx_hal_msp.c 2KB
dma.c 2KB
stm32f1xx_it.c 7KB
tim.c 8KB
display.c 7KB
gpio.c 4KB
main.c 11KB
usart.c 3KB
sysmem.c 3KB
Startup
startup_stm32f103c8tx.s 10KB
Inc
tim.h 2KB
gpio.h 1KB
usart.h 1KB
display.h 2KB
i2c.h 1KB
main.h 4KB
DS3231.h 2KB
stm32f1xx_hal_conf.h 15KB
dma.h 1KB
stm32f1xx_it.h 2KB
.cproject 25KB
HAL_VFD_Clock Debug.launch 7KB
HAL_VFD_Clock.ioc 9KB
.mxproject 8KB
.project 1KB
LICENSE 1KB
KiCad_VFD_clock_driver
VFD_clock_driver.pro 4KB
VFD_clock_driver-cache.lib 21KB
VFD_clock_driver.sch 52KB
VFD_clock_driver.kicad_pcb 674KB
.gitignore 758B
PDFs
VFD_clock_driver_schematic.pdf 106KB
README.md 1KB
readme_assets
VFD_date.jpg 837KB
VFD_driver_PCB_top.jpg 999KB
VFD_time.jpg 848KB
共 99 条
- 1
资源评论
hakesashou
- 粉丝: 6732
- 资源: 1675
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功