Page 1 of 1

nrf-firmware: Link to s110 zip seems to be broken

Posted: Mon Dec 03, 2018 12:47 pm
by maarten
Hi,

I am trying to write to the one-wire memory with 'write-ow.py'. As said, I need to disable the BLE in the NRF firmware.

However, t looks like the link to s110 (http://www.nordicsemi.com/eng/nordic/do ... 8/62400196) does not work. While manually going to the link it says that the site is not found. Downloading it with `download_deps` gives a broken zip-file.

I am also not able to find the 7.0.0 version for the S110, only the newer 8.0.0. Will this version also work?

Thanks in advance!
Maarten

Re: nrf-firmware: Link to s110 zip seems to be broken

Posted: Mon Dec 03, 2018 5:31 pm
by arnaud
Thanks for the report! This is the risk of using external dependencies and I am surprised it worked for so long without any problem.

The good news for you is that you do not need this file to compile without bluetooth: when I made the nrf firmware I was careful to make the build without bluetooth work without using any file we could not distribute. This means that you should be able to run "make clean && make BLE=0 && make BLE=0 cload" without downloading the SDK and the S110 softdevice.

I created a ticket in github about that: https://github.com/bitcraze/crazyflie2- ... /issues/26

And I do not think newer version of the softdevice would work but it is worth trying.

Re: nrf-firmware: Link to s110 zip seems to be broken

Posted: Tue Dec 04, 2018 9:43 am
by maarten
I'm not expecting to use the BLE, so I am fine for now.

Thanks allot.