You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

8 years ago
8 years ago
8 years ago
  1. ```
  2. _______ _____ __ _ __ __ ______ _______ _______
  3. | | | \ | \_/ | ____ |______ | | |
  4. | __|__ | \_| | |_____| ______| | | |
  5. ```
  6. A small Arduino library for GPRS modules, that just works
  7. Currently only SIM800/SIM900 are tested.
  8. More modules may be supported later.
  9. ## Getting started
  10. 1. Using your phone:
  11. - Disable PIN code on the SIM card
  12. - Check your ballance
  13. - Check that APN,User,Pass are correct and you have internet
  14. 2. Ensure the SIM card is correctly inserted into the module
  15. 3. Provide a good, stable power supply (up to 2A, 4.0-4.2V or 5V according to your module documentation)
  16. 4. Provide good, stable serial connection
  17. (Hardware Serial is recommended)
  18. 5. Check if GSM antenna is attached
  19. ## Troubleshooting
  20. Sometimes (especially if you played with AT comands), your module configuration may become invalid.
  21. In this case, there may be different problems:
  22. * Can't connect to the GPRS network
  23. * Can't connect to the server
  24. * Sent/recieved data contains invalid bytes
  25. * etc.
  26. To return module to **Factory Defaults**, use this sketch:
  27. File -> Examples -> TynyGSM -> tools -> [FactoryReset](https://github.com/vshymanskyy/TinyGSM/blob/master/tools/FactoryReset/FactoryReset.ino)
  28. __________
  29. ### License
  30. This project is released under
  31. The GNU Lesser General Public License (LGPL-3.0)