add some docs ja

This commit is contained in:
塩入孔章
2019-02-03 19:15:36 +08:00
parent 368b65230b
commit 8ff4a6f308
10 changed files with 234 additions and 128 deletions
+35 -37
View File
@@ -1,64 +1,62 @@
# FLIR - 微型长波红外热像仪
# FLIR - LWIRマイクロサーマルカメラ
<img src="assets/img/product_pics/app/app_flir_01.png" width="250" height="250">
* * *
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[例程](#例程)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.405c425eyfkKSu&id=583291687617)**
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[サンプルコード](#サンプルコード)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-Official-FLIR-Radiometric-Lepton-2-0-3-0-Dev-160HX120V-80HX60V-Thermal-Imager-Kit-M5/32959050762.html)**
<!-- &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:clapper:**[相关视频](#相关视频)** -->
## 概要
## 描述
**<mark>FLIR</mark>**はFLIRはLeptonのマイクロサーマルカメラを統合したモジュールです。リアルタイムに非接触対象の温度を測定可能で、デジタルサーモ画像処理ユニットを統合しているので簡単に扱うことができます。M5CoreとスタックすることでSPI通信を介してコントロールすることができます。
**<mark>FLIR</mark>** 是一款集成 FLIR 公司的微型长波红外热像仪 (Lepton) 的模块。能实时获得传感器非接触式温度测量数据。因为集成了数字热图像处理单元,所以使用起来更简单。装配在 M5 标准尺寸的 3D 打印外壳中,堆叠了 M5Core之后,通过 SPI 与主控通信
**注意:** 工作时间长了热像仪 Lepton 会升温,可是输出图像不受热像仪温度影响。
**メモ:** 長時間使用するとセンサーも温まりますが、それによる測定データへの影響はありません
<img src="assets/img/product_pics/app/app_flir_02.png">
## 特
## 特
- 160×120 有效像素
- Lepton 模块运行功率较低 — 典型值为 140mW、使用快门期间为 650mW
- 56° 视觉范围,带快门
- Lepton 输入电压范围:1.2V2.8V2.5V 3.1V IO
- 成像时间快 (< 0.5 秒)
- 有効画素: 160×120
- 低消費電力 — 通常時 140mW、シャッターイベント中 650mW、スタンバイ 5mW
- 視野角: 56° (シャッター込み)
- 入力電圧範囲: 1.2V2.8V2.5V ~ 3.1V IO
- イメージング時間 (< 0.5 秒)
## 参数
## 仕様
| *参数项* | *参数值* |
| :-----------: | :------: |
| 有效帧频 | 8.7Hz |
| 输入时钟 | 25-MHz|
| 像素尺寸 | 12µm |
| 场景动态范围 | 低增益模式:-10℃400℃; 高增益模式:-10℃至140℃ |
| 波长范围 | 8µm14µm |
| 热灵敏度 | 50 mK0.050℃) |
| 输入电源电压 | 2.8 V1.2 V2.5 V3.1 V IO |
| 最温度范围 | -10℃至+80℃ |
| *項目* | *仕様* |
| :-----------: | :------: |
| 有效フレームレート | 8.7Hz |
| 入力クロック | 25-MHz |
| ピクセルサイズ | 12µm |
| シーンダイナミックレンジ | Low Gain モード: -10℃~400℃; High Gain モード: -10℃至140℃ |
| スペクトラルレンジ | 8µm~14µm |
| サーマル感度 | 50 mK0.050℃) |
| 入力電圧 | 2.8 V1.2 V2.5 V~3.1 V IO |
| 最温度範囲 | -10℃至+80℃ |
## 包含
## パッケージ内容
- 1x FLIR
- 1x FLIRモジュール
## 应用
## アプリケーション
- 汽车发动机故障检查
-除湿保温密封性检测
-炉内耐火材料裂痕
-晚户外观测动物
- 自動車のエンジン故障チェック
-除湿断熱シーリングチェック
-炉内耐火壁割れ
-間の野外動物観察
## 相关链接
## 関連リンク
- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
- **[公式ビデオ](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
- **[官方论坛](http://forum.m5stack.com/)**
- **[フォーラム](http://forum.m5stack.com/)**
- **[FLIR 官网的 Lepton 信息](https://www.flir.cn/products/lepton/)**
- **[Lepton公式FLIR情報](https://www.flir.cn/products/lepton/)**
## 例程
## サンプルコード
*如果需要完整例程请点击[这里](https://github.com/m5stack/Applications-Lepton3.0/tree/master/lepton3/Src/Lepton_Bot)。*
*完全なソースコードは[こちら](https://github.com/m5stack/Applications-Lepton3.0/tree/master/lepton3/Src/Lepton_Bot)。*
<img src="assets/img/product_pics/app/app_flir_03.png">
+126 -29
View File
@@ -1,10 +1,10 @@
# LidarBOT
<img src="assets/img/product_pics/app/lidarbot_01.jpg" width="250" height="250"> <img src="assets/img/product_pics/app/lidarbot_02.jpg" width="250" height="250"> <img src="assets/img/product_pics/app/lidarbot_03.jpg" width="250" height="250"> <img src="assets/img/product_pics/app/lidarbot_04.jpg" width="250" height="250"> <img src="assets/img/product_pics/app/lidarbot_05.jpg" width="250" height="250">
<img src="assets/img/product_pics/app/lidarbot_01.jpg" width="250" height="250"> <img src="assets/img/product_pics/app/lidarbot_03.jpg" width="250" height="250">
* * *
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;:octocat:**[サンプルコード](https://github.com/m5stack/Applications-LidarBot/tree/master/LidarBot/Example)**&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Lidar-Bot-Mini-Car-Lidar-8m-6Hz-McNamm-Wheels-NeoPixel-LED-Bar-with-ESP32/3226069_32951134988.html?spm=a2g1y.12024536.productList_5885013.subject_7)**
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;:octocat:**[サンプルコード](#サンプルコード)**&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-New-Lidar-Bot-Mini-Car-Lidar-8m-6Hz-McNamm-Wheels-NeoPixel-LED-Bar-with-ESP32/3226069_32951134988.html)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:clapper:**[関連動画](#関連動画)**
## 概要
@@ -22,47 +22,144 @@ ESP-NOWを利用したリアルタイム通信により、リモコンでLidarBO
- LEGO 互換ホール
- [メカナムホイール](https://en.wikipedia.org/wiki/Mecanum_wheel)
## プロトコル
## プロトコル (CarBottomBoard)
*データフォーマット:データヘッダ(コマンドタイプ) + データパケット + データテール*
| ターゲット | データフォーマット |
|:-------------------|:------------------------------------------|
| ホイール |0xAA, SpeedX, SpeedY, SpeedZ, SpeedA, 0x55 |
| 各LED |0xAB, LedIndex, R, G, B, 0x55 |
| フロントLEDバー |0xAC, R, G, B, 0x55 |
| バックLEDバー |0xAD, R,G,B, 0x55 |
| 全てのLED |0xAE, R,G,B, 0x55 |
| サーボモーター0 |0xAF, Angle, 0x55 |
| サーボモーター1 |0xB0, Angle, 0x55 |
|制御対象 | フォーマット | 例 | 関数 |
|:-------------:|:------------------------------------: |:---:|:---:|
|Wheels| 0xAA,SpeedX(-7 ~ 7),SpeedY,SpeedZ,SpeedA,0x55 |0xAA, 5, 5, 5, 5, 0x55(Go ahead, speed: 5)|ControlWheel(5, 5, 5)|
| One RGB| 0xAB,LedIndex,R(0 ~ 254),G,B,0x55| 0xAB, 3, 20, 50, 100, 0x55(3th RGB displays specific color)|setLedColor(3, 20, 50, 100)|
| Front RGB Bar| 0xAC,R(0 ~ 254),G,B,0x55|0xAC, 20, 50, 100, 0x55(Front LED Bar displays specific color)|setFrontLedBar(20, 50, 100)|
| Back RGB Bar| 0xAD,R(0 ~ 254),G,B,0x55|0xAD, 20, 50, 100, 0x55(Back LED Bar displays specific color)|setBackLedBar(20, 50, 100)|
| All RGB| 0xAE,R(0 ~ 254),G,B,0x55|0xAE, 20, 50, 100, 0x55(All LED display specific color)|setLedAll(20, 50, 100)|
| ServoMotor0 | 0xAF,Angle(0 ~ 180),0x55|0xAF, 100, 0x55(Servo 0 turns angle 100 degree)|setServo0Angle(100)|
| ServoMotor1 | 0xB0,Angle(0 ~ 180),0x55|0xB0, 100, 0x55(Servo 1 turns angle 100 degree)|setServo1Angle(100)|
## シリアル通信パラメータ
<img src="assets/img/product_pics/app/lidarbot_04.jpg" width="300" height="300">
| ターゲット | ピン @ M5Stack | ボーレート | シリアルパラメータ |
|:-----------|:--------------|:----------|:----------------|
| Lidar | GPIO16 (RX) | 230,400 | SERIAL_8N1 (8 bits data / non parity / 1 stop bit) |
| ボトムボード | GPIO17 (TX) | 115,200 | SERIAL_8N1 (8 bits data / non parity / 1 stop bit) |
## 仕様
## ピンマップ(ボトム)
- LidarBot サイズ: 142mm x 117mm x 120mm
- 通信仕様
- M5Core(CarMain) <-> Lidar(GPIO16 <-> Lidar) Serial設定: "230400bps, 8, n, 1"(8 bits data, no parity, 1 stop bit)
- M5Core(CarMain) <-> CarBottomBoard(GPIO17 <-> Lidar) Serial設定: "115200bps, 8, n, 1"(8 bits data, no parity, 1 stop bit)
- ピンマップ
- ServoMotor0 <-> A0(MEGA328)
- ServoMotor1 <-> A1(MEGA328)
- NeoPixelRGB <-> 11(MEGA328)
| 対象 | ピン @ ATmega328 |
|:--------------|:----------------|
| サーボモーター0 | A0 |
| サーボモーター1 | A1 |
| Neopixel | 11 |
<img src="assets/img/product_pics/app/lidarbot_05.jpg" width="300" height="300">
## パッケージ内容
- 1x LidarBot
- 1x リモコンハンドル
- 2x バッテリ(1300mAh @ 11.1V)
- 2x バッテリ(1300mAh @ 11.1V)
- 1x 充電器
- 1x USB Type-Cケーブル
- 1x USB Type-C ケーブル
<img src="assets/img/product_pics/app/lidarbot_02.jpg" width="300" height="300">
## アプリケーション
- 室内ナビゲーション
- 自動迷路探
- ルートプラン
- 自動操縦
- 室内ナビ
- 無人迷路探
- ルートナビ
- 無人パイロット
## サンプルコード
*完全なソースコードは[こちら](https://github.com/m5stack/Applications-LidarBot/tree/master/LidarBot/Example)。*
**サンプルディレクトリのツリー構造**
├─LidarBot_CarMain_V1.1 - Main program of LidarBot
├─LidarBot_RemoteController_V1.0 - Program of RemoteController V1.0
└─LidarBot_RemoteController_V1.2 - Program of RemoteController V1.2(higher precision)
#### プログラム説明:
#### **1. メインプログラム:**
```arduino
/* Main program */
void loop()
{
espnow.BotConnectUpdate();// ESPNOW reconnect
lidarcar.MapDisplay();// display map
esp_now_send(espnow.peer_addr, lidarcar.mapdata, 180);// ESPNOW sends map data
}
```
* **個別機能解説:**
* レーダーデータ読み取り
```arduino
#include "lidarcar.h"
LidarCar lidarcar;
lidarcar.Init();
GetData();//save radar data to array distance[]
```
* ライントレース
```arduino
#include "rprtrack.h"
Rprtrack rprtrack;
SensorStatus();// save line following data to array sensorValue[]
CalTrackDev();// handle array sensorValue[], get car offset and save it
```
* ESP_NOW
Please refer to https://github.com/m5stack/M5-espnow
#### **2. 遠隔操作プログラム**
```arduino
/* Main program */
void loop()
{
espnow.RemoteConnectUpdate();// ESPNOW reconnect
keyboard.GetValue();// read data of joystick
// ESPNOW sends joystick data to car
esp_now_send(espnow.peer_addr, keyboard.keyData, 3);
MapDisplay();// display map
accessport.AnalzyCommand();// send map data to PC software
}
```
* **個別機能解説:**
* ジョイスティック
```arduino
#include "keyboard.h"
KeyBoard keyboard;
keyboard.Init();
// get joystick data and save to adX, adY
GetValue();
```
* PCとの通信
```arduino
#include "accessport.h"
AccessPort accessport;
accessport.AnalzyCommand();// send map data to PC software
```
## 関連動画
**Lidar Bot 迷路パトロール**
<iframe width="560" height="315" src="https://www.youtube.com/embed/vwzqqE8cL4I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+10 -12
View File
@@ -4,26 +4,24 @@
***
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[管脚映射](#管脚映射)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?id=584647000573)**
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[ピンマップ](#ピンマップ)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://item.taobao.com/item.htm?id=584647000573)**
<!-- :memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[例程](#例程)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[管脚映射](#管脚映射)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?id=584647000573)** -->
## 概要
## 描述
**<mark>PIANO</mark>**はピアノ型モジュールです。[サンプルコード](https://github.com/m5stack/M5-ProductExampleCodes/blob/master/App/PIANO/Arduino/M5PIANO/M5PIANO.ino)をダウンロードし、M5Coreと[M5Core Bottom](ja/base/core_bottom)に接続し、すぐに演奏することができます。
**<mark>PIANO</mark>** 是钢琴应用,下载[例程](https://github.com/m5stack/M5-ProductExampleCodes/blob/master/App/PIANO/Arduino/M5PIANO/M5PIANO.ino)之后,接入 M5Core 和 [M5Core的底座](zh_CN/base/core_bottom),即可弹奏
PIANOのタッチセンサチップとM5CoreはI2Cで通信します。I2Cアドレスは**0x6A**と**0x7A**です
PIANO 里的触摸芯片 与 M5Core 之间通过 IIC 通信,IIC 地址分别是 0x6A 和 0x7A
PIANO 需要接入[M5Core的底座](zh_CN/base/core_bottom),如下图所示
PIANO は[M5Core Bottom](ja/base/core_bottom)に接続する必要があります。接続を以下に示します
<img src="assets/img/product_pics/app/app_piano_02.png">
## 管脚映射
## ピンマップ
**触摸芯片 TS20 & LED**
**タッチセンサチップ TS20 & LED**
<table>
<tr><td>ESP32 芯片</td><td>GPIO7</td><td>GPIO6</td><td>GPIO5</td><td>GPIO26</td><td>GPIO2</td></tr>
<tr><td>TS20</td><td>复位引脚(RESET)</td><td>使能引脚(EN)</td><td>时钟引脚(SCL)</td><td>数据引脚(SDA)</td></tr>
<tr><td>RGB LED</td><td> </td><td> </td><td> </td><td> </td><td>信号引脚</td></tr>
<tr><td>ESP32</td><td>GPIO7</td><td>GPIO6</td><td>GPIO5</td><td>GPIO26</td><td>GPIO2</td></tr>
<tr><td>TS20</td><td>RESET</td><td>EN</td><td>SCL</td><td>SDA</td></tr>
<tr><td>RGB LED</td><td> </td><td> </td><td> </td><td> </td><td>シグナルピン</td></tr>
</table>
+9 -3
View File
@@ -12,7 +12,13 @@
# 概要
BTCベースはDHT12を内蔵しており、周囲の温度、湿度を検出することが可能です。あなたのM5StackとBTCベースを組み合わせて、情報表示ボード、小型のIoT集中制御デバイスとして置いておくことができます。付属のUSB Type-Cケーブルを利用することで、ベース経由でM5Stackを充電することができます。
BTCベースはDHT12を内蔵しており、周囲の温度、湿度を検出することが可能です。あなたのM5StackとBTCベースを組み合わせて、情報表示ボード、小型のIoT集中制御デバイスとして置いておくことができます。
**ノート:**
* M5Core [BASIC]ja/core/basic)または[GRAY]ja/core/gray)はこのベースに取り付けることができますが、BTCベースからは充電することができません。 M5CoreはUSBケーブルを利用して充電する必要があります。
* BTCにはDHT12センサーに内蔵されています。そのため、M5CoreがBTCに接続されている時には、同じセンサーを利用しているENVユニットを利用することはできません。(I2Cアドレスが重複し衝突するため)
# 特徴
@@ -39,9 +45,9 @@ BTCベースはDHT12を内蔵しており、周囲の温度、湿度を検出す
# ドキュメント
- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
- **[Forum](http://forum.m5stack.com/)**
- **[フォーラム](http://forum.m5stack.com/)**
## サンプルコード
+4 -6
View File
@@ -1,16 +1,14 @@
# CORE 底座
# CORE BOTTOM
<img src="assets/img/product_pics/base/core_base_03.png" width="30%" height="30%"><img src="assets/img/product_pics/base/core_base_02.png" width="30%" height="30%">
***
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.27.3b626971KRKjiu&id=585955214454)**
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-Official-Battery-Bottom-150mAh-for-M5Stack-Arduino-ESP32-IoT-Development-Kit-I-O-IO-Extend/32970683235.html)**
<!-- :memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[原理图](#原理图)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.27.3b626971KRKjiu&id=585955214454)** -->
## 概要
## 描述
**<mark>M5GO BOTTOM</mark>** 是 [M5Core BASIC](zh_CN/core/basic) 套件和 [M5Core GRAY](zh_CN/core/gray) 套件中的底座,底座把 M5 总线上的常用接口拓展了出来,分别都拓展成排针和排母的形式,方便外接各种模块。
**<mark>CORE BOTTOM</mark>**は[M5Core BASIC](ja/core/basic)や[M5Core GRAY](ja/core/gray)のベースと同じです。M-BUSのピンが外部拡張されており、他のモジュールやユニットから利用可能です。
<img src="assets/img/product_pics/base/core_base_01.png" width="40%" height="40%"><img src="assets/img/product_pics/base/core_base_04.png" width="40%" height="40%">
+2
View File
@@ -12,6 +12,8 @@
<img src="assets/img/product_pics/base/m5go_base_08.png" width="50%" height="50%">
ベースの充電中は充電インジケータLEDが赤く点滅しますが、充電が完了すると点灯したままになります。
<img src="assets/img/product_pics/base/m5go_charger_09.png" width="50%" height="50%">
<img src="assets/img/product_pics/base/m5go_charger_10.png" width="50%" height="50%">
+28 -31
View File
@@ -1,11 +1,22 @@
# PLC ベース
<img src="assets/img/product_pics/base/plc_01.png" width="30%" height="30%"><img src="assets/img/product_pics/base/plc_04.png" width="30%" height="30%"><img src="assets/img/product_pics/base/plc_03.png" width="30%" height="30%">
***
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[回路図](#回路図)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-PLC-Proto-Industrial-Board-Module-Contains-RS485-ACS712-5B-Programmable-Logic-Controller-Relay-with-Magnet/32874916056.html)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:clapper:**[関連動画](#関連動画)**
## 概要
**<mark>M5Stack PLC</mark>**ベースはRS-485アダプタを含む工業向けベースです。
DC9V-24V入力、4ピンまたは6ピンのリレー出力、デジタル入力、通信インターフェースなどを備えます。
**<mark>M5Stack PLC</mark>**ベースはRS-485アダプタを含む工業用途向けベースです。電力変換やTTLからRS485へのレベル変換を行うことができます。またDC9V-24V入力、4ピンまたは6ピンのリレー出力、デジタル入力、通信インターフェースなどを備えます。
さらに電流センサ(ACS712TELC-05B)が統合されており、電流をモニタリングすることができます。
<img src="assets/img/product_pics/base/plc_02.png" width="60%" height="60%">
次の画像はメイン基板とRS485変換基板の接続を表しています。M-BUSを右の6ピン3.96コネクタにワイヤで接続することも可能です。また右下のRS485変換基板を利用して、シリアルポート(UART2)の出力をRS485レベルへ変換し、4ピン3.96コネクタで出力することができます。
<img src="assets/img/product_pics/base/plc_07.png">
## 特徴
@@ -24,44 +35,30 @@ DC9V-24V入力、4ピンまたは6ピンのリレー出力、デジタル入力
- 1x 6ピン3.96ピッチ端子
- 1x 4ピン3.96ピッチ端子
- 3x 六角レンチ
- 7x 端子ピン
- 7x ネジ(3種類: M2x4, M3x6, M3x18)
- 1x ステッカー
## アプリケーション
<img src="assets/img/product_pics/base/plc_06.png" width="50%" height="50%"><img src="assets/img/product_pics/base/plc_05.png" width="50%" height="50%">
<!-- ## アプリケーション
- プログラマブルロジックコントローラ
- プログラマブルモーションコントローラ
- デジタルオペレーションプロセッサ
- 強電コントローラ
- 強電コントローラ -->
## ドキュメント
## 関連リンク
- **ウェブサイト**
- [M5Stack](https://m5stack.com)
- **GitHub**
- [M5Stack](https://github.com/m5stack/M5Stack)
- **[公式ビデオ](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
<figure>
<img src="assets/img/product_pics/bases/plc_01.jpg" alt="plc_01" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/plc_02.jpg" alt="plc_02" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/plc_03.jpg" alt="plc_03" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/plc_04.jpg" alt="plc_04" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/plc_05.jpg" alt="plc_05" width="300px" height="300px">
</figure>
## 関連情報
- [PLC ベース 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/3992/)
- [PLC ベース 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-plc-rs485-ACS712-5B-dinrail/3226069_32874916056.html)
- **[フォーラム](http://forum.m5stack.com/)**
## 回路図
<img src="assets/img/product_pics/base/plc_sch.png">
<img src="assets/img/product_pics/base/plc_sch.png">
## 関連動画
**RS485通信**
<iframe width="560" height="315" src="https://www.youtube.com/embed/fRTG9So3UUQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+1 -1
View File
@@ -10,7 +10,7 @@
## 描述
<mark>RFID底座</mark>是[M5GO底座](zh_CN/product_documents/base/m5go_base)是升级版,在M5GO底座的基础上增加了RFID功能。
<mark>RFID底座</mark>是[M5GO底座](ja/product_documents/base/m5go_base)是升级版,在M5GO底座的基础上增加了RFID功能。
RFID底座由**330mAh的电池**、M-Bus总线接口、麦克风、红色的充电指示LED、2条RGB灯条(10颗)、PORT B和PORT C组成。
+18 -9
View File
@@ -1,11 +1,15 @@
# M5Stack USB Downloader
# M5Stack USB ダウンローダー
<img src="assets/img/product_pics/tool/usb_downloader_01.png" width="30%" height="30%"><img src="assets/img/product_pics/tool/usb_downloader_02.png" width="30%" height="30%">
***
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[回路図](#回路図)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[購入リンク](https://www.aliexpress.com/item/M5Stack-USB-TTL-UART-Serial-Adapter-Micro-controller-6PIN-Auto-Downloader-Type-C-USB/32874729163.html)**
## 概要
1. USB/UART変換チップCP2104によるESP32/ESP8266のファームウェア書き込みをサポートします。
2. 6ピン@2.54mmバスソケットです。
USBtoUART変換チップCP2104によるESP32/ESP8266のファームウェア書き込みをサポートします。
送信、受信、パワーのインジケータLED付きです。6ピン@2.54mmバスソケットです。
## ピンマップ
@@ -18,15 +22,20 @@
| 5 | RXD |
| 6 | 3.3V |
?>メモ M5Stack USB Downloaderには、他のアプリケーション用に2つの予約済みピン(RTS、DTR)があります。
<img src="assets/img/product_pics/tool/usb_downloader_03.png" width="60%" height="60%">
### メモ
M5Stack USB Downloaderには、他のアプリケーション用に2つの予約済みピン(RTS、DTR)があります。
## パッケージ内容
- 1x M5Stack USB Downloader
## ドキュメント
## 関連リンク
- 回路図
- [Schematic](https://github.com/watson8544/M5Stack-UserGuide/blob/master/TOOLS_DOCS/USBtool.pdf)
- ユーザガイド(英語)
- [UserGuide](https://github.com/watson8544/M5Stack-UserGuide/blob/master/TOOLS_DOCS/M5Stack-USB-Downloader-UserGuide.md)
- [ユーザーズガイド](https://github.com/watson8544/M5Stack-UserGuide/blob/master/TOOLS_DOCS/M5Stack-USB-Downloader-UserGuide.md)
## 回路図
<img src="assets/img/product_pics/tool/usb_downloader_sch.png">
+1
View File
@@ -0,0 +1 @@
https://www.aliexpress.com/store/product/M5Stack-Official-ISP-USBasp-Programmer-for-51-ATMEL-AVR-Download-support-Win7-64-Random-Color/3226069_32969199531.html?spm=a2g1y.12024536.productList_5885013.subject_2