platformio / platform-nordicnrf52

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

Add support for ublox EVK-BMD-350 Evaluation Board #112

Open anthonytw opened 3 years ago

anthonytw commented 3 years ago

https://www.u-blox.com/en/product/evk-bmd-3035#tab-documentation-resources

valeros commented 3 years ago

Hi @anthonytw ! What board framework do you plan to use with this board?

cujomalainey commented 3 years ago

@valeros I think you mean "framework"?

valeros commented 3 years ago

Yeap, sorry, I meant framework.

anthonytw commented 3 years ago

I actually realized this is pretty similar to the ublox NINA board and made a copy of that. I'll either use mbed or zephyr, so the modification I made was to add zephyr to the supported list along with the zephyr variant specifier I found in nrf52dk, which may or may not have been the right thing to do. :-)

That said, I think this eval board should technically be compatible with Arduino (similar to nano 33 ble), mbed, and zephyr. I haven't tried with Arduino though.