Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

signal strength #17

Closed
krlogan opened this issue Jan 29, 2017 · 1 comment
Closed

signal strength #17

krlogan opened this issue Jan 29, 2017 · 1 comment

Comments

@krlogan
Copy link

krlogan commented Jan 29, 2017

getSignalStrength(buffer) command is returning a 0 value despite a return of 15 from the AT+CSQ when manually entered

@lanselambor
Copy link
Contributor

Maybe getSignalStrength was invoked before network being registered. Try to wait for network registration.

while(!gprs.isNetworkRegistered())
{
    delay(1000);
    Serial.println("Network has not registered yet!");
}

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

No branches or pull requests

3 participants