mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add pinmap for sim800 module
This commit is contained in:
@@ -17,7 +17,7 @@ your own.
|
||||
|
||||
- SIM800L Module
|
||||
- Build-in Antenna
|
||||
- 3.5 mm phone audio jack
|
||||
- 3.5 mm phone audio jack and MIC(MIC is disable. If you want to enable it, you need to weld a 0 ohm resistor for enabling.)
|
||||
- Microphone
|
||||
- Parameter:
|
||||
- GSM/GPRS
|
||||
@@ -25,6 +25,18 @@ your own.
|
||||
- transmit Voice, SMS and data information with low power consumption
|
||||
- Featur Bluetooth and Embedded AT
|
||||
|
||||
## PinMap
|
||||
|
||||
*After SIM800 was stacked with M5Core, they communicat through UART2*
|
||||
|
||||
**SIM800**
|
||||
|
||||
| SIM800 Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
| TXD | GPIO16 |
|
||||
| RXD | GPIO17 |
|
||||
| RST | GPIO5 |
|
||||
|
||||
## INCLUDES
|
||||
|
||||
- 1x M5Stack SIM800L Module
|
||||
|
||||
@@ -13,7 +13,7 @@ M5Stackシリーズのコアを使用し、Blockly、Arduino、MicroPythonでプ
|
||||
|
||||
- SIM800L モジュール
|
||||
- アンテナ内蔵
|
||||
- 3.5 mm オーディオジャック
|
||||
- 3.5 mm オーディオジャック, マイク(ユーザーは、マイクを有効にするためにO ohm抵抗を半田付けする必要があります)
|
||||
- マイク
|
||||
- パラメータ
|
||||
- GSM/GPRS
|
||||
@@ -21,6 +21,18 @@ M5Stackシリーズのコアを使用し、Blockly、Arduino、MicroPythonでプ
|
||||
- 低消費電力で通話、SMS、データ通信が可能
|
||||
- Bluetooth と Embedded AT
|
||||
|
||||
## ピンマッピング
|
||||
|
||||
*After SIM800 was stacked with M5Core, they communicat through UART2*
|
||||
|
||||
**SIM800**
|
||||
|
||||
| SIM800 Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
| TXD | GPIO16 |
|
||||
| RXD | GPIO17 |
|
||||
| RST | GPIO5 |
|
||||
|
||||
## パッケージ内容
|
||||
|
||||
- 1x SIM800L モジュール
|
||||
|
||||
@@ -11,11 +11,24 @@ SIM800L是完整的支持四种频宽的GSM/GPRS解决方案。通过串口发
|
||||
## 特性
|
||||
|
||||
- 内置SIM800L模块和天线
|
||||
- 3.5 mm耳机插孔
|
||||
- 3.5 mm耳机插孔和麦克风(麦克风位置需要用户自行焊接O欧姆电阻来使能)
|
||||
- Parameter:
|
||||
- GSM/GPRS
|
||||
- 支持频宽:850/900/1800/1900MHz
|
||||
|
||||
## 管脚映射
|
||||
|
||||
*SIM800モジュールは、M5Coreとスタックされた後、UART2を介して通信します。*
|
||||
|
||||
**SIM800**
|
||||
|
||||
| SIM800 Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
| TXD | GPIO16 |
|
||||
| RXD | GPIO17 |
|
||||
| RST | GPIO5 |
|
||||
|
||||
|
||||
## 包含
|
||||
|
||||
- 1x SIM800L模块
|
||||
|
||||
Reference in New Issue
Block a user