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

The timeout of the pickup() method is too short #107

Open
AberDerBart opened this issue Sep 9, 2019 · 2 comments
Open

The timeout of the pickup() method is too short #107

AberDerBart opened this issue Sep 9, 2019 · 2 comments

Comments

@AberDerBart
Copy link

  • Arduino board: Adafruit Feather FONA
  • Arduino IDE version 1.8.9

The timeout for the pickup() method is only the default timeout (500ms). Sometimes, this timeout is not enough, the response comes shortly after the method times out and returns false.

The SIM800 AT command manual specifies a maximum response time of 20s for voice calls. I therefore suggest changing the timeout for this method to 20s. Optionally, a timeout parameter could be added with 20s as default in case someone needs a shorter timeout.

Similar issues could affect other AT commands used, i did not check it yet.

@AberDerBart
Copy link
Author

Fixed in #108 (unfortunately not for FONA 3G)

@AberDerBart
Copy link
Author

It's possible that it isn't even an issue for FONA 3G though - I could not find any information in the AT command manual.

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

No branches or pull requests

1 participant