AT+WBCM=5 test if charger is connected which returns +WBCM: 5,1 if connected but here I receive +WBCM: 5,0 which means not connected (but DC-IN is on as AT+WIOR+“GPIO01” gives +WIOR: 0)
AT+WBCM=1,1 (which returns +CME ERROR: 563 and the AT command document says this is “Charge is not started due to an error, but unsolicited event is activated”)
I tried with both original and another power supply(with same current [2A] and voltage [12V] specs) but the result is same. after
if I do
always I receive +WBCM: 5,0 instead of +WBCM: 5,1 and then if I send
which returns +CME ERROR: 563 and the AT command document says this is “Charge is not started due to an error, but unsolicited event is activated”
can you please tell me what could be the problem and are these steps to send AT commands are correct?
More Information:
I want to use DC-IN to charge the battery
Open AT application framework - 2.37.4
Developer studio - 2.3.0
OS package 6.37
Thanks for the links to the documents. I have read those. I did not find any solution specifically for the +CME ERROR: 563. it says charge is not started due to an error but does not give the exact error?
Thank you very much for this important information.
can you please give more information on how to control the battery from the modem, I mean what connections I need to do as of now the connection to the battery (6 pins) is coming from the modem and connection configuration is,
Sorry, I meant Monitor. as I said in my previous post, that I always receive +WBCM: 5,0 instead of +WBCM: 5,1 on AT+WBCM=5, why , what could be the problem?
If this is the case then its not possible to monitor in my application as I have used my own designed PCB and that 10 pin connector on FXT modem is connected to the power supply and both GPIO’s via PCB, do you suggest any solution so that i can monitor the battery unit through AT commands?