Other Parts Discussed in Thread: CC2652P
Tool/software:
I am trying to integrate OTBR running on ESP32 with Thread firmware on CC2652P/P7/P10. Thread firmware is based off the 1.3 certified release from last year.
This OTBR implementation seems to require a few capabilities that are missing from the TI firmware (that are not otherwise required from the ot-br-posix implementation)
E(672) OPENTHREAD:[C] P-RadioSpinel-: RCP is missing required capabilities: E(672) OPENTHREAD:[C] P-RadioSpinel-: sleep-to-tx E(672) OPENTHREAD:[C] P-RadioSpinel-: rx-timing E(682) OPENTHREAD:[C] P-RadioSpinel-: rx-on-when-idle
The last one listed there is in fact optional (can be disabled with build flags) but the first 2 are required. Are there any plans to implement these capabilities? Has there been any further work on the Thread firmware since the last release, working on 1.4 release etc?