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

Is it possible to run Eddystone example from SDK12.3.0?

Is it possible to run Eddystone example from SDK12.3.0 on nRF51822 xx aa chip?

In the eddystone documentation it mentioned that S132 softdevice required, but on older SDK version experimental Eddystone implementation works with S130 softdevice.

Parents
  • Hi!

    It seems that S130 isn't added to the documentation by mistake. So you should be able to use S130 as well.
    I will double check and get back to you if I'm wrong.

    The nRF51822 QFAA got 256k FLASH and 16k RAM, and I can't see anything wrong with your FLASH/RAM settings.

    Could you try removing the HEAP (as it is not used anyway) by adding this to your makefile?

    ASMFLAGS += -D__HEAP_SIZE=0

    Best regards,
    Joakim.

Reply
  • Hi!

    It seems that S130 isn't added to the documentation by mistake. So you should be able to use S130 as well.
    I will double check and get back to you if I'm wrong.

    The nRF51822 QFAA got 256k FLASH and 16k RAM, and I can't see anything wrong with your FLASH/RAM settings.

    Could you try removing the HEAP (as it is not used anyway) by adding this to your makefile?

    ASMFLAGS += -D__HEAP_SIZE=0

    Best regards,
    Joakim.

Children
Related