Hi,
i'm absolute beginner with the nRF Connect SDK and Zephyr as well as BLE in general (to be true, this is my first project using any NORDIC device....). I installed the Connect SDK together with VSC and tried to get the example "samples/bluetooth/periodic_adv" running because this might be closest to the application which i must realize very soon.
I could build evertyhing and also connect and flash to my board which is the "nRF52 DK". I can even debug and connect the board by serial interface to the NRF Terminal - so everything looks great!
However, the sample itself does not work. By debugging i found that the function bt_le_per_adv_set_param(...) returns an error code of -134 and hence finally the advertising is not started.
What is wrong?
Any help is appreciated because i have been trying to get on the rails for 2 weeks - but so far without any success. I'm coming from STM32 devices (but never used BLE) and are doing all this since 25 years. i already start feeling like a senile old man because i never had such big trouble to start something new..
By the way - until now i could not find any documentation related to error codes returned by Zephir. Does anybody know where i can find a more detailed error listing?