-
Notifications
You must be signed in to change notification settings - Fork 130
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
At&t Cat M Network #145
Comments
Also when i run the AllFunctions.ino changing only the apn i get |
Also when i run the AllFunctions.ino changing only the apn i get
|
When i use the Reset Modem code example under https://github.com/Xinyuan-LilyGO/LilyGO-T-SIM7000G/blob/master/examples/Arduino_TinyGSM/ResetModem/ResetModem.ino i get a reurn of
|
And just for further information, i'm located in the USA and i tried switching the antenna out to the pulse antenna with no change, also this simcard works and publishes to adafruit.io in the |
Hello. If you are in the US, you should buy sim7000A instead of sim7000G |
Shouldn't the G work as well as the A, the G supports the same bands no? |
https://github.com/botletics/SIM7000-LTE-Shield/wiki/Board-Versions |
Only SIM7000A has AT&T and Version authentication. |
@LilyGO Can sim7000G work in USA with any service provider such as hologram or Google sim ? I am asking because sim7000G is easily available. |
I was by altering the network bands on the network test sketch, i was able to make it read connected and give location what not through at commands. I'll upload the code later, I'm on my way to work. My current issue is getting the gps to relay to Adafruit.io as my project is a gps tracker. I'm not the best at coding and I'm having issues with the Adafruit fona library stepping over the tiny gsm library i think... |
< |
Now if you have an example sketch to adafruit io or a similar mqtt site that's preferably free and allows for map tracking and subscribe for three switches. . I tried adapting the Botletics sketch to this one and partial luck so far.. they are very conflicting due to the library's i believe, i could be wrong though if i actually took a coding class |
I'll rather be pushing data on my own server. All I want is to be able to send small string which is acceleration data to my server every 5 minutes. My project does not use GPS. So if you were able to connect to internet, I can finally buy and test it. |
I generally don't use any library and make my own functions to send and receive AT commands. It is very easy to follow and not hard to code. Just make sure that you read the updated document from SIMCOM and follow the commands. I can help you once I have this module in my hand. |
@bhupiister Thank you, it would be great if you could just get me on my feet transferring a working code i had for another board for this one, again my coding knowledge is very limited... I created a repository where i added my working code for the lilygo t sim7000g as well as my old code for the sim7000 evb board and esp8266, and a butchered mix of the two, any help would be appreciated |
Solved ! |
Hello, I just got in the mail 2 lilygo T-SIM7000G boards that I'm trying to connect to the AT&T cat M network.. I'm using the Arduino_NetworkTest sketch and Neither will connect with changing the APN to m2m64.com.attz and changing nothing else. The boards appear to be working as far as uploading the sketches, I've tried uploading with the arduino ide from my computer and arduino Droid with my phone. The board type I've tried esp32 dev module and wrover module...
In the Serial monitor i get
18:01:42.205 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:43.321 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:44.439 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:45.555 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:46.716 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:47.794 -> Signal: 30 isNetworkConnected: NO CONNECT
18:01:48.869 -> Try 52 method
18:01:51.936 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:53.055 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:54.173 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:55.290 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:56.409 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:57.525 -> Signal: 31 isNetworkConnected: NO CONNECT
18:01:58.642 -> Signal: 31 isNetworkConnected: NO CONNECT
The signal bounces between 9 and 32, 99 when it first starts. And I've tried in a few locations so far..
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: