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

Nrfmesh mobile application can't find nRF52840 Usb Dongle

Hello everyone,

 I am using light_switch server and client example from nrfmesh examples but nrfmesh ios application cant find nrf52 usb dongle.

I have changed pca10059 file  for LED_START and LED_STOP definitions. After flash, LED1 light continuously green and LED2 continuously blue. 

#define LED1_G NRF_GPIO_PIN_MAP(0,6)
#define LED2_R NRF_GPIO_PIN_MAP(0,8)
#define LED2_G NRF_GPIO_PIN_MAP(1,9)
#define LED2_B NRF_GPIO_PIN_MAP(0,12)

#define LED_1 LED1_G
#define LED_2 LED2_R
#define LED_3 LED2_G
#define LED_4 LED2_B

#define LED_START LED_1
#define LED_STOP LED_4

#define LEDS_ACTIVE_STATE 0

I programmed the dongle with nrf connect application 

I using ~\nRF5_SDK_16.0.0_98a08e2\components\softdevice\s140\hex\s140_nrf52_7.0.1_softdevice.hex

I followed this example for all changes in flashplacement file and .emProject file ; 

https://www.novelbits.io/nrf52840-usb-dongle-tutorial-2/

Thanks for help.

Related