# Nova电子积木

## 概述

NOVA是基于Arduino开源硬件的基础优化而来，主要的特点是采用好搭定制32位芯片和2510防反插接口，把Arduino的引脚概念，重新布局抽象出端口的概念，并且端口都用不同颜色来区分功能。

具体可以看下NOVA主板的介绍

{% content-ref url="/pages/-LWFotyrgtSSo5bvdxZi" %}
[Nduino HD](/jiao-xue-chan-pin/nova-module/nduino-hd.md)
{% endcontent-ref %}

通过这样的优化处理后，相比与Arduino来说有如下几个优点：

* 接线方便，适合大班上课；
* 方便与结构件固定；
* 双串口功能，不会出现串口占用，程序下不进的情况；
* 最大能同时带动8个大电流舵机+8个小电流舵机；
* 最大支持4个直流电机/4个步进电机/2个编码电机；
* 驱动安装简单，适合国内情况；
* 红外、蜂鸣、舵机、电机可同时使用，不会出现定时器冲突；
* 2510接口不封闭，可以很好的兼容通用Arduino模块。

## 设计NOVA的初衷

在这个创意最宝贵的时代，Nova能快速的实现你 的创意，让创意不止步于脑海。

## 课程

{% content-ref url="/pages/-LWFUUFgqsJjoVMcxhNC" %}
[基于Scratch的Nova智能造物入门](/zai-xian-ru-men-ke-cheng/scratch-arduino-primer.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.haohaodada.cn/jiao-xue-chan-pin/nova-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
