cancel
Showing results for 
Search instead for 
Did you mean: 

i-cube_lrwan_v2.1.0(using NUCLEO-L452re and I-NUCLEO-LRWAN1)

Kdohy.1
Associate

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

1 REPLY 1
Andrew Neil
Evangelist III

 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:

0693W00000FCGpOQAX.png 

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 ...