gprs
Here are 73 public repositories matching this topic...
1. SDK version(SDK 版本)
V2.112
I found that it lacks of many APIs documentation on https://ai-thinker-open.github.io/GPRS_C_SDK_DOC/en
In demo code there is a lot of strange functions that i can not know how to use.
Hope dev team update documentation soon, thanks!
Simplified examples
Examples currently available(mme, sgw and pgw) are to show the full feature of the package.
Providing more simple example(like v2/client, v2/server) may be helpful for those who visit the repo for the first time.
-
Updated
May 27, 2020 - C++
-
Updated
May 23, 2020 - C++
-
Updated
Oct 18, 2018 - C
-
Updated
Jun 1, 2020 - Python
-
Updated
Mar 26, 2020 - Shell
-
Updated
Dec 16, 2019 - Java
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Apr 11, 2020 - C
-
Updated
Oct 1, 2019 - C++
-
Updated
Sep 18, 2019 - C++
-
Updated
Jun 1, 2020 - C++
-
Updated
May 6, 2020 - C++
-
Updated
Jan 6, 2019
-
Updated
Nov 19, 2017 - TeX
Improve this page
Add a description, image, and links to the gprs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gprs topic, visit your repo's landing page and select "manage topics."
I'm doing some minor testing whether TinyGSM works with the FreeRTOS Arduino port and running into problems. The data object in waitResponse (an Arduino String) is always empty.
It seems to related to
https://stackoverflow.com/questions/39551941/arduino-string-not-working-inside-freertos-task
and/or
feilipu/Arduino_FreeRTOS_Library#3
Getting rid of the String cla