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

sim800l can't connect?? #36

Closed
MahmoudMohamedAli opened this issue Oct 11, 2021 · 3 comments
Closed

sim800l can't connect?? #36

MahmoudMohamedAli opened this issue Oct 11, 2021 · 3 comments

Comments

@MahmoudMohamedAli
Copy link

MahmoudMohamedAli commented Oct 11, 2021

i use sim800l with stm32f103c8 and sim can't connect to cellular network there is error in
if (gsm_command("AT+SAPBR=1,1\r\n", 90000, NULL, 0, 2, "\r\nOK\r\n", "\r\nERROR\r\n") != 1)
so pls can u help me.

@nimaltd
Copy link
Owner

nimaltd commented Oct 13, 2021

do it step by step

gsm_init();
gsm_power(true);
gsm_waitForRegister(30);
gsm_gprs_setApName("your ap name");
gsm_gprs_connect();

@nimaltd nimaltd closed this as completed Oct 13, 2021
@MahmoudMohamedAli
Copy link
Author

i fellow your instruction step by step!! should i update the firmware??of my sim800l

@nimaltd
Copy link
Owner

nimaltd commented Oct 24, 2021

no. it does not need

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