diff --git a/docs/en/module/comx_sigfox.md b/docs/en/module/comx_sigfox.md
new file mode 100644
index 00000000..1530fd5b
--- /dev/null
+++ b/docs/en/module/comx_sigfox.md
@@ -0,0 +1,116 @@
+# Module SigFox
+
+SKU:M028
+
+
+
+## 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.
+
+
+
+## Product Features
+
+- Stackable design
+- Support RC3/RC5
+- Module: Based on SFM11R3
+- Bandwidth: 192KHz
+- Interface: UART
+- Protocol:AT 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
+
+
+
+ | Resources |
+ Parameter |
+
+
+ | Baudwidth |
+ 192KHz |
+
+
+ | Communication |
+ UART |
+
+
+ | Protocol |
+ AT Command |
+
+
+ | net weight |
+ g |
+
+ Gross weight |
+ g |
+
+
+ | Product Size |
+ 54.2*54.2*2.8mm |
+
+
+ | Package Size |
+ 60*57*17mm |
+
+
+
+## Related Link
+
+- **Datasheet**
+
+ - [SFM11R3](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/DS_SFM11R3000_REV05.pdf)
+
+### Pin Map
+
+
+ | M5Stack | TXD(GPIO0/13/17) | RXD(GPIO5/15/16) | 3.3V | GND |
+ | Module SigFox | RX | TX | 3.3V | GND |
+
+
+## Schematic
+
+
+
+## Usage
+
+
+
+
+## Example
+
+### 1. Arduino IDE
+
+To get complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/COMX_SigFox)
+
+
+
+
+
+