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

SIM card isn't detected / re-initialized when removed and re-inserted. #6

Open
damellis opened this issue Jun 20, 2013 · 1 comment

Comments

@damellis
Copy link
Owner

When you remove the SIM card and then re-insert it, it's not automatically detected by the GSM module, leading to lots of problems (can't make calls, access the phone book, etc). You need to reboot (e.g. reset the microcontroller which will reset the GSM module) to re-detect the SIM card and use the phone again.

It seems that for the GSM module to automatically detect the SIM card, we need to use an eight-pin SIM socket rather than the 6-pin one on the current phones.

Another option would be to have a menu item that tells the microcontroller to restart the GSM module, which should allow it to re-detect the SIM.

@jywarren
Copy link

Is rebooting the GSM module expensive in time or power? Maybe upon a failed
call or what, it can offer to reboot the GMS module.

On Thu, Jun 20, 2013 at 10:29 AM, David A. Mellis
[email protected]:

When you remove the SIM card and then re-insert it, it's not automatically
detected by the GSM module, leading to lots of problems (can't make calls,
access the phone book, etc). You need to reboot (e.g. reset the
microcontroller which will reset the GSM module) to re-detect the SIM card
and use the phone again.

It seems that for the GSM module to automatically detect the SIM card, we
need to use an eight-pin SIM socket rather than the 6-pin one on the
current phones.

Another option would be to have a menu item that tells the microcontroller
to restart the GSM module, which should allow it to re-detect the SIM.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6
.

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