I2C / Two-Wire output from the DWM3001CDK?

Hi - more newbie questions… can anyone point me to firmware for the DWM3001CDK that makes use of the I2C pins (SDA/SCL) for communication? I’m imagining that the nrf micro on-board could be set as a slave that can be then integrated with my robots for position tracking. I see the pins on the schematic for SDA and SCL, but there’s no mention of the I2C or Two-wire in the developer manual as far as I can tell.

Any pointers?

Thanks,
Matt

1 Like

Hi @mgg
the DWM3001C is a module which contain nRF52833 CPU (which you are supposed to program with your FW) and this CPU is connected to DW3110 radio.

There is also accelerometer connected to nRF52 I2C bus line.

If you are looking for out of box solution you can try old DWM1001-DEV kit with PANS firmware or the new devkit:

Cheers JK