platformio / platform-nordicnrf52

Nordic nRF52: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/nordicnrf52
Apache License 2.0
106 stars 117 forks source link

nRF52810 support #50

Open vladkozlov69 opened 5 years ago

vladkozlov69 commented 5 years ago

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

silardg commented 4 years ago

Any update on this?

valeros commented 4 years ago

What framework do you plan to use with this boards?

vladkozlov69 commented 4 years ago

Arduino or mbed, what is available first.

valeros commented 4 years ago

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

silardg commented 4 years ago

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.

valeros commented 4 years ago

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?

silardg commented 4 years ago

Just a simple ST-LINK V2.

maxgerhardt commented 3 years ago

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

maxgerhardt commented 2 years ago

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

bojankoce commented 2 years ago

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

maxgerhardt commented 2 years ago

@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.

ErikHougaard commented 2 years ago

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.