Adafruit_Adalink project installation

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
nikita_k
 
Posts: 3
Joined: Wed Mar 16, 2022 12:37 am

Adafruit_Adalink project installation

Post by nikita_k »

hello,

I used python 2.7.13 and Adafruit_Adalink project [https://github.com/adafruit/Adafruit_Adalink] for readind mac id of NRF52 controller on window 10 by execuiting command "adalink nrf52832 --programmer jlink --info".
Now my window is updated to window 11 when i try to install python 2.7.13 and Adafruit_Adalink there is issue in step no 6 as given below.

i have done the following process for installation

1.install Python 2.7.13.
2.add their path to environment variable
3.run python command to check proper installation
4.download Adafruit_Adalink project file
5.unzip in python 27 folder
6.then run python setup.py install command
obtained response is
Attachments
issue2.png
issue2.png (243.74 KiB) Viewed 135 times

User avatar
rpiloverbd
 
Posts: 198
Joined: Mon Nov 29, 2021 8:13 am

Re: Adafruit_Adalink project installation

Post by rpiloverbd »

Have you tried on python 3?

User avatar
nikita_k
 
Posts: 3
Joined: Wed Mar 16, 2022 12:37 am

Re: Adafruit_Adalink project installation

Post by nikita_k »

Yes, I have tried with python 3.10.2
I think it is installed
but when I give following command to read MAC ID following response obtained which I am not understanding
command is "adalink nrf52832 --programmer jlink --info".
Attachments
issue3.png
issue3.png (50.25 KiB) Viewed 101 times
issue4.png
issue4.png (82.98 KiB) Viewed 101 times

User avatar
adafruit2
 
Posts: 22193
Joined: Fri Mar 11, 2005 7:36 pm

Re: Adafruit_Adalink project installation

Post by adafruit2 »

yeah adalink isnt maintained anymore. but, there's also a much better tool now from nordic called 'nrfprog' which works on any platform with a jlink so you can use that instead!

User avatar
nikita_k
 
Posts: 3
Joined: Wed Mar 16, 2022 12:37 am

Re: Adafruit_Adalink project installation

Post by nikita_k »

I used nrfprog also but using these i can get MAC address of nrf development board but unable to get mac address of my custom board.

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”