I am writing a code to perform DFU update in python. I want to use "nrfutil" library in my python script. I don't want to use "nrfutil.exe" as command line. Thank you.
I am writing a code to perform DFU update in python. I want to use "nrfutil" library in my python script. I don't want to use "nrfutil.exe" as command line. Thank you.
Hello,
nrfutil is a command line utility which includes nordic semi libraries. I don't think it's possible to import the "nrfutil" just like some python libraries.
Kind Regards,
Abhijith
Hello,
nrfutil is a command line utility which includes nordic semi libraries. I don't think it's possible to import the "nrfutil" just like some python libraries.
Kind Regards,
Abhijith
Thank you for replying.
But can we use the nordic semiconductor libraries that are used to build nrfutil. Actually my objective is to perform DFU updates on my BLE devices but that without using any dependency like nrfutil.exe or any other .exe files.
Hello,
Did you find a solution for this or using "nrfutil.exe" is the only way?
Best Regards,