This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ25895: Not charging getting reg0b 0xA6 read

Part Number: BQ25895
Other Parts Discussed in Thread: BQSTUDIO

Tool/software:

Hello,

Im having issues getting the chip to charge the batteries. 

First id like to rule out there is an issue with the schematic, im using a custom PCB the schematic is below. We are using two 18650 batteries and have a solar panel and USBC to charge.Please let me know if you see any issues. 

 

Second the registers, Im using a mac so had to istall BQstudio via utm and write the registers directly into the firmware. 

Here are the registers - 

BQ address = 0x6A

writeRegister(0x07, 0x80);
writeRegister(0x00, 0xC8);
writeRegister(0x02, 0xFD);
writeRegister(0x03, 0x37);
writeRegister(0x0D, 0x96);
writeRegister(0x04, 0x08);
writeRegister(0x09, 0x00);

Please help. Thank you!