Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 3 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
5 years, 3 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/