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!