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

Lights not blinking with nRF Blinky example

I'm very new and trying to get the nRF Blinky example to work with an iPhone with an nRF52840.

I'm able to connect to the device and it seems to be reading and writing correctly to the LED but the light won't blink on the board.

It's not reading the button state from the board either.

Parents
  • Here is the output from the console on Xcode too. It looks like the board is getting read/written to but I'm not seeing the LED turn on

    Connecting to Blinky device...

    Connected to Blinky

    Discovering LED Button service...

    LED Button service found

    Discovering LED and Button characteristrics...

    Button characteristic found

    LED characteristic found

    Enabling notifications for characteristic...

    Button notifications enabled

    Reading Button characteristic...

    Reading LED characteristic...

    Button value changed to: 153

    LED value written 135

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 1

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 0

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 1

Reply
  • Here is the output from the console on Xcode too. It looks like the board is getting read/written to but I'm not seeing the LED turn on

    Connecting to Blinky device...

    Connected to Blinky

    Discovering LED Button service...

    LED Button service found

    Discovering LED and Button characteristrics...

    Button characteristic found

    LED characteristic found

    Enabling notifications for characteristic...

    Button notifications enabled

    Reading Button characteristic...

    Reading LED characteristic...

    Button value changed to: 153

    LED value written 135

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 1

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 0

    Writing LED value (with response)...

    Reading LED characteristic...

    LED value written 1

Children
No Data
Related