1 Star 1 Fork 1

wenhuafeng / LED32X64_WIFI_CLOCK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

中文

一,功能说明:

 1,LED32X64 RGB三色LED点阵显示屏,HUB75D接口。
 2,STM32F103C8T6 MCU开发,关显示后RTC低功耗运行(非FreeRTOS版本才有此功能,FreeRTOS版本会一直运行)。
 3,时钟、万年历、星期、农历、温湿度、等。显示,显示亮度可以调节。
 4,人体红外感应点亮显示功能,5分钟无人自动关显示功能(如触发红外模块,重新开始显示5分钟)。
 5,点亮显示通过WiFi SNTP自动更新时间和日期,更新成功关闭WiFi电源。(通过宏开关打开此功能)
 6,可以通过GPS方式更新时间和日期,更新成功关闭GPS模块。(通过宏开关打开此功能)

二,编译说明:

 1,进入source目录。
 2,用MDK,命令行输入“python build.py m”开始编译,需要修改build.py内部MDK安装路途。
 3,用GCC,命令行输入“python build.py g”开始编译。

三,下载说明:

 1,进入source目录。
 2,用JLink,命令行输入“python build.py j”,开始下载固件到芯片。
 3,用ST-Link,需要用到openocd,命令行输入“python build.py stlink”,开始下载固件到芯片。

English

1, Function description:

  1. LED32X64 RGB three color LED dot matrix display, HUB75D interface.
  2. STM32F103C8T6 MCU development. RTC runs with low power consumption after the display is turned off (this function is only available for non FreeRTOS versions, and FreeRTOS versions will always run).
  3. Clock, perpetual calendar, week, lunar calendar, temperature and humidity, etc. Display, display brightness can be adjusted.
  4. The human body infrared induction lights up the display function, and no one turns off the display function automatically for 5 minutes (if the infrared module is triggered, the display will restart for 5 minutes).
  5. When it is lit, the time and date are automatically updated through WiFi SNTP, and the WiFi power is turned off after the update. (This function is turned on through the macro switch)
  6. The time and date can be updated through GPS, and the GPS module is closed successfully. (This function is turned on through the macro switch)

2, Compilation description:

  1. Enter the source directory.
  2. With MDK, enter "python build.py m" on the command line to start compiling. You need to modify the internal MDK installation path of build.py.
  3. Use GCC and enter "python build.py g" on the command line to start compiling.

3, Download instructions:

  1. Enter the source directory.
  2. Use JLink and enter "python build.py j" on the command line to start downloading firmware to the chip.
  3. Use Stlink, you need to use openocd and enter "python build.py stlink" on the command line to start downloading firmware to the chip.

空文件

简介

wifi sntp clock hub75d LED32X64 展开 收起
C 等 3 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/wenhuafeng/LED32X64_WIFI_CLOCK.git
git@gitee.com:wenhuafeng/LED32X64_WIFI_CLOCK.git
wenhuafeng
LED32X64_WIFI_CLOCK
LED32X64_WIFI_CLOCK
main

搜索帮助