diff --git a/docs/doc/communication/Zigbee.md b/docs/doc/communication/Zigbee.md index 2a8a812..fb64ae9 100644 --- a/docs/doc/communication/Zigbee.md +++ b/docs/doc/communication/Zigbee.md @@ -1 +1,55 @@ # Zigbee + +## 模块介绍 + +### E18-MS1PA1-PCB + +
+ +![E18-MS1PA1-PCB](./imagesrc/E18-MS1PA1-PCB.jpg) + +
+ +E18-MS1PA1-PCB采用美国德州仪器(TI)公司原装进口CC2530射频芯片,芯片内部集成了8051单片机及无线收发器,并适用于ZigBee设计及2.4GHz IEEE 802.15.4协议。模块引出单片机所有IO口,可进行多方位的开发。该模块内带功放芯片CC2592,增加了无线通信距离。 + +| 射频参数 | 值 | 备注 | +| --- | --- | --- | +| 工作频段 | 2400~2480 MHz | 出厂默认 2.4GHz (32MHz晶振) | +| 发射功率 | 20 dBm | 最大功率(约100mW) | +| 接收灵敏度 | -97.6 dBm | 空速 250kbps | +| 通信协议 | Zigbee | / | +| 实测距离 | 800米 | 晴朗空旷环境,最大功率,天线增益5dBi,高度2m,空速250kbps | + +模块原理图如下: + +
+ +![E18-MS1PA1-PCB-circuit](./imagesrc/E18-MS1PA1-PCB-circuit.jpg) + +
+ +### DL-30 + +
+ +![dl30](./imagesrc/dl30.png) + +
+ +DL-30无线串口模块为串口转2.4G无线模块,可以通过无线将两个或多个串口连接起来。串口发入模块的数据会被模块使用无线发出,收到无线数据的模块会将这个数据使用串口发出,在两个设备上使用模块就像将这两个设备用串口连接起来一样。 + +| 射频参数 | 值 | +| --- | --- | +| 工作频率 | 2400~2450MHz | +| 发射功率 | 4.5 dBm | +| 传输速率 | 最高3300Bps | +| 接收灵敏度 | -97dBm | +| 传输距离 | 250米(室外空旷无遮挡) | + +## 模块引脚配置如下: + +
+ +![dl30-pin](./imagesrc/dl30-pin.png) + +
\ No newline at end of file diff --git a/docs/doc/communication/imagesrc/485-pin.png b/docs/doc/communication/imagesrc/485-pin.png new file mode 100644 index 0000000..84fb2ef Binary files /dev/null and b/docs/doc/communication/imagesrc/485-pin.png differ diff --git a/docs/doc/communication/imagesrc/485.png b/docs/doc/communication/imagesrc/485.png new file mode 100644 index 0000000..58a5ec9 Binary files /dev/null and b/docs/doc/communication/imagesrc/485.png differ diff --git a/docs/doc/communication/imagesrc/E18-MS1PA1-PCB-circuit.jpg b/docs/doc/communication/imagesrc/E18-MS1PA1-PCB-circuit.jpg new file mode 100644 index 0000000..ea07ee6 Binary files /dev/null and b/docs/doc/communication/imagesrc/E18-MS1PA1-PCB-circuit.jpg differ diff --git a/docs/doc/communication/imagesrc/E18-MS1PA1-PCB.jpg b/docs/doc/communication/imagesrc/E18-MS1PA1-PCB.jpg new file mode 100644 index 0000000..869337a Binary files /dev/null and b/docs/doc/communication/imagesrc/E18-MS1PA1-PCB.jpg differ diff --git a/docs/doc/communication/imagesrc/dl30-pin.png b/docs/doc/communication/imagesrc/dl30-pin.png new file mode 100644 index 0000000..4add8dd Binary files /dev/null and b/docs/doc/communication/imagesrc/dl30-pin.png differ diff --git a/docs/doc/communication/imagesrc/dl30.png b/docs/doc/communication/imagesrc/dl30.png new file mode 100644 index 0000000..da6ee23 Binary files /dev/null and b/docs/doc/communication/imagesrc/dl30.png differ