2023-11-09 12:11 AM
What is DTS used for?
And can I configure the following set of registers on through I2C to send and receive data in-between 2 STWLC38s through the main coil ?
Does this Qi IC have a detailed user maual?
Solved! Go to Solution.
2024-01-08 12:28 AM - edited 2024-02-04 11:11 PM
DTS is the feature of Qi standard what allows
the communication between receiver and transmitter. The STWLC38 is RX only for Mass Market.
If you want TX to transfer DTS, please use STWBC2, ref to https://www.st.com/en/power-management/stwbc2-hp.html
Also there is example code here
https://github.com/STwirelesscharger/Python_FT260_ST_WLC/blob/main/a5_wlc38_send_recv_dts_packet.py
2024-01-08 12:28 AM - edited 2024-02-04 11:11 PM
DTS is the feature of Qi standard what allows
the communication between receiver and transmitter. The STWLC38 is RX only for Mass Market.
If you want TX to transfer DTS, please use STWBC2, ref to https://www.st.com/en/power-management/stwbc2-hp.html
Also there is example code here
https://github.com/STwirelesscharger/Python_FT260_ST_WLC/blob/main/a5_wlc38_send_recv_dts_packet.py