after the loading mynewt nimble bleprph application on nrf52840dk / nrf5340dk not seeing the device on nrf mobile app (scan)

Hi 

following are the steps followed for the nrf5340dk 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177047756

nrf52840dk :

https://mynewt.apache.org/latest/tutorials/blinky/nRF52.html

while building the mynewt bleprph app and loading (slot1) not showing any error but after the load application adv device not pops on nrf mobile app.

for erase the nf52840dk following command are used 

nrfjprog --family NRF52 --erasepage 0-1
nrfjprog --family NRF52 --erasepage 0x10000-0x2FFFF
nrfjprog erase -all

newt load bootloader_nrf52

newt load nrf52_bleprph choose slot1 

My concern here is , do i erasing correct section of slot1 of nrf52840dk ?  which section we suppose to choose to load the newt app ?

Could you please help me why prph device is not showing on the nrf app after the loading mynewt nimble bleprph application on nrf52840dk or nrf5340dk?

Thanks,
Satish

Parents Reply Children
  • Hi  ,

    I have solver earlier issue , related to setup issue , JLINK version suppose to use little older 82c . 

    Btw,  I would like to check the  HW rx window has opened correctly or not , so below are the configuration are used by mynewt os ,Here we suppose to give pin number . 

    what are the gpio pin are present on nrf52840dk ? i can see pin are present with the name p0.0 , p0.1 ......p0.11 .

    How i can map these pin to number like below?

    p0.0    =   0

    p0.1    =  1 so ....

    is there any mapping to those pin name p0 , p1 ? 


    Thanks,

    Satish

Related