2021-09-30 02:49 AM
I own a NUCLEO-L452re and I want to implement LoRa communication using I-NUCLEO-LRWAN1 (with SX1272 transceiver).
Is it okay to program in STM32CubeIDE by using sx1272mb2das and NUCLEO-L476RG in i-cube_lrwan ?
i-cube_lrwan_v2.1.0\STM32CubeExpansion_LRWAN_V2.1.0\Projects\NUCLEO-L476RG\Applications\LoRaWAN\LoRaWAN_End_Node\STM32CubeIDE\sx1272mb2das
2021-10-12 09:50 AM
I-NUCLEO-LRWAN1 has the USI module - this is, effectively, a modem with an AT Command interface.
Therefore the project you need is:
Projects\NUCLEO-L073RZ\Applications\LoRaWAN\LoRaWAN_AT_Master
See section 6.7 of the User Manual:
EDIT
Ah - you wanted the NUCLEO-L476RG. It seems the AT_Master is only provided for the L072 and L053 - so you'll have to do some porting for the L476 ...