-
Notifications
You must be signed in to change notification settings - Fork 51
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
MKR GSM hangs after few loop runs #79
Comments
Hi @Basi0815 i'm testing your sketch and seems work it run until yesterday, could you enable the debugger by setting the GSM gsmAccess(true) and share the results? |
Hi @Rocketct i have tested the code now from my office and you are right it is working fine. The only difference is that i am using a sim card from a different carrier.(German carrier Congstar, using Telekom network). Unfortunately, I can not provide a log until next week. Then I'm back on the spot. Thanks |
Yes the board is really sensitive to the power plant, and also to the quality of the signal. You can check some data about the connection quality by using the AT command let me know the results. |
Hi here is the result form the plant: AT+CIND? results at my office: AT+CIND? |
The second and the third parameters are releted to signal and service, from the manual:
have you also a log of the connection procedure? this is available on the serial monitor by setting |
Connection time is ok. I going now with the Arduino UNO and SIM900 modul. The MKR is dont work for me. For this price the mkr is very disappointing. Thanks a lot for your help. |
Hello,
i am using an mkr gsm 1400 for sending an analog value to ThingSpeak. This is used for Checking the waterlevel in an small hydrostatic power station. The mobile connection at the plant ist not great but works for a Ardunio uno an Sim900 module for one week. After a few runs to the programm loop stops after saing "Channel Update erfolgreich". After that no data is send anymore. The Programm is out of the ThingSpeak libary, and was upgraded for my purposes. (sending sms when level drops under an defined level, modem reset after 10 failed data sends)
I am using vodafone, in Germany. Power for the MKR ist given by an USB power adapter with 2A. I also tried the VIN pin with 5V but same Problem with both.
Hope anybody can help me. This is my project for my bachelor thesis. :-)
The text was updated successfully, but these errors were encountered: