Skip to main content
theo423
Associate
March 6, 2019
Question

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

  • March 6, 2019
  • 2 replies
  • 766 views

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?

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
March 6, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
theo423
theo423Author
Associate
March 6, 2019

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