zabsalahid / serialport-gsm

SerialPort-GSM is a simplified plugin for communicating with gsm modems. (Primarily for sms) (Focused in PDU mode)
MIT License
90 stars 47 forks source link

Return signal strength also as dB value #19

Closed Apollon77 closed 5 years ago

Apollon77 commented 5 years ago

Formula: 113-strengthValue*2 = dB

means strengthValue = 12 -> 89dB

Found here (sorry german page): http://www.nobbi.com/atgsm.html#+csq

I just create some issues where I struggle over, hopefully I find time also to implement it in a PR

zabsalahid commented 5 years ago

@Apollon77 will consider as additional features.

Apollon77 commented 5 years ago

Wait for my PR ;-)