2024-05-21 04:43 AM - last edited on 2024-05-21 04:57 AM by Peter BENSCH
Hey there ,Here I am doing a project where, i want to to establish a full duplex communication between two STM32WL55jc, Is it possible to establish such type of of communication where the module should be able to receive and transmit the data simultaneously.
Solved! Go to Solution.
2024-05-21 05:37 AM
Hello @Shivaprasad and welcome to the ST Community :smiling_face_with_smiling_eyes:.
If you mean Sending and receiving on the Same time this is not possible but if you want to switch every time between sending and receiving, you can follow this example that will help you understand how everything works.
Best regards.
STTwo-32
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.
2024-05-21 05:37 AM
Hello @Shivaprasad and welcome to the ST Community :smiling_face_with_smiling_eyes:.
If you mean Sending and receiving on the Same time this is not possible but if you want to switch every time between sending and receiving, you can follow this example that will help you understand how everything works.
Best regards.
STTwo-32
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.
2024-05-21 05:59 AM
Thanks for the Quick response :smiling_face_with_smiling_eyes:
Found it Helpful:thumbs_up:
2024-05-21 06:08 AM
Is there any module that supports Full Duplex communication .If it is Please suggest:smiling_face_with_smiling_eyes:
2024-05-21 07:28 AM
Hello @Shivaprasad
The Full Duplex communication on the STM32WL is not supported since SubGHz Communication is not a full duplex Communication.
Best Regards.
STTwo-32
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.
2024-05-21 10:26 PM
I'm glad that I am getting quick replies from the STM Community, The STM32WL55 JC modules are taking 4 seconds time to switch from Receiver mode to transmitting mode, can you please give some information that how can i reduce that switching time.
Thanks for the very fast response, Love STM Community :)
2024-05-22 03:43 AM
https://github.com/stm32-hotspot/STM32WL-SubGHz-Phy-Rx-Hop/blob/main. I have used this code for my application.
Thank you
2024-05-22 04:03 AM
You've marked this question as solved. :thumbs_up:
@Shivaprasad wrote:The STM32WL55 JC modules are taking 4 seconds time to switch from Receiver mode to transmitting mode, can you please give some information that how can i reduce that switching time.
That's a new question - please start a new thread for that.
Post a link here to that new thread, so that people can find it.
2024-05-22 04:03 AM
include that in your new thread!