Hi team,
I was implemented the TWR case with DWM3000 module. Now, I want to do the same thing on the ic DW3120 with single channel(one antenna) first. There are my problem below:
- Is dw3000 api work on dw3120? The device id of dw3120 is deca0314. In the dw3000_device_api.h. Supported device are deca0302 and deca0312.
- When I bypass the ckeck of device ID. I got failed in the procedure dwt_configure.
Check procedures:- dwt_checkidlerc()
- dwt_initialise(DWT_DW_INIT) == DWT_ERROR
- dwt_configure(&config) <<<<< failed here.
- How to set the dw3120 to use only one antenna?
Thanks a lot.
Ken.