how to read MAC ID of nrf52832 using python and adalink

hello,

i had  read mac id of nrf52832 using python and adalink. Now my window is updated from window 10 to window 11

so i have to reinstalled all setup while reinstalling python 27 is installed but problem in installation of  Adafruit_Adalink project on Github

when i run the command python setup.py install I got a following response on CMD tool.

 

I have refer this for read MAC id installation 

Parents Reply
  • I have used this command with PCA10040 programmer targeting external (connected) NRF52832, please look what I have found:

    Raspberry Pi has found my device which was discoverable at the moment with MAC addr:

    FA:98:48:56:7B:82

    After issueing:

    nrfjprog -f nrf52 --memrd 0x100000A4 -n 8

    Nrfjprog returned:

    0x100000A4: 48567B82 908EBA98

    If you take a closer look there is a pattern in which bytes are found... except for the first byte, the 'FA' cannot be found anywhere. None bytes near this address contain 'FA'.

    I am also interested in fetching MAC addr using JLink.

Children
No Data
Related