Hi, I am working on an open source solar charge controller using the TI SM72442 IC. I am designing for a 100VDC maximum open circuit input and a 65 amp current limit. It can charge batteries from 12 to 48 volts. It will incorporate the ESP8266 wifi chip for remote status view and programming.
I originally started this project using the BQ24650 because it is an all in one chip for MPPT. It does not need a separate H bridge driver. But it is limited to 30volts open circuit and cannot communicate with a microcontroller. The SM72442 has I2C and readable registers that show the status of Vin, Vout, Iin, & Iout. Most often solar charge controllers are located in a not so commonly accessed area. So the homeowner may not know the battery state of charge is low or there is an error. Having wifi connectivity allows the user to more easily monitor the system.
I'm working on the project in KiCad. It is my first project in KiCad as I usually use a closed source EDA tool.
Here is my github page of the project:
https://github.com/junglejim8/opensolarWould be cool to get feedback or collaborators.
The schematic is nearly complete, I am working on the BOM, will move to layout in a week or so.
Question:
-I am trying to source an inductor for the project. It must be at least 0.8uH, But Ideally more like 3-10uH to keep input and output capacitance values lower. The design documents allow for a 60% peak to peak ripple current. So I need to find a power inductor with Irms 65 and Isat >85amps. I like coilcraft because they have interactive tools for predicting inductor temperature. But unfortunately none of their inductors offer this current rating for prolonged use.
Can I reliably parallel power inductors to double the current? If I use two of the same part will they share current equally?