JN516x MAC Address

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

JN516x MAC Address

658 Views
alpay
Contributor I

How can I get the MAC address of a JN516x device from its own application, using with 802.15.4 stack?

Alpay

0 Kudos
1 Reply

490 Views
aonbasi
Contributor II

The MAC Address is in 0x01001580. 

memcpy(&mac[1], (uint8 *) (0x01001580), 8);

I found the solution in this thread.

0 Kudos