-
Hi All, I am currently trying to get the sample iso_broadcaster (and iso_receiver) of the official Zephyr up and running. Unfortunately, it does not work for me out of the box. It seems that the connectkit starts to advertise the iso channel, but it never establishes successfully a BIG. Meaning, it never exchanges data with the iso_receiver. Testing setup:
Has somebody already tried to run the BLE ISO samples on the connectkit? Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
@whati001 I will check that and finally will push a working sample here:ncs-playground |
Beta Was this translation helpful? Give feedback.
-
I will close the question, using the internal 32kHz LF clock and changing the clock calibration value solved the issue for me. |
Beta Was this translation helpful? Give feedback.
I will close the question, using the internal 32kHz LF clock and changing the clock calibration value solved the issue for me.
To establish a connection with the nordic dk, I had to enable KConfig
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC
.To establish a connection with the holyiot dongle, it was sufficient to use KConfig
CONFIG_CLOCK_CONTROL_NRF_K32SRC_20PPM