2022-08-29 04:55 AM
2022-09-06 06:05 AM
Hello @Andorlatch ,
Welcome to the ST Community !
Yes it's possible to make a P2P communication with LoRa modulation, you can find examples in the STM32Cube_FW_WL_V1.2.0, then under "STM32Cube_FW_WL_V1.2.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy" folder you have the PingPong example which enable a communication between two end devices which send and receive packets, and the PER example (Packet Error Rate) with one Tx only and one Rx only node.
I hope this answer your question
(if this is the case please close this topic by choosing Select as Best)
Regards
Louis
2022-09-30 12:07 AM
Thank you louis! Can you tell me where can i find a reference manuel or etc. for SubGhz function declarations and explanations?