2024-04-04 01:49 AM
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
Solved! Go to Solution.
2024-04-07 12:31 AM
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
2024-04-07 12:31 AM
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