yatan / Arduino_Sensors_Sketch

Sketch of ethernet arduino sensors project for OpenSpirulina project
http://openspirulina.com/
GNU General Public License v3.0
2 stars 1 forks source link

SIM Modem comunication #12

Closed yatan closed 6 years ago

yatan commented 6 years ago

Establish a internet comunication using a 3g sim modem

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

yatan commented 6 years ago

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.

https://github.com/vshymanskyy/TinyGSM/issues/164

yatan commented 6 years ago

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

yatan commented 6 years ago

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 !