I am following the EVM to make my design. Thus I used CSD25402Q3A as the BATFET. But in my desing VSYS is 12V nominal (10V-15V range) and the VGS range of this FET is +/-12V. The description of BATFET pin mentions its voltage to be 10V below VSYS when in ideal diode mode but this information is nowhere else in the data sheet so I would like to confirm if it is safe to use this FET.
I see there is a graph for the MG(peak) VSQE, but doesn't tell the calculation process. Can you explain how to get this expression for MG(peak) and QE?
I am using 2S-2P (5200mAh) battery and the wall charger is of 10W (5V,2A). The charging IC BQ25703A has been programmed with MaxChargeVoltage of 8.4V and ChargeCurrent (I2C address = 02h/03h) of 1536 mA. Charge option 0 has 0E02H values.
When system and battery are in the circuit and supply is from 10 W wall charger the charging current is 430mA and system current 230mA and Vsys is 8.06V.
when the System is disconnected physically from the circuit the charging current increases to 560mA.
Problem:
1) why the charging current does not increase after the system is disconnected.?
2) We have a requirement the battery has to be charged in 6-8 hrs so how to increase the charge current?
3) What must the expected efficiency for above mentioned configuration.?
I have attached the schematic of charger IC and the code.
Due to obsolescence my customer started using the Microchip HV9910B which is not a pin to pin.
I' m looking for a replacement LED driver that I can recommend in this case; the needed Vin is 10Vdc – 130Vdc. Pin to pin with the ZLED7001 would be great, or at least similar.
I found that the LM3402HV is similar but doesn't have the right Vin. Do you have any suggestion?
Hi, I have been taking a look at the LM5085 for use in a simple battery charger role. One of the things that atrracted me to the LM5085 is the fact that it can operate with 100% duty cycle. This was important as the design is primarily that of a current limiter. Vin = 60V and this is a stable source coming from a another SMPS. This power supply is feeding the main system but I also wish to use it as a power source for a battery charger. However I must ensure that when the main system is pulling high current the battery charger (LM5085) is able to reduce the current it delivers to ensure that the SMPS is not overloaded.
So under light system load the LM5085 should pass high currents up to ~ 8A @ 60V(Vout). i.e 100% duty cycle with only the Rds_on drop seen between Vin > Vout. Under heavy system load, the LM5085 must be re-programmed to reduce the maximum current. Exactly how this might be achieved is still to be decided.
However my question is around the LM5085 transient model in TINA. I can not seem to get the current limiting function to act as expected. I have tried lowering the regulated output voltage to well below the level of Vin, but even under this configuration the model does not seem to trigger any off-time for the gate when ADJ is above ISEN. Even if I force the ADJ pin to a higher voltage than the ISEN pin, it seems to make no difference to the PGATE output.
So could you confirm that the model actually has implemented the current limit function. If you believe it is implemented could you suggest a configuration or better still share with me a simple TINA file that demonstrates the current limiting working.
he datasheet for the TLC5929 lists UVLO in the features list but there is no description in the datasheet of how this works. When does it kick in and what happens to the outputs during this time (outputs on/off, leakage current etc.)
For ULN2803ADW in Section 6.4 Thermal Information, RθJA Junction-to-ambient thermal resistance 66.4 °C/W is given. Other parameters are given as well.
I am confused because this Section references to Thermal Metrics, SPRA953C; which says, "Tj = Ta + RθJA*Power is often a misapplication of the RθJA thermal parameter because RθJA is a variable function of not just the package, but of many other system level characteristics such as the design and layout of the printed circuit board (PCB) on which the part is mounted.
Question, why make this complicated? Is your application based on JEDEC to give you 66.4 °C/W. If so, which one High L or Low?
How exactly did you arrive at 66.4?
In other words. Please show me step by step how to calculate worst case Tj at say 55C.
Hi, I am Shoeb. I am new in an embedded developer. for a beginner where I should refer for programming just to build a simple program in ucd3138a64oevm-662 evaluation board. Can you drop your answer at my email id shoeb.ahmed@spit.ac.in and please provide some reference link thank you.
I am still struggling to extend a simple LED breathing effect to different mapping options. Our application has the following LED outputs
LED1 - Connected to a white LED_A
LED2 - Connected to a white LED_B
LED3 - Connected to a white LED_C
LED4 - Connected to an RGB LED_D (R)
LED5 - Connected to an RGB LED_D (G)
LED6 - Connected to an RGB LED_D (B)
LED7 - Connected to an RGB LED_E (R)
LED8 - Connected to an RGB LED_E (G)
LED9 - Connected to an RGB LED_E (B)
I want to use a very simple engine that creates an infinite breathing effect and associate it with the different 5 LEDs flashing white, one at a time. Please note that LED_A, LED_B and LED_C will activate one line and LED_D and LED_E will activate 3 lines each. I will then need 5 different LED mappings associated to engine 1. Can the mapping be changed dynamically?
The program is something along the following lines:
.segment program1
map_addr led_a (it works if I define a dw instruction with one LED combination)
set_pwm 0
loop1:
ramp 1, 100
ramp 1, -100
wait 0.3
branch 0,
loop1 end
My question is, how can I define the mapping of the 5 different combinations I want to generate independently?
I was just wondering if I can just leave PG unconnected if I don't monitor it? The datasheet says that "The PG output needs an external pull-up resistor". However, it's open-drain, so I'm assuming that leaving it floating is no problem, I just want to make sure.
We are using bq34110 ic for our one of the project to monitoring the li- ion battery, In this IC bq34110 PACK+ and Pack - two pins are there. As per datasheet, those two pins are come from battery protection IC .as per our design we are not using battery protection circuit because, we using bq24195 ic for Li Ion battery charging with inbuilt protection. so please explain how to connect fuel gauge with battery without Pack - pin.
also sent any document related to battery Charging,battery protection,and IC selection concepts
I have a problem in paralleling 2 coin cells. The original design is adopting TPS613221A & one coin cell to generate 3.3V for mcu. But now, I want to add a TN LCD display. For more current, to use 2 coin cells (parallel?) is good idea. But immediately, I find that if voltage of one cell is different from another cell, higher voltage one will charge another.
How about using 2 TPS613221A (connect Vout together) ? I guess it can work. Do you have any idea? (For some reason, our customer don't like cells connected in a string)