Add "How does it work?"

This commit is contained in:
Volodymyr Shymanskyy
2017-09-02 22:02:58 +03:00
parent 9129d8fe8f
commit 4da3780d28

View File

@@ -65,6 +65,11 @@ Watch this repo for new updates! And of course, contributions are welcome ;)
Send an ```AT``` command using [this sketch](tools/AT_Debug/AT_Debug.ino)
5. Check if GSM antenna is attached
## How does it work?
Many GSM modems, WiFi and radio modules can be controlled by sending AT commands over Serial.
TinyGSM knows which commands to send, and how to handle AT responses, and wraps that into standard Arduino Client interface.
## Troubleshooting
### SoftwareSerial problems