I am trying to send iPhone’s IMU (Inertial Measurement Unit) data to the DWM3001CDK module using UWB (Ultra-Wideband). However, I am unsure of how to accomplish this. Could you please help me with the process?
I think the UWB channel is only used for ranging.
you would have to use a side channel over bluetooth.
why are you sending imu from phone ?
typically you would receive external imu to phone (app)
Hi @dong!
The Apple Nearby Interaction API is limited to TWR, there’s no entry point to send/receive data via UWB, however, you should be able to send it via BLE which is still connected and idle after the QNI “handshake”.
Kind regards!