Xinyuan-LilyGO / LilyGO-T-SIM7000G

LilyGO T-SIM7000G
https://pt.aliexpress.com/item/4000542688096.html
284 stars 123 forks source link

Signal strenght #194

Open realbeeit opened 1 year ago

realbeeit commented 1 year ago

Hello, is it possible to check signal strenght and sent it for example via Thingsboard? I would like to make it visible in telemetry on my dashboard.

neostim commented 1 year ago

int csq = modem.getSignalQuality(); Serial.println("Signal quality: " + String(csq));

DevinCarpenter commented 1 year ago

Yes it is possible. You'll have to do the coding yourself and utilize a library such as TinyGSM. The command for getting signal strength is 'AT+CSQ' as per the AT Command Documentation manual.

valdobb commented 5 months ago

check out this repository https://github.com/valdobb/SIMTest/tree/main/src