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

Timeslot API + ESB depended on ble interval

Hi All,

I have this problem with using the ESB + Timeslot example from Github.

The interval of the ESB TX Transmit is depended on the advertisement interval I configure. How can I make the ESB interval faster like the switch between TX/RX between ESB. Now it only rechecks the TX queue after every new BLE event.

Thanks!

Parents
  • Hi

    Normally there is no need to close a timeslot early. You can always exit the interrupt if you like, or you could start a new run of the ESB routine.

    How do you measure the timeslots to be 10 seconds in length?
    According to the spec you shouldn't be able to get timeslots longer than 100ms, but I haven't tested it personally.

    Best regards
    Torbjørn

Reply
  • Hi

    Normally there is no need to close a timeslot early. You can always exit the interrupt if you like, or you could start a new run of the ESB routine.

    How do you measure the timeslots to be 10 seconds in length?
    According to the spec you shouldn't be able to get timeslots longer than 100ms, but I haven't tested it personally.

    Best regards
    Torbjørn

Children
No Data
Related