arduino-nRF5 icon indicating copy to clipboard operation
arduino-nRF5 copied to clipboard

Support for nRF52810

Open Xmodgeek opened this issue 6 years ago • 4 comments

Is there currently or planed any support for the nRF52810? I've started working with them and had no luck getting it to work out of the box (kinda figured as much)

I got 'upload' to work but failed on the softdevice. Seams S112 is what's intended for the nRF52810.

I saw this looking in the nRF52810 documentation

The S132 5.0.0-3.alpha is intended to be run on the nRF52832 IC. It may be used on the nRF52810 IC for development purposes. It should not be used for production on the nRF52810 IC.

Is changing the softdevice that's programed as simple as changing the URL and filename in the softdevices.txt?

Xmodgeek avatar Mar 01 '18 20:03 Xmodgeek

The nRF52810 isn't currently supported, it requires a much newer SDK and soft device than what this project is based on. You may be able to flash the soft device by modifying the project but there's no guarantee the code you create will work right.

dlabun avatar Mar 01 '18 20:03 dlabun

Pull requests welcome for this, I think mainly the linker files need to be changed.

sandeepmistry avatar Mar 11 '18 12:03 sandeepmistry

PR #493 includes an update MDK with a linker file for nRF52810 now.

sandeepmistry avatar Dec 02 '20 02:12 sandeepmistry

I’ll be attempting to add support for S112 or S113 today. I have an NRF52811 that will not work with the three soft devices available to choose from.

leonwilly avatar Jan 09 '21 17:01 leonwilly