Wireless Charging solution Wiki
This Topic is used for Wireless Charging solution 1.Mcu C drive code: GitHub - STMicroelectronics/STWirelessCharging-C-Drivers: Standard C platform-independent drivers for wireless charging ICs
This Topic is used for Wireless Charging solution 1.Mcu C drive code: GitHub - STMicroelectronics/STWirelessCharging-C-Drivers: Standard C platform-independent drivers for wireless charging ICs
HiWhich registers can be read/write on the STUSB4500? What are the register addresses?The datasheet only mentions the NVM parameters and their default values, how do you set them via i2c?ThanksJM
Configurations are as followI am using default OCV table and 660mAh battery (4.2v max) with <70 mOhm internal impedancefirst OCV value = 7788REG_CTRLvBattTWI_Write(1, BATT_GAUGE_ADD, REG_CTRL, 0x02);REG_MODEvBattTWI_Write(1, BATT_GAUGE_ADD, REG_MODE,...
We Are Using BTA12-600B for Dimming of 240V Dimmer Light.We Want to Know the Temperature Vs Ampere Graph so We can judge that if we pass 3A through the BTA12-600B then how much heat will dissipate and how much temperature of BTA12-600B. I Am Sending ...
Having 2 power rails, 3V3 and 5V while STNS01 generates 3V3 (well, 3V1 to be exact) from 5V input (or battery), is it possible to feed 3V3 externally when STNS01 is shutdown? Is STSN01's LDO output reverse protected? Or will we need an ideal diode to...
Repair ECU 7SM Magnetic Marelli Need more Detail this chipThanksBest Regards
Hi all,Is anybody known something about this power supply? What I know is:There is an ST logo on the board.Input: ~240VACOutput: 12VDCusing 1NK60Z and TL431 in TO92 packageThere are four component blown out. One of the blown out 3 pin component marki...
I'm using the STC3115 driver provided by ST and am having a strange issue with the STC3115 on a custom board. I've hooked up an o-cope and am monitoring the data being sent over I2C. When I write any of the registers in the STC3115 it ACKs the data b...
Hello,I am using a STNS01 in my circuit for the power management. The problem is when I only have a charged battery (4.1 v) connected to the BAT pin, it does not switch to the battery voltage. As if the chip is in shutdown mode (I do not know why, th...
I have PWM to control motor at each channel. One is limited by 0.3A and the other one is limited by 0.1A by voltage divider reference to 5V. By using this approach, as my understand I can not reach to OCD feature because the current can not reach to...