Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imax b6 as the power supply #163

Open
13Mexicanec opened this issue Apr 25, 2016 · 15 comments
Open

imax b6 as the power supply #163

13Mexicanec opened this issue Apr 25, 2016 · 15 comments

Comments

@13Mexicanec
Copy link

Good afternoon. I would like to know. you could implement in the future ( in firmware ) the possibility of using imax b6 (clone) as the power source to the stabilization and the ability to control the robots during both voltage and current . Thank you.

@stawel
Copy link
Owner

stawel commented Apr 28, 2016

I would like to know. you could implement in the future ( in firmware ) the possibility of using imax b6 (clone) as the power source

I'm not sure if it's possible at all,
If someone knows "control theory" I would be grateful to hear how to do it,
especially how to implement the voltage stabilization

@stawel stawel added this to the charger as power supply milestone Jul 23, 2016
@FreifunkErzgebirge
Copy link

This is exactly what i was looking for.
BTW: Technically, it's possible and very easy with these chargers. I'm also at it currently. When i'm done, i will make a pull request.

@diggit
Copy link
Collaborator

diggit commented Jan 9, 2017

@FreifunkErzgebirge How is it going? Any success?

@specing
Copy link

specing commented Jun 9, 2017

Just to clarify, does the above question mean using the Imax B6 as a general purpose DC-DC converter?

@fiveangle
Copy link

fiveangle commented Jun 9, 2017

I assumed it to mean using it as a general purpose, constant-current, constant-voltage, constant-wattage power supply using PID control. This would be quite useful !

@fiveangle
Copy link

if implemented, i think the project name would have to be changed to cheali-supercharger ;)

@specing
Copy link

specing commented Jun 9, 2017

I found another issue here #148, this time with a more understandable title.

@reagentoo
Copy link

I charge my custom power bank with a built-in 4S balancing scheme. This BMS requires 18 volts to charge the batteries. I use the settings for 5S li-ion batteries to set 18 volts (without imax balancing). It would be very useful to have a separate setting for these purposes.
BMS:
https://ru.aliexpress.com/item/4S-8A-11-1V-li-ion-BMS-PCM-battery-protection-board-bms-pcm-with-balancing-for/32377617922.html
So far, I'm using the original firmware of Imax B6. And at the end of charging I see output at 28 volts. Apparently for some sort of calibration purposes. I think this is not very good for a balancing circuit.

@fiveangle
Copy link

4S non-balance setting already exists

@reagentoo
Copy link

4S non-balance setting already exists

4S 14.4v is not suitable with this BMS.

@specing
Copy link

specing commented Nov 16, 2017

This problem is not relevant to the issue at hand.

However you can manually adjust the termination voltage for charging, iirc it goes up to 5V (per cell). The reason for it "requiring 18V"=4.5V/cell is that there is a drop due to the protection FET (and said FET must be awful if it drops 1.2V :D)

@reagentoo
Copy link

@specing I received a response from seller "18V is maximum charge voltage, some people like more better balance effect. in this case can use high voltage to charge the board. in short, recommend is 4.2V*4= 16.8V".

But what about a calibration test after charging (up to 28 volts)? Is it possible to turn it off?

@specing
Copy link

specing commented Nov 16, 2017

it might be avalanching, I know of no calibration test.

@stawel
Copy link
Owner

stawel commented Dec 7, 2017

But what about a calibration test after charging (up to 28 volts)? Is it possible to turn it off?

we don't do any "calibration after charging", the 28volts you are seeing is probably due to
rapid change in output current (occurs also when you disconnect battery wires during charging).
The charger is just a current source so it is unavoidable. You could try to change
in file cheali-charger/hardware/targets/[your charger]/HardwareConfig.h :
#define MAX_CHARGE_V ANALOG_VOLT(25.300)
to something smaller (but I don't thing it will help much, since this would mean we have a working powers supply).

@qmr
Copy link

qmr commented Jan 20, 2020

Clone charger EV-Peak C1 and friends have this feature, it's called "digital power".

Maybe decompile their firmware blob and take a look?

I would also like to see this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants