-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
247 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
sidebar_position: 5 | ||
sidebar_label: 软件库说明文档 | ||
--- | ||
|
||
# 软件库说明文档 | ||
|
||
| 积木块类别 | 积木块图示 | 参数 | 积木块功能说明 | | ||
| :-: | :-: | :-: | :-: | | ||
| **OLED** | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/microbit-smart-climate-kit/about-the-microbit-smart-climate-kit/images/blocks-06.png) | 参数1类型:整型<br />参数1范围:0~9 | 初始化OLED显示屏 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/microbit-smart-climate-kit/about-the-microbit-smart-climate-kit/images/blocks-07.png) | 无 | 清空OLED显示屏 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/microbit-smart-climate-kit/about-the-microbit-smart-climate-kit/images/blocks-08.png) | 参数1类型:字符串<br />参数1范围:0~9、a~z、A~Z、特殊字符<br /> | OLED显示屏显示字符串 | | ||
| **wukong** | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-science-pack/images/classroom-science-pack-introduction-to-the-functions-of-the-blocks-01.png) | 参数1类型:下拉选项<br />参数1范围:180°,270°,360°;<br /> 参数2类型:下拉选项<br />参数2范围:S0 ~ S7;<br />参数3类型:整形<br />参数3范围:0 ~ 360 <br />| 舵机角度控制 | | ||
| **Neopixel** | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-programming-10.png) | 参数1类型:下拉选项<br />参数1范围:P0~P16<br />参数2类型:数字<br />参数2范围:1~+∞<br />参数3类型:下拉选项<br />参数3范围:RGB(GRB format)、RGB+W、RGB(RGB format) | 该命令设置对应引脚的RGB灯条灯珠控制数量和模式并赋值给变量 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-programming-11.png) | 参数1类型:下拉选项<br />参数1范围:red,orange,yellow,green,blue,indigo,violet,purple,white,black | 该命令设置对应灯条亮灯颜色 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-programming-12.png) | 参数1类型:下拉选项<br />参数1范围:已设变量 | 该命令设置对应灯条颜色刷新 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-programming-13.png) | 参数1类型:下拉选项<br />参数1范围:已设变量 | 该命令设置对应灯条颜色清除 | | ||
| **Sensor** | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-science-pack/images/classroom-science-pack-introduction-to-the-functions-of-the-blocks-03.png) | 参数1类型:下拉选项<br />参数1范围:temperature(°C)、temperature(°F)、humidity(0~100)<br /> 参数2类型:下拉选项<br />参数1范围:P0 ~ P16 | 获取当前温度(℃)或者湿度(0~100) | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/water-level.png) | 参数1类型:下拉选项<br />参数1范围:P0 ~ P16 | 获取水位等级 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/light-level.png) | 参数1类型:下拉选项<br />参数1范围:P0 ~ P16 | 获取当前环境光强度等级 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/distance.png) | 参数1类型:下拉选项<br />参数1范围:mm/cm/inch<br />参数2类型:下拉选项<br />参数2范围:P0 ~ P16<br />检测范围:2~400cm | 获取传感器前方障碍物的距离值 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/analog-read.png) | 参数1类型:下拉选项<br />参数1范围:P0 ~ P16 | 读取模拟值 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/digital-read.png) | 参数1类型:下拉选项<br />参数1范围:P0 ~ P16 | 读取数字值 | | ||
| | ![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-life-kit/images/digital-write.png) | 参数1类型:下拉选项<br />参数1范围:P0 ~ P16<br />参数2类型:自然数<br />参数2范围:0,1 | 设置端口输出数字量 | |
12 changes: 12 additions & 0 deletions
12
...-life-kit/about-microbit-smart-life-kit/packing-list-introduction/180°-servo.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 12 | ||
sidebar_label: 180°舵机 | ||
--- | ||
|
||
# 180°舵机 | ||
|
||
伺服电机通常被称为舵机,它是一种带有输出轴的小装置。当我们向伺服器发送一个控制信号时,输出轴就可以转到特定的位置。只要控制信号持续不变,伺服机构就会保持轴的角度位置不改变。如果控制信号发生变化,输出轴的位置也会相应发生变化。日常生活中,舵机常被用于遥控飞机、遥控汽车、机器人等领域。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/sensor/images/ef09082-1.png) | ||
|
||
更多关于180°舵机的信息请访问:[180°舵机 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef09082/)。 |
14 changes: 14 additions & 0 deletions
14
...rt-life-kit/about-microbit-smart-life-kit/packing-list-introduction/3v-relay.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 10 | ||
sidebar_label: 水位传感器 | ||
--- | ||
|
||
# 水位传感器 | ||
|
||
3V继电器是一种电气开关,它可以通过控制电流来打开或关闭电路。它由一个电磁线圈和一组开关接点组成。当电流通过电磁线圈时,它会产生一个磁场,这个磁场会吸引或推开接点,从而打开或关闭电路。 | ||
|
||
1 Channel Relay 3V Relay Module 是我们OCTOPUS系列的一路继电器电子积木,它的基本设计是根据OCTOPUS电子积木系列设定的,它的外形、PCB固定孔、电子积木的接口的设定是相同的。OCTOPUS 1 Channel Relay采用超小、高质量HUIKE继电器,可以控制各种家用电器,及大电流负载。是电子爱好者的DIY的常用配件模块。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-hardware-introduction-03.png) | ||
|
||
更多关于光线传感器的信息请访问:[水位传感器 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/output/octopus_ef04086/)。 |
22 changes: 22 additions & 0 deletions
22
...fe-kit/about-microbit-smart-life-kit/packing-list-introduction/3v-water-pump.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
sidebar_position: 13 | ||
sidebar_label: 3V水泵 | ||
--- | ||
|
||
# 3V水泵 | ||
|
||
3V水泵是一种体积小巧、结构紧凑的水泵,通常用于家庭、工业和农业等领域的水处理系统中。 | ||
|
||
在3V水泵中,有两个主要的部分:叶轮和泵壳。叶轮是一个旋转的部件,它通过旋转产生离心力,将水从泵壳的入口吸入,并推动水沿着泵壳的出口流出。 | ||
|
||
当叶轮旋转时,水被吸入叶轮的中心,然后被甩向叶轮的边缘。在这个过程中,水的压力和速度都会增加。当水离开叶轮的边缘时,它被泵壳引导到一个出口,从那里流出泵体。 | ||
|
||
在泵壳中,有一个或多个通道将叶轮的出口和进口连接起来。这些通道通常被称为导流器或导流叶片。导流器的作用是引导水流的方向,并减少水流的旋转和湍流。 | ||
|
||
除了叶轮和泵壳外,3V水泵还包括一个电机部分。电机驱动叶轮旋转,从而驱动水的流动。电机的类型可以是交流电机、直流电机或步进电机等。 | ||
|
||
3V vertical water pump是一款直流微型潜水泵,引出了公的和母的杜邦线接口,接线十分方便,可以应用在多种工艺喷泉。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/wisdom-life/microbit-smart-greenhouse-kit/images/microbit-greenhouse-hardware-introduction-04.png) | ||
|
||
更多关于3V水泵的信息请访问:[3V水泵 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/output/3V_vertical_water_pump/)。 |
15 changes: 15 additions & 0 deletions
15
...ife-kit/about-microbit-smart-life-kit/packing-list-introduction/crash-sensot.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 5 | ||
sidebar_label: 碰撞传感器 | ||
--- | ||
|
||
# 碰撞传感器 | ||
|
||
|
||
碰撞传感器器是一种基于碰撞元件的传感器模块,电路设计简单,灵敏度高。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/sensor/images/YR7t4Pj.jpg) | ||
|
||
|
||
|
||
更多关于碰撞传感器的信息请访问:[碰撞传感器 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef04013/)。 |
14 changes: 14 additions & 0 deletions
14
...ife-kit/about-microbit-smart-life-kit/packing-list-introduction/dht11-sensor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
sidebar_position: 8 | ||
sidebar_label: DHT11温湿度传感器 | ||
--- | ||
|
||
# DHT11温湿度传感器 | ||
|
||
温湿度传感器是一种用于测量和监测环境中温度和湿度的设备。它能够提供精确的温度和湿度数据,帮助人们了解和控制环境条件。这种传感器在许多领域有广泛应用,包括气象观测、室内环境监测、农业、仓储管理和自动化控制系统等。 | ||
|
||
温湿度传感器能够提供实时的温度和湿度信息,帮助用户监测和调节环境条件,从而改善舒适度、提高生产效率和保护物品的质量。温湿度传感器的广泛应用使其成为现代生活中不可或缺的重要组成部分。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-science-pack/images/classroom-science-hardware-introduction-03.png) | ||
|
||
关于更多温湿度传感器的信息,欢迎访问:[八爪鱼系列温湿度传感器介绍 Wiki 链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef04019/)。 |
15 changes: 15 additions & 0 deletions
15
...smart-life-kit/about-microbit-smart-life-kit/packing-list-introduction/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_label: 硬件介绍 | ||
--- | ||
|
||
# 硬件介绍 | ||
|
||
|
||
## 目录 | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
<DocCardList /> | ||
``` |
12 changes: 12 additions & 0 deletions
12
...ife-kit/about-microbit-smart-life-kit/packing-list-introduction/light-sensor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 7 | ||
sidebar_label: 光线传感器 | ||
--- | ||
|
||
# 光线传感器 | ||
|
||
光线传感器是可以检测光线强度的传感器。它们体积小,价格低廉,功率低,使用方便,不会磨损。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/sensor/images/04092_01.jpg) | ||
|
||
更多关于光线传感器的信息请访问:[光线传感器 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef04092/)。 |
12 changes: 12 additions & 0 deletions
12
...t-life-kit/about-microbit-smart-life-kit/packing-list-introduction/motor-fan.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 11 | ||
sidebar_label: 风扇模块 | ||
--- | ||
|
||
# 风扇模块 | ||
|
||
OCTOPUS Motor Brick是一种简单的电子积木式风扇电机驱动模块 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/output/images/vu7ViBU.jpg) | ||
|
||
更多关于风扇模块的信息请访问:[风扇模块 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/output/octopus_ef04059/)。 |
13 changes: 13 additions & 0 deletions
13
...-life-kit/about-microbit-smart-life-kit/packing-list-introduction/mq2-sensor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
sidebar_position: 4 | ||
sidebar_label: MQ2传感器 | ||
--- | ||
|
||
# MQ2传感器 | ||
|
||
MQ2模拟气体传感器用于消费和工业市场的气体泄漏检测设备中,适用于检测LPG,异丁烷,丙烷,甲烷,酒精,氢,烟气,具有高灵敏度和快速响应时间灵敏度可通过电位器调节。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/sensor/images/04028_01.png) | ||
|
||
|
||
更多关于MQ2传感器的信息请访问:[MQ2传感器 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef04028/)。 |
12 changes: 12 additions & 0 deletions
12
...ife-kit/about-microbit-smart-life-kit/packing-list-introduction/oled-display.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 2 | ||
sidebar_label: OLED显示屏 | ||
--- | ||
|
||
# OLED显示屏 | ||
|
||
0.96寸 OLED 显示模块采用 SSD1306 驱动芯片,有128x64个自发光的白色像素点。具有功耗低、对比度高等优点,可用于许多显示应用,例如:各类传感器的数值显示;mini 小游戏机;智能穿戴设备等。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-science-pack/images/classroom-science-hardware-introduction-02.png) | ||
|
||
更多关于OLED显示屏的信息请访问:[OLED显示屏 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/output/octopus_ef03155/)。 |
12 changes: 12 additions & 0 deletions
12
...life-kit/about-microbit-smart-life-kit/packing-list-introduction/rainbow-led.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 6 | ||
sidebar_label: 单颗彩虹灯 | ||
--- | ||
|
||
# 单颗彩虹灯 | ||
|
||
Octopus Single RGB Rainbow LED是我们OCTOPUS系列的单颗彩虹LED电子积木,它的基本设计是根据OCTOPUS电子积木系列设定的,它的外形、PCB固定孔、电子积木的接口的设定是相同的。板载的LED是一个集控制电路与发光电路与一体的智能外控led,具有低电压驱动、亮度高、散射角度大等优点。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/output/images/04091.jpg) | ||
|
||
更多关于单颗彩虹灯的信息请访问:[单颗彩虹灯 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/output/octopus_ef04091/)。 |
17 changes: 17 additions & 0 deletions
17
...rt-life-kit/about-microbit-smart-life-kit/packing-list-introduction/sonarbit.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_label: 超声波传感器 | ||
--- | ||
|
||
# 超声波传感器 | ||
|
||
Sonar:bit 是一款基于超声波传感技术的传感器模块,专为 micro:bit 教育开发板设计。 | ||
|
||
它可以用于测量距离和检测障碍物,为用户提供了一种简单而可靠的方式来实现距离测量和避障功能。Sonar:bit采用超声波传感器,可以向周围发射超声波信号,并通过接收回波来计算物体与传感器之间的距离。它具有高精度和稳定性,可以测量范围为2厘米到400厘米。 | ||
|
||
通过编程 micro:bit,用户可以根据 Sonar:bit 的测量结果来实现各种应用,如智能小车的避障功能、距离测量等。总之,用户可以创造各种有趣的应用。无论是教育还是创客项目,Sonar:bit 都是一个不可或缺的工具。 | ||
|
||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-smart-pet-feeder-kit/images/microbit-smart-maker-kit-case03-01-3.png) | ||
|
||
关于更多超声波传感器的信息,欢迎访问:[八爪鱼系列超声波传感器介绍 Wiki 链接](http://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/sonar_bit)。 |
18 changes: 18 additions & 0 deletions
18
...t/about-microbit-smart-life-kit/packing-list-introduction/water-level-sensor.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
sidebar_position: 9 | ||
sidebar_label: 水位传感器 | ||
--- | ||
|
||
# 水位传感器 | ||
|
||
Octopus Water level sensor是我们OCTOPUS系列的水位传感器电子积木,它的基本设计是根据OCTOPUS电子积木系列设定的,它的外形、PCB固定孔、电子积木的接口的设定是相同的。 | ||
|
||
模拟水位电子积木是一款简单易用、性价比高的传感器,通过具有一系列的暴露的平行导线测量其水量大小而判断水位。 | ||
|
||
轻松完成水量到模拟信号的转换,输出的模拟值可以直接被micor:bit读取,达到水位报警的功能。 | ||
|
||
特别注意:MAX水位线上方元件不防水,请勿将其没入水中。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/sensor/octopus-sensors/sensor/images/04094_01.jpg) | ||
|
||
更多关于光线传感器的信息请访问:[水位传感器 wiki链接](https://wiki.elecfreaks.com/en/microbit/sensor/octopus-sensors/sensor/octopus_ef04094/)。 |
12 changes: 12 additions & 0 deletions
12
...bout-microbit-smart-life-kit/packing-list-introduction/wukong-breakout-board.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: 悟空扩展板 | ||
--- | ||
|
||
# 悟空扩展板 | ||
|
||
一款基于micro:bit的高集成度多功能扩展板,它的大小与micro:bit相近,功能十分丰富,集成了蜂鸣器、舵机驱动、电机驱动等。 自带400mAh锂电池包,板载电源管理系统,支持快速充电,充满仅需20分钟,满负载运行时间可达到40分钟以上。 扩展板底座为乐高标准 7 X 5 方形积木块,完美接入乐高积木。 | ||
|
||
![](https://wiki-media-ef.oss-cn-hongkong.aliyuncs.com/docs/microbit/interesting-case/classroom-science-pack/images/classroom-science-hardware-introduction-01.png) | ||
|
||
关于更多悟空扩展板的信息,欢迎访问:[悟空扩展板 Wiki 链接](https://wiki.elecfreaks.com/en/microbit/expansion-board/wukong/)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
sidebar_position: 3 | ||
sidebar_label: 规格参数 | ||
--- | ||
|
||
|
||
# 规格参数 | ||
|
||
|
||
| **项目** | **参数** | | ||
| --- | --- | | ||
| 产品名称 | micro:bit 智慧生活套装 | | ||
| SKU | EF08416 | | ||
| 产品尺寸 | 25cm × 18cm × 4cm | | ||
| 产品重量 | ? | | ||
| 电子模块数量 | 13 | | ||
| 电子模块 | WUKONG扩展板 × 1 <br /> OLED显示屏 × 1 <br /> 碰撞传感器 × 1 <br /> DHT11温湿度传感器 × 1 <br /> MQ2传感器 × 1 <br /> 风扇模块 × 1 <br /> 3V继电器 × 1 <br /> 超声波传感器 × 1 <br /> 单颗彩虹灯 × 1 <br /> 光线传感器 × 1 <br /> 水位传感器 × 1 <br /> 3V水泵 × 1 <br /> 180度舵机 × 1 | | ||
| 案例数量 | 12 | | ||
| 适用年龄 | 10+ | | ||
| 编程方式 | makecode、python | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters