Create comx_sigfox.md

This commit is contained in:
vany5921
2020-08-27 19:06:09 +08:00
parent 4b9389de4c
commit dc75b956fe
+116
View File
@@ -0,0 +1,116 @@
# Module SigFox
<el-tag effect="plain">SKU:M028</el-tag>
<div class="product_pic"><img src="assets/img/product_pics/module/nb-iot/nb_iot_01.webp"><img src="assets/img/product_pics/module/nb-iot/nb_iot_02.webp"></div>
## Description
**SigFox Module** is a universal wireless module suitable for SigFox communication and Tracker equipment in the COM.X series. The module is SFM11R3, and the internal RF chip is AX-SFJK-1-01. It supports RC3 and RC5. The transmission frequency band is 923.2 MHz, receiving frequency band is 922.2 MHz, and the bandwidth is 192KHz. In order to facilitate the user to configure the pins, the DIP switch is used to set the hardware serial port pins. The user only needs to switch the corresponding pins to ON and specify the pins in the program. A DC power socket is designed under the module, which can be powered by an external power source.
?>COM.SigFox RXD/TXD can be connected to M5Stack's UART (TX(0/13/17)RX(5/15/16)) by setting the DIP switch. Since these GPIO in **M5Stack Fire** 16/17 are connected to PSRAM by default. It is recommended to use any set of UART pins in the remaining two groups.
?>The DIP switch on the right is invalid for the LoRaWAN module, no need to set.
<img src="assets/img/product_pics/module/nb-iot/module_nbiot_note01.webp" width="100%">
## Product Features
- Stackable design
- Support RC3/RC5
- Module: Based on SFM11R3
- Bandwidth: 192KHz
- Interface: UART
- ProtocolAT Command
- Tx Output power : +13dBm(max)
- Rx Sensitivity : -127dBm@600bps
- Ultra-low power design
## Include
- 1x SigFox module
## Applications
- Smart Parking
- Smart Meter
- IoT in City
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
<td>Baudwidth</td>
<td>192KHz</td>
</tr>
<tr>
<td>Communication</td>
<td>UART</td>
</tr>
<tr>
<td>Protocol</td>
<td>AT Command</td>
</tr>
<tr>
<td>net weight</td>
<td>g</td>
</tr>
<td>Gross weight</td>
<td>g</td>
</tr>
<tr>
<td>Product Size</td>
<td>54.2*54.2*2.8mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>60*57*17mm</td>
</tr>
</table>
## Related Link
- **Datasheet**
- [SFM11R3](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/DS_SFM11R3000_REV05.pdf)
### Pin Map
<table>
<tr><td>M5Stack</td><td>TXD(GPIO0/13/17)</td><td>RXD(GPIO5/15/16)</td><td>3.3V</td><td>GND</td></tr>
<tr><td>Module SigFox</td><td>RX</td><td>TX</td><td>3.3V</td><td>GND</td></tr>
</table>
## Schematic
<img src="assets/img/product_pics/module/com.x_sigfox/com.x_sigfox_sch.webp">
## Usage
## Example
### 1. Arduino IDE
To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/COMX_SigFox)
<script>
var purchase_link = '';
anchor_search(purchase_link);
scrollFunc();
</script>