5 years, 12 months ago.

How to send a frame LoRa

I'm trying to send a frame. I use this program to connect to a gateway my board. I use NUCLEO-L073RZ and shield P-NUCLEO-LRWAN1. I understand how to configure my DevEui etc... but I don't understand how to send "hello" or the temperateur and humidity from dht11 for exemple. https://os.mbed.com/users/guigre/code/LoRaWAN-demo-RMA_Ensimag-2018/

1 Answer

5 years, 12 months ago.

Take a look at this excellent example, released with mbed-os 5.8.2 - https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-lorawan/

You will see that it includes code for a dummy sensor that demonstrates how to send data from a LoRaWAN node