Between Board 1 and Board 2 data exchange should be done through LoRa and data exchange between Board 1 and PC should be through USB. It would be very helpful if someone help with this.
Use ping pong example available in st.com or in github and modify Ping and Pong with your data, then put it in buffer or you can also use radio.send function to send data through radio by loRa.
Solder the connections SB16 and SB15, by default board comes with open line USB_DM and USB_DP. Once you short SB16 and SB15 you will find another virtual com port.
I am able to do data exchange by USB CDC, I am stuck at Transmitting data through LoRa and my question* is how to initial or configure LoRa. I have tried building end node but gateway and end node device is showing as disconnected even after freq and...
I want to configure B-L072Z-LRWAN1 Board-1 to transmit data through USB device only(CDC) and one another board-2 to receive data, if board-2 after receiving data, if it send some data then board-1(which is connected to PC) have to receive it.
Do we have to configure LoRa in .ioc? If we have to configure, what to configure? I tried including LoRa libraries in my main.c file but its showing error as "Unresolved Inclusion". How to configure LoRa or how to install libraries related to it, in...