Skip to main content
Associate II
April 4, 2024
Solved

WBC86TX and WLC38RX inband communication

  • April 4, 2024
  • 1 reply
  • 1422 views

Hello everyone,

I have the STEVAL WBC86TX and RLC38RX evalboard here and I am currently testing them with the STSW-WPStudio.

In my application I want to implement an custom inband communication between RX <--> TX. It seems that there is the possibility to do that in the Software with the MSG RECV and MSG SEND registers. How can I do that there. When I am writing the data to the the memory in the software and reading the data on the other board, there does not receive any of them. Could you please explain me, how that works?

Is there any documentation and application note, where I can find more informations about that and how the different registers should be adressed?

Thanks

This topic has been closed for replies.
Best answer by willzhou

Welcome @srnath, to the community!

About inband communication please refer to this python example code

https://github.com/STwirelesscharger/Python_FT260_ST_WLC/blob/main/a5_wlc38_send_recv_dts_packet.py

https://github.com/STwirelesscharger/Python_FT260_ST_WLC/blob/main/b6_wbc86_get_pp_packet.py

 

1 reply

willzhouBest answer
Technical Moderator
April 7, 2024
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.