sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
872 stars 278 forks source link

Error while flashing SoftDevice... Server returned HTTP response code: 403 #497

Closed Teddyz closed 1 year ago

Teddyz commented 1 year ago

I have a board with nRF51822 (CJMCU WCMCU-8223), bought a few years back and a ST-LINK V2 adapter from ebay.

When I try flashing either S110 or S130 I get one of these errors:

Downloading 'https://www.nordicsemi.com/-/media/Software-and-other-downloads/SoftDevices/S110/s110nrf51800.zip' ...
Error while flashing SoftDevice.
java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.nordicsemi.com/-/media/Software-and-other-downloads/SoftDevices/S110/s110nrf51800.zip
Downloading 'https://www.nordicsemi.com/-/media/Software-and-other-downloads/SoftDevices/S130/s130nrf51201.zip' ...
Error while flashing SoftDevice.
java.io.IOException: Server returned HTTP response code: 403 for URL: https://www.nordicsemi.com/-/media/Software-and-other-downloads/SoftDevices/S130/s130nrf51201.zip

Is it just me, or are the files down for everyone?

Other questions I have are: Are there any documentation on my board? Would it be much helpful for me if my board was included among the predefined in arduino-nRF5? Do I need drivers on Win7 for the ST-LINK thing?

carlosperate commented 1 year ago

Both URLs work for me today, it was maybe a temporary issue in the Nordic Semi servers.

Even if the SoftDevice flashing didn't work at the time, were you able to flash a simple blinkly programme with the ST-Link?

Teddyz commented 1 year ago

Thank you! Now the links works for me too.

I was able to flash the device from Arduino IDE. Now I have working BLE as well. Next step is to understand what I am doing. :)

KishanKartha commented 6 months ago

Thank you! Now the links works for me too.

I was able to flash the device from Arduino IDE. Now I have working BLE as well. Next step is to understand what I am doing. :)

Hi Teddyz.

Were you able to successfully work with the CJMCU-8223 board? I am currently working on it. It is really confusion where to start.