I'm trying to get a (dis)charging profile on my K310i, by looking at the Debug.txt log file.
Can you explain what part of CSQ/CBKA is charge/signal/etc. ? Or at least point me in the right direction..
[quote]
> AT*EBCA=1
< +CREG: 1,"672B","000039C9"
< AT*EBCA=1
< *EBCA: 4153,5075,117,0,25,22,0,8,750,100,10,0,7051,0
> AT+COPS?
< AT+COPS?
< +COPS: 1,0,"Vodafone RO"
> AT*EBCA=0
< AT*EBCA=0
> AT+CSQ
< AT+CSQ
< +CSQ: 21,99
> AT*EBCA=1
< AT*EBCA=1
< *EBCA: 4153,5075,117,-50,25,22,0,8,750,100,10,0,7051,0
> AT*EBCA=0
< AT*EBCA=0
> AT+CSQ
< AT+CSQ
< +CSQ: 21,99
[/quote]
Please explain log Monitor data
-
dante
-
Gast
Oh sorry, i forgotten to answer:
EBCA: The Command is documented in the AT-Commandrefrence, but the values doesn't match the description. I had to findout myself which is what value. I splitted the line into by the seperators and thats the result (the number behind v is the position):
- current voltage on the phone is v(1) / 1000 V
- current voltage of the charger is v(2) / 1000 V
- current amperage from the charger is v(3) / 10 mA
- current amperage consumption of the phone is v(4) / 10 mA
- temperature of the battery is v(5)
- temperature of the phone is v(6)
The values behind i don't know (they are not interesting for MyPhoneExplorer)
The other values are good documented, please read yourself the AT-Commandrefrence
EBCA: The Command is documented in the AT-Commandrefrence, but the values doesn't match the description. I had to findout myself which is what value. I splitted the line into by the seperators and thats the result (the number behind v is the position):
- current voltage on the phone is v(1) / 1000 V
- current voltage of the charger is v(2) / 1000 V
- current amperage from the charger is v(3) / 10 mA
- current amperage consumption of the phone is v(4) / 10 mA
- temperature of the battery is v(5)
- temperature of the phone is v(6)
The values behind i don't know (they are not interesting for MyPhoneExplorer)
The other values are good documented, please read yourself the AT-Commandrefrence
-
dante