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

ipv6_coap_client vs nRF51822-EK

Is it possible to launch ipv6_coap_client on nRF51822-EK?

I have modified preproccessor simbols adding BOARD_PCA10001 instead of BOARD_PCA10028. Also I modified part concerning of LED in pca10001.h

#define LEDS_NUMBER    2

#define LED_START      18
#define LED_1          18
#define LED_2          19
#define LED_STOP       19

#define LEDS_LIST { LED_1, LED_2}
#define BSP_LED_0      LED_1
#define BSP_LED_1      LED_2
#define BSP_LED_0_MASK (1<<BSP_LED_0)
#define BSP_LED_1_MASK (1<<BSP_LED_1)
#define LEDS_MASK      (BSP_LED_0_MASK | BSP_LED_1_MASK)
#define LEDS_INV_MASK  LEDS_MASK^0xFFFFFFFF

Comment out all code where there are LED_THREE and LED_FOUR. See main.c

Target settings

image description

It builds without errors but advertising does not work. What I need to do yet? Or is it not possible to use nrf51822-Ek?

Parents Reply Children
No Data
Related