cancel
Showing results for 
Search instead for 
Did you mean: 

WBC86TX and WLC38RX inband communication

simonh
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
willzhou
ST Employee

Welcome @simonh, 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

 

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

1 REPLY 1
willzhou
ST Employee

Welcome @simonh, 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

 

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.