Skip to main content
IKas.1
Associate
March 19, 2021
Question

Hello everyone. I am working with nucleo-wl55jc1 and i want to make a connection in TTN. Does anybody knows how can i find my device EUI?

  • March 19, 2021
  • 2 replies
  • 1012 views

..

This topic has been closed for replies.

2 replies

Mike_ST
ST Technical Moderator
March 19, 2021

https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf

39.1.4 IEEE 64-bit unique device ID register (UID64)

Maybe that's what you're looking for.

Please look for UID64_BASE in the HAL.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. 
YBOUV.1
ST Employee
April 20, 2021

Hi,

You can compile and load a LoRaWAN_End_Node project form stm32CubeWL firmware package.

then, open a terminal at 115200bds.

After reset (push the reset button), the DevEUI will be displayed in the terminal.