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

Not sending SMS while moving #12

Closed
jLynx opened this issue Nov 29, 2016 · 9 comments
Closed

Not sending SMS while moving #12

jLynx opened this issue Nov 29, 2016 · 9 comments

Comments

@jLynx
Copy link

jLynx commented Nov 29, 2016

Hi I am having a problem where I can send a SMS to the device and have it send me another SMS back. This works fine while stationary(takes about 10-30 seconds to get a reply). But when I put it in my car and start driving and then send it a SMS to respond to, it doesn't send a reply right away, it takes about 2-10 minutes to reply to a single text. If I send it 2 in a row while moving it seems to reply within the normal 10-30 seconds but it only replies once, not twice (as I sent 2 text messages)
Do you have any idea why this is happening? I have tested this on 3 other modules and I am having the save problem.

P.S I am not using the reset pin, but this shouldn't have anything to do with it, should it?

@cristiansteib
Copy link
Owner

hello buddy. Maybe the problem is the bearerProfile, try to activate when is moving, or try to deactivate it using the functions : activateBearerProfile(); or deactivateBearerProfile();
i don't think that the problem is the reset pin.

@jLynx
Copy link
Author

jLynx commented Nov 30, 2016

@cristiansteib doesnt activateBearerProfile and deactivateBearerProfile only get called in updateRtc? Because i'm not calling that.

@cristiansteib
Copy link
Owner

cristiansteib commented Nov 30, 2016

@DarkN3ss61 yes, is used for establish communication with the tower.. so, try to activate and use with this configuration activated, just to see if behavior change

@jLynx
Copy link
Author

jLynx commented Nov 30, 2016

Sim800l-1.5.0.zip
I got it working. I think it was the delay 100ms that was in the send SMS. I changed that to _buffer=_readSerial(); then it seemed to work no problem. Also I added a few other things into it like deleting a single SMS etc

@jLynx jLynx closed this as completed Nov 30, 2016
@cristiansteib
Copy link
Owner

Perfect, i will going to see more deep the behavior of sms.. thanks !

@jLynx
Copy link
Author

jLynx commented Nov 30, 2016

Opps, scratch that. It made it better but still happens when I'm going 100kmh. Works fine around 50kmh now though

@jLynx jLynx reopened this Nov 30, 2016
@jLynx
Copy link
Author

jLynx commented Jul 10, 2019

I feel like this could have been a power issue. I'll close this now.

@jLynx jLynx closed this as completed Jul 10, 2019
@cristiansteib
Copy link
Owner

I feel like this could have been a power issue. I'll close this now.

The problem is solved for you?

@jLynx
Copy link
Author

jLynx commented Jul 10, 2019

Kind of. But I have been messing with the sim 800 models for a few years now (even made a site out of the https://temp-sms.org) and I know that power is a big issue with these. They need to have the exact voltage and enough amps to handle them or you will have a bad time. Before I was just powering it with 5v over usb. And that would have been the issue. I cannot confirm and the project I was working on with this issue no longer exists, so can't test there. But I am sure it's a power issue.

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

2 participants