LoRa transmission/reception using NUCLEO-L053R8 and I-NUCLEO-LRWAN1
Hi everyone,
I want to make a simple LoRa transmission/reception with the I-NUCLEO-LRWAN1 board controlled by NUCLEO-L053R8. I saw in the CUBE software an example called AT_Master which stablishes a communication between both boards sending AT commands by UART (If I am not wrong).
I have read the USI module manual and the avaliable commands (that I think fit my purpose) are these (although they are not defined in the USI driver):
AT+RF (Sets the RF settings)
AT+TXT (Transmits modulation packet with payload)
AT+DEFMODE (Sets the operation mode)
Can I achieve a transmission of a 'PING' message with these commands? And a reception of a 'PING' message?
Is there any other way to control the radio module besides from this method?