Hi,
We are using QM33120WDK1 kit… We can see range and direction in cmd and also in the Qorvo one GUI… But we want to configure the responder without sending any commands(Python script or GUI)…
We need that to be configured automatically when we power it…
- My question is, In which part of the code the commands that we are sending through scripts are received?.. And in which variables those are assigned?..
- What are the modification needs to be done in the code to make it as a responder in default without the need of the serial port…?
Thanks in advance
Hi @Prasanth ,
Basically you need to use the CLI binary which is part of the QM33 SDK.
And then you can type “respf” command to start device in responder mode.
And then you type “save” without stopping responder mode.
In this case, you’ll have a device which is configured automatically even after a reset.
Hope it helps,
Wassim
Thanks @Wassim_Qorvo How can we do it in python code. Can you provide with some coding examples and guide to run that code. Thanks in advance.
Hi @omerkhan ,
For Python, you can use the scripts already available In this folder below.
You can check UWB-Qorvo-Tools-guide document for more details.
Hope it helps,
Wassim