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

Using nRF52840's DK application/SD on Minew's MS88SF2

Dear Nordic Team,

I have a BLE application that we developed on nRF52840 DK for S140 based SoC and this application is working fine on the DK Board.

Now we would like to use this application (.hex file) on a BLE Module (based on 840), can I flash it as it is? And what about S140 Soft-Device .hex file... can I use this also from DK Board to BLE Module ?

Example of BLE Module is MS88SF2. Basically, my concern is about the RF components etc. 

Parents
  • Yes, that module should support any application developed on the DK.

    The only RF component that is application-specific is a PA/LNA, but that is not employed in this module nor in our DK, so you do not have to worry about that. 

    Both the SoftDevice and Application hex files are compatible. 

    See Debug output for how to use the DK to program the module, remember that the DK runs on 2.8V at VDD and the module must also be powered by 2.8V at VDD when programming with the DK.

Reply
  • Yes, that module should support any application developed on the DK.

    The only RF component that is application-specific is a PA/LNA, but that is not employed in this module nor in our DK, so you do not have to worry about that. 

    Both the SoftDevice and Application hex files are compatible. 

    See Debug output for how to use the DK to program the module, remember that the DK runs on 2.8V at VDD and the module must also be powered by 2.8V at VDD when programming with the DK.

Children
Related