cancel
Showing results for 
Search instead for 
Did you mean: 

How to change DEUI (device ID) on I-NUCLEO-LRWAN1 ?

theo423
Associate

Hello,

I'm using a I-NUCLEO-LRWAN1 shield plugged on a NUCLEO L073RZ board. I'm trying to make the I-CUBE-LRWAN AT-master example run on the Nucleo L073rz. As documentation explain i opened SB13 and SB14 and closed SB62 and SB63, i also redirected the stlink to the uart4 with flying wire to be able to program the board.

To connect to my LoRa server i need to change my DEUI but the shield return an error "ERROR_INVALID_ARGUMENTS" (which is not even in the documentation of the software package) when i try to change it with the AT+EUI=XXXXXXXXXXXXXXXXX command.

Does anyone have any idea on why we can't change the DEUI?

2 REPLIES 2

According to the USI LoRa manual AT+EUI is a READ-ONLY command, so you're not going to be able to change it.

https://github.com/USIWP1Module/USI_I-NUCLEO-LRWAN1/raw/master/WM-SG-SM-42%20AT%20Command%20Reference%20Manual%20rev.2.3_20180701.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
theo423
Associate

ah yeah ,you're right. it doesn't work the same as in the i-cube-lrwan AT command example that explain a lot... Thanks