> For the complete documentation index, see [llms.txt](https://docs.haohaodada.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.haohaodada.cn/jiao-xue-chan-pin/nova-module/4-wei-ji-shi-shu-ma-guan.md).

# 4位计时数码管

## 概述

NOVA的数码管计时模块可以用来显示时间。配套的驱动程序，做了简化设计，方便用户快速上手。

## 参数

* 尺寸：57x24mm
* 工作电压：+5V
* 类型：4位8段共阴数码管
* 接口模式：2510-4p
* 引脚定义：1、2-控制端 3-电源 4-地

## 接口说明

* 可用端口： C0、C1、M0、M1、M2、M3

## 使用方式

![](/files/-LWJfRjSJGgKGep0wtrA)

## 示例代码

![](/files/-LWJfRjULe9rmGqonyfX)

[4位计时数码管模块示例代码](http://www.haohaodada.com/show.php?id=947104)

## 原理图

{% file src="/files/-LrCUGfLrLqRvzme4xeK" %}
4位计时数码管模块原理图
{% endfile %}

## 尺寸说明

![](/files/-LWJfRjWCwGkXmxwEsMj)

## 相关资源

{% file src="/files/-LrHJ5AZ5NOZLK6phiU9" %}
TM1650芯片说明
{% endfile %}

## 常见问题


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.haohaodada.cn/jiao-xue-chan-pin/nova-module/4-wei-ji-shi-shu-ma-guan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
