Skip to content

Commit e051a29

Browse files
authored
add a new project for SIM70x0 (#4)
* add a new project support SIMCOM module add support SIM7080/SIM7090 * Update README.md add a new key word sim70x0
1 parent 4b46e35 commit e051a29

6 files changed

Lines changed: 1340 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The demos in this project demonstrate how to establish mutually authenticated MQ
99
1. [Quectel BG96](https://www.quectel.com/product/lte-bg96-cat-m1-nb1-egprs/)
1010
2. [Sierra Wireless HL7802](https://www.sierrawireless.com/products-and-solutions/embedded-solutions/products/hl7802/)
1111
3. [U-Blox Sara-R4](https://www.u-blox.com/en/product/sara-r4-series)
12+
4. [SIMCOM SIM7080](https://cn.simcom.com/product/SIM7080G.html)
1213

1314
The MQTT and HTTP libraries of FreeRTOS use an abstract [Transport Interface](https://github.com/FreeRTOS/coreMQTT/blob/main/source/interface/transport_interface.h) to send/receive data in a generic way. The demos in this project offer a [implementation](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Demo/blob/master/source/coreMQTT/using_mbedtls.c) of the Transport Interface on top of the uniform API exposed by the FreeRTOS Cellular Library.
1415

@@ -83,6 +84,7 @@ The demo project files for Visual Studio are named *xyz*_mqtt_mutual_auth_demo.s
8384
* [projects/bg96_mqtt_mutual_auth_demo](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Demo/tree/master/projects/bg96_mqtt_mutual_auth_demo)
8485
* [projects/hl7802_mqtt_mutual_auth_demo](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Demo/tree/master/projects/hl7802_mqtt_mutual_auth_demo)
8586
* [projects/sara_r4_mqtt_mutual_auth_demo](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Demo/tree/master/projects/sara_r4_mqtt_mutual_auth_demo)
87+
* [projects/sim70x0_mqtt_mutual_auth_demo](https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Demo/tree/master/projects/sim70x0_mqtt_mutual_auth_demo)
8688

8789
There is also a demo for 1nce zero touch provisioning with BG96 modem:
8890

@@ -101,6 +103,7 @@ There is also a demo for 1nce zero touch provisioning with BG96 modem:
101103
│ ├── bg96_mqtt_mutual_auth_demo ( demo project for Quectel BG96 )
102104
│ ├── hl7802_mqtt_mutual_auth_demo ( demo project for Sierra Wireless HL7802 )
103105
│ ├── sara_r4_mqtt_mutual_auth_demo ( demo project for U-Blox Sara-R4 )
106+
│ ├── sim70x0_mqtt_mutual_auth_demo ( demo project for SIMCOM sim7080/sim7090 )
104107
│ └── 1nce_bg96_zero_touch_provisioning_demo ( demo project for 1nce zero touch provisioning with BG96 )
105108
└── source
106109
├── cellular

0 commit comments

Comments
 (0)