platform-nordicnrf52
platform-nordicnrf52 copied to clipboard
nRF52810 support
Any plans to add support for nRF52810-based boards? For example, http://www.ebyte.com/en/product-view-news.aspx?id=587
Any update on this?
What framework do you plan to use with this boards?
Arduino or mbed, what is available first.
If I'm not mistaken none of these frameworks support nRF52810 MCU.
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.
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?
Just a simple ST-LINK V2.
@valeros this was asked in https://community.platformio.org/t/does-platformio-support-nordics-nrf52810/17264 again
@valeros this was asked again in https://community.platformio.org/t/nrf52810-support/23529
Hello, guys! @maxgerhardt, anything new concerning nRF52810 support?
@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.
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.