| Reply | « Previous Thread | Next Thread » |
|
Hi all,
I want to get the environment parameter of RxLel and RxQual. I know it is easy to use the telephone module to get the Cell ID and RxLel (signal strength). But how about the RxQual when making the phone call, i.e. the quality of the Call. I know i can get it on Sony Ericson using AT command "AT+CSQ", the first parameter return is RxLev and the second one is RxQual. How about on Nokia with Python?? is there any module i can use to get RxQual? Really thanks~ |
|
Your question implies RxQual as a linear function of RxLel is a simplistic assumption.
Could you describe the relationship between the two as observed on the Sony Ericsson? |
| wirefree101 |
| View Public Profile |
| Find all posts by wirefree101 |
|
Using the AT command:
i can get two values returned from the "+CSQ" when the phone is dialed to a number. the first one is signal strength and the other one is call quality. I think they are independent. Actually, i want to know can i get the RxQual using Python?? |
|
Could you provide a sampling of these two readings collected over a period of a call duration?
|
| wirefree101 |
| View Public Profile |
| Find all posts by wirefree101 |
|
AT+CSQ
+CSQ: 13,99 OK ATD1878200; OK AT+CSQ +CSQ: 18,1 OK AT+CSQ +CSQ: 18,1 OK AT+CSQ +CSQ: 18,2 OK AT+CSQ +CSQ: 18,1 OK ATH OK AT+CSQ +CSQ: 18,99 OK |
|
Hello ,
You can try to send what you want(sending AT request with PyS60) with this tricky module hack made by anime More explanation in the DiBo in this discussion. BR Cyke64 pys60 1.4.5,1.9.7,pygame,PyS60 CE on E90 , N810 with Python 2.5.2 and ... last PyS60 1.9.7 with touch ui on 5800 ! pys60 extension modules on http://cyke64.googlepages.com/ |
|
Actually, it is the response from the Sony Ericsson Phone.
So just wantnna to know if there is any modules for python to check the RxQual for the NOKIA phone. Thanks.^^ |
|
Quote:
About the readings: (18,1), (18,1), (18,2), (18,1), (18,99), if the 18's stand for RxLev and 1,2 for RxQual, what is the measurement out of? Is 18 good or bad? Is 1 better or 2 on RxQual? |
| wirefree101 |
| View Public Profile |
| Find all posts by wirefree101 |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Please help installing Python libraries on S60 | ericroijen | Python | 11 | 2009-07-18 11:43 |
| New to Python for S60 (PyS60)? Read this first! | croozeus | Python | 2 | 2008-10-17 20:23 |
| Python for S60.Read it once | jalpesh_patel17 | Python | 0 | 2008-09-08 06:45 |
| [announce] the first Mobile Python book is now available ! | cyke64 | Python | 1 | 2008-01-08 10:58 |
| [announce] Mobile Python book soon in Sept 2007 ! | cyke64 | Python | 11 | 2007-10-03 20:46 |