diff --git a/docs/en/base/node_base.md b/docs/en/base/node_base.md index 2ff2f02f..1e4cdd74 100644 --- a/docs/en/base/node_base.md +++ b/docs/en/base/node_base.md @@ -4,7 +4,7 @@ *** -:memo:**[Description](#Description)**      :octocat:**[Example](https://github.com/m5stack/M5StackModule-Node/tree/master/example)**      :electric_plug:**[Schematic](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-NODE-Samrt-Speaker-WM8978-Audio-Development-Board-I2S-Module-with-DHT12-Sensor-MIC-IR/3226069_32949773234.html)**      :clapper:**[Related Video](#Related-Video)** +:memo:**[Description](#Description)**      :octocat:**[Example](#Example)**      :electric_plug:**[Schematic](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-New-NODE-Samrt-Speaker-WM8978-Audio-Development-Board-I2S-Module-with-DHT12-Sensor-MIC-IR/3226069_32949773234.html)**      :clapper:**[Related Video](#Related-Video)** ## Description @@ -57,6 +57,20 @@ - **数据手册** - [WM8978](http://pdf1.alldatasheet.com/datasheet-pdf/view/96647/WOLFSON/WM8978.html) +## Example + +* DHT12 + + https://github.com/m5stack/Bases-Node/tree/master/example/dht12 + +* RGB LED + + https://github.com/m5stack/Bases-Node/tree/master/example/rgbled/NeoPixelFunRandomChange + +* WM8978 + + https://github.com/m5stack/esp-adf/tree/master/NODE_example + ## Related Video **NODE Case - Voice Recognition** diff --git a/docs/ja/base/node_base.md b/docs/ja/base/node_base.md index a77663c6..26b2c385 100644 --- a/docs/ja/base/node_base.md +++ b/docs/ja/base/node_base.md @@ -4,7 +4,7 @@ *** -:memo:**[概要](#概要)**      :octocat:**[サンプルコード](https://github.com/m5stack/M5StackModule-Node/tree/master/example)**      :electric_plug:**[回路図](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      **🛒[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-NODE-Samrt-Speaker-WM8978-Audio-Development-Board-I2S-Module-with-DHT12-Sensor-MIC-IR/3226069_32949773234.html)**      :clapper:**[関連動画](#関連動画)** +:memo:**[概要](#概要)**      :octocat:**[サンプルコード](#サンプルコード)**      :electric_plug:**[回路図](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      **🛒[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-NODE-Samrt-Speaker-WM8978-Audio-Development-Board-I2S-Module-with-DHT12-Sensor-MIC-IR/3226069_32949773234.html)**      :clapper:**[関連動画](#関連動画)** ## 概要 @@ -82,6 +82,20 @@ - [Node ベース 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-Samrt-WM8978-I2S-DHT12-Ir-500/3226069_32949773234.html) +## サンプルコード + +* DHT12 + + https://github.com/m5stack/Bases-Node/tree/master/example/dht12 + +* RGB LED + + https://github.com/m5stack/Bases-Node/tree/master/example/rgbled/NeoPixelFunRandomChange + +* WM8978 + + https://github.com/m5stack/esp-adf/tree/master/NODE_example + ## 関連動画 **NODEデモ - 音声認識** diff --git a/docs/zh_CN/base/node_base.md b/docs/zh_CN/base/node_base.md index 047db04a..d2700a4a 100644 --- a/docs/zh_CN/base/node_base.md +++ b/docs/zh_CN/base/node_base.md @@ -6,7 +6,7 @@ -:memo:**[描述](#描述)**      :octocat:**[例程](https://github.com/m5stack/M5StackModule-Node/tree/master/example)**      :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)**      :clapper:**[相关视频](#相关视频)** +:memo:**[描述](#描述)**      :octocat:**[例程](#例程)**      :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)**      🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)**      :clapper:**[相关视频](#相关视频)** ## 描述 @@ -63,6 +63,20 @@ - **数据手册** - [WM8978](http://pdf1.alldatasheet.com/datasheet-pdf/view/96647/WOLFSON/WM8978.html) +## 例程 + +* DHT12 + + https://github.com/m5stack/Bases-Node/tree/master/example/dht12 + +* RGB LED + + https://github.com/m5stack/Bases-Node/tree/master/example/rgbled/NeoPixelFunRandomChange + +* WM8978 + + https://github.com/m5stack/esp-adf/tree/master/NODE_example + ## 相关视频 **NODE 的演示 - 语音识别**