Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

ANT Secure DFU Bootloader

Rank

Total Posts: 1

Joined 2023-03-13

PM

Hello everyone,
I'm currently working on a wearable project involving ANT communication using nrf-52832 and nrf-52840 boards.
In the last few days i was trying to add the possibility of OTA firmware update using ANT following the Nrf SDk example "ANT Secure DFU Bootloader":
https://infocenter.nordicsemi.com/index.jsp?topic=/sdk_nrf5_v17.0.0/ant_examples_dfu.html
Whenever i try to upload a new firmware image using
.\nrfutil.exe dfu ant -pkg app_dfu_package.zip
The following warning comes out:
" antlib\antdevice.py:68: UserWarning: Using 64bit package does not support communications with UIF boards.
warnings.warn("Using 64bit package does not support communications with UIF boards.")
The ant dfu command is only available on Windows with a 32bit Python "

I am currently using Python 3.11.6 32 bit and i don't know how to deal with this problem. Do you have any suggestion?
Thanks for the help!