4 years, 7 months ago.

I have a B - L072Z-LRWAN1 Discovery board and Nucleo - L073RZ board (both STM32).

Can someone help on how to communicate these two devices( both have LoRa antenna in built). I want to know how much distance they can communicate with each other using LEDs

1 Answer

4 years, 7 months ago.

There is a simple test demonstration/example where one side transmits and the other receives https://os.mbed.com/users/dudmuck/code/simple_rx/ https://os.mbed.com/users/dudmuck/code/simple_tx/

or another project where the same program is run on both sides and each can send to the other. https://os.mbed.com/users/dudmuck/code/lora_p2p/