Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIM Modem comunication #12

Closed
yatan opened this issue Jun 19, 2018 · 3 comments
Closed

SIM Modem comunication #12

yatan opened this issue Jun 19, 2018 · 3 comments
Assignees
Labels

Comments

@yatan
Copy link
Owner

yatan commented Jun 19, 2018

Establish a internet comunication using a 3g sim modem

Using library:
https://github.com/vshymanskyy/TinyGSM/blob/master/examples/HttpClient/HttpClient.ino

@yatan yatan added the Feature label Jun 19, 2018
@yatan yatan self-assigned this Jun 19, 2018
@yatan
Copy link
Owner Author

yatan commented Jun 23, 2018

Goouuu Tech IOT-GA6 vs AI-Thinker A6 confusion
It turns out that Goouuu Tech IOT-GA6 is not the same as AI-Thinker A6. Unfortunately IOT-GA6 is not supported out of the box yet. There are some hints that IOT-GA6 firmware may be updated to match A6... See this topic.

vshymanskyy/TinyGSM#164

@yatan
Copy link
Owner Author

yatan commented Jul 1, 2018

Send data to server: ok
Need to process data received from response

@yatan
Copy link
Owner Author

yatan commented Jul 4, 2018

After flashing firmware you need to set the imei !

like that : AT+EGMR=1,7,"998111854633244"
you could check imei after:
AT+EGMR=2,7

If you do not do that imei is 0000000000000 and your network will not accept
to register the module !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant