cancel
Showing results for 
Search instead for 
Did you mean: 

STWLC38 driver code

plawat
Associate III

Hi,

We have integrated the STWLC38 as receiver for our device. We want to know how to read the registers to know the status of charging, voltage and Current.

https://github.com/STMicroelectronics/STWirelessCharging-C-Drivers/tree/main

this gives patch update of firmware. We need configuration code as we are developing the firmware on Zephyr.

1 ACCEPTED SOLUTION

Accepted Solutions
willzhou
ST Employee

Please find this link https://github.com/STwirelesscharger/Python_FT260_ST_WLC

This use python and FT260 dongle, for MCU I2C driver is same.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
willzhou
ST Employee

Hi 

@plawat 

about the status of charging, voltage and Current. i will write some example code, and put to 

https://github.com/STwirelesscharger/

Please give us sometime to write example code.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
willzhou
ST Employee

Please find this link https://github.com/STwirelesscharger/Python_FT260_ST_WLC

This use python and FT260 dongle, for MCU I2C driver is same.

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Hello Will,

My company is switching to use stwlc38 wireless receiver, and we would like to configure the chip supporting 15W. which code I should program in the chip, BBP or EPP or BPPEPP?

I would like to send charge-status (proprietary packet) to the wireless transmitter, so that the transmitter could identify which device it is charging to.

Look forward to hear from you.