platform-nordicnrf52 icon indicating copy to clipboard operation
platform-nordicnrf52 copied to clipboard

nRF52810 support

Open vladkozlov69 opened this issue 5 years ago • 12 comments

Any plans to add support for nRF52810-based boards? For example, http://www.ebyte.com/en/product-view-news.aspx?id=587

vladkozlov69 avatar Jun 18 '19 10:06 vladkozlov69

Any update on this?

silardg avatar Nov 13 '19 07:11 silardg

What framework do you plan to use with this boards?

valeros avatar Nov 13 '19 08:11 valeros

Arduino or mbed, what is available first.

vladkozlov69 avatar Nov 13 '19 08:11 vladkozlov69

If I'm not mistaken none of these frameworks support nRF52810 MCU.

valeros avatar Nov 13 '19 08:11 valeros

Is there a plan to have it supported? I mean it is quite a common used MCU. Mostly for budget things, because ebyte implements it.

silardg avatar Nov 17 '19 22:11 silardg

If I'm not mistaken only Zephyr framework supports this board, so probably we'll add it sooner or later. How do you upload code to this board?

valeros avatar Nov 18 '19 10:11 valeros

Just a simple ST-LINK V2.

silardg avatar Nov 27 '19 16:11 silardg

@valeros this was asked in https://community.platformio.org/t/does-platformio-support-nordics-nrf52810/17264 again

maxgerhardt avatar Nov 19 '20 14:11 maxgerhardt

@valeros this was asked again in https://community.platformio.org/t/nrf52810-support/23529

maxgerhardt avatar Sep 20 '21 07:09 maxgerhardt

Hello, guys! @maxgerhardt, anything new concerning nRF52810 support?

bojankoce avatar Sep 20 '21 07:09 bojankoce

@bojankoce What exact dev board are you using? Zephyr only knows https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/nrf52dk_nrf52810/doc/index.rst and https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/ubx_bmd330eval_nrf52810/doc/index.rst.

Note that native SDK support from Nordic is not integrated in PlatformIO for any nRF board, and since no other framework supports a nRF52810 but Zephyr, that's the only sensible integration as of now.

maxgerhardt avatar Sep 21 '21 11:09 maxgerhardt

I too would certainly be interested in NRF52810 support. https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/nrf52dk_nrf52810/doc/index.rst looks like a good choice for me, and I'd happily switch to Zephyr.

ErikHougaard avatar Sep 23 '21 17:09 ErikHougaard