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

Post here to get support
Post Reply
maarten
Beginner
Posts: 3
Joined: Wed Sep 05, 2018 6:49 am
Location: Stockholm/Eindhoven

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

Post 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
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

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

Post 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.
maarten
Beginner
Posts: 3
Joined: Wed Sep 05, 2018 6:49 am
Location: Stockholm/Eindhoven

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

Post by maarten »

I'm not expecting to use the BLE, so I am fine for now.

Thanks allot.
Post Reply