This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Develop Ublox NINA-B3 with Mbed is easy and possible ?

Hi Sir

I'd wnat to develop FW of Ublox NINA-B3 module by Mbed-OS, it includes nRF52840 chip.

Could I just enable the target "NRF52840_DK" and just modify the GPIO number to NINA-B3 module pin ?

Thanks.

Parents
  • Could I just enable the target "NRF52840_DK" and just modify the GPIO number to NINA-B3 module pin ?
    -Yes, i think so, but take to verify that you've got a LFXO in the module, otherwise the examples that target the DK wont run if they require LFXO. In that case you just modify the example code to use the internal LF rc oscillator.

    I recommend that you use FreeRTOS instead of Mbed because we do not have that great of support for Mbed on the nRF52840. We're also moving towards ZephyrOS support as a core part of our future SDKs. 

Reply
  • Could I just enable the target "NRF52840_DK" and just modify the GPIO number to NINA-B3 module pin ?
    -Yes, i think so, but take to verify that you've got a LFXO in the module, otherwise the examples that target the DK wont run if they require LFXO. In that case you just modify the example code to use the internal LF rc oscillator.

    I recommend that you use FreeRTOS instead of Mbed because we do not have that great of support for Mbed on the nRF52840. We're also moving towards ZephyrOS support as a core part of our future SDKs. 

Children
Related