I buied a QM35825DK-05 kit with a PC board and an RPi board. Using the new SDK 3.0.0 for qm35825 the two boards connect eacth other with the demo script “run_fira_twr”. If I try to connect one of them with a different demo kit (for example QM35825-DK01 using SDK 2.0.0 or DWM3001C-DK using SDK 1.1.1) the communication doesn’t work. Is the SDK 3.0.0 for qm35825 compatible with other versions?
I’d like to specify that the communication between a QM35825-DK01 using SDK 2.0.0 and DWM3001c-DK using SD1.1.1 works! What happen with the new SDK 3.0.0?
thanks
There’s a small fix you need to apply on the vendor id on the file “run_fira_twr”. I guess the digits in the default value should be swapped, from
[0x07, 0x08]
to
[0x08, 0x07]
Regards