direction_finding_connectionless_tx - MPU problem/stack

I get error about MPU error stack size while trying to run the example from ncs v2.7.0 on nrf52833dk

I was able to build correctly and I see in the log file that it gets error on MPU for some problems with the cache 

I have not made any changes to the code

I am trying to transmit AOA and receive it on my UBLOX AOA antenna B10.

I was able to run UBLOX code example on nrf52833dk and it works

Thanks

Avi

Parents
  • Hi Avi

    Okay. I see this is only the source code for the tag, and not the scanner/antenna array, where I assume the filter would be. Please contact U-Blox to make sure there is no filter like this. You can try changing the device name to the same as in the U-Blox tag code with CONFIG_BT_DEVICE_NAME="u-blox C209 DF Tag" to see if there's maybe some check on the central side only scanning for devices named DF tags. 

    There is no Eddystone transmission in the NCS sample, so this must be something U-blox has added. This UUID could also be what the central is filtering.

    static uint8_t uuid[EDDYSTONE_INSTANCE_ID_LEN];

    Best regards,

    Simon

Reply
  • Hi Avi

    Okay. I see this is only the source code for the tag, and not the scanner/antenna array, where I assume the filter would be. Please contact U-Blox to make sure there is no filter like this. You can try changing the device name to the same as in the U-Blox tag code with CONFIG_BT_DEVICE_NAME="u-blox C209 DF Tag" to see if there's maybe some check on the central side only scanning for devices named DF tags. 

    There is no Eddystone transmission in the NCS sample, so this must be something U-blox has added. This UUID could also be what the central is filtering.

    static uint8_t uuid[EDDYSTONE_INSTANCE_ID_LEN];

    Best regards,

    Simon

Children
Related