mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Add feature table
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							4a74e86be0
						
					
				
				
					commit
					34cabe2159
				
			
							
								
								
									
										29
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										29
									
								
								README.md
									
									
									
									
									
								
							| @@ -19,7 +19,7 @@ You can also join our chat: | ||||
|  | ||||
| ### Arduino Client interface support | ||||
| This library is easy to integrate with lots of sketches, which use Ethernet or WiFi.   | ||||
| Examples for **PubSubClient ([MQTT](http://mqtt.org/))**, **[Blynk](http://blynk.cc)**, **Web Client** and **File Download** are provided. | ||||
| **PubSubClient ([MQTT](http://mqtt.org/))**, **[Blynk](http://blynk.cc)**, **HTTP Client** and **File Download** examples are provided. | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -33,7 +33,32 @@ Arduino GSM library uses 15868 bytes (49%) of Flash and 1113 bytes (54%) of RAM | ||||
| TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM.   | ||||
| **Now, you have more space for your experiments.** | ||||
|  | ||||
| ### Supported modem models | ||||
| ## Features | ||||
|  | ||||
| Feature \ Modem              | SIM800 | SIM8x8 | A6/A7/A20 | M590 | ESP8266 | ||||
| ---                          | ---    | ---    | ---       | ---  | --- | ||||
| **Data connections** | ||||
| TCP (HTTP, MQTT, Blynk, ...) | ✔      | ✔      | ✔         | ✔    | ✔ | ||||
| UDP                          |        |        |           |      |  | ||||
| SSL/TLS (HTTPS)              | 🅧     | 🅧     | 🅧         | 🅧   | ◌ | ||||
| **USSD** | ||||
| Sending USSD requests        | ✔      | ✔      | ✔         | ✔    | 🅧 | ||||
| Decoding 7,8,16-bit response | ✔      | ✔      | ✔         | ✔    | 🅧 | ||||
| **SMS** | ||||
| Sending                      | ✔      | ✔      | ✔         | ✔    | 🅧 | ||||
| Sending Unicode              | ✔      | ✔      | ◌         | 🅧   | 🅧 | ||||
| Receiving/Reading            |        |        |           |      | 🅧 | ||||
| **Calls** | ||||
| Dial, hangup                 | ✔      | ✔      | ✔         | 🅧   | 🅧 | ||||
| Receiving calls              | ◌      | ◌      | ◌         | 🅧   | 🅧 | ||||
| **Location** | ||||
| GSM location service         | ✔      | ✔      | 🅧        | 🅧   | 🅧 | ||||
| GPS/GNSS                     | 🅧     |        |           | 🅧   | 🅧 | ||||
|  | ||||
| ✔ - implemented  ◌ - planned  🅧 - not available for this modem | ||||
|  | ||||
| ## Supported modems | ||||
|  | ||||
| - [x] SIMCom SIM800 series (SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868) | ||||
| - [x] SIMCom SIM900 series (SIM900A, SIM900D, SIM908, SIM968) | ||||
| - [x] AI-Thinker A6, A6C, A7 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user