Hello,
I am new to the world of UWB. I have an arduino nano esp32 and the dwm3000evb. When I connect them together and running a script to read out the device ID of the sensor I don’t get anything back. I am configuring the pins for the SPI comm, setting the RST pin, the IRQ pin and power.
Do I miss anything else? Should I connect something else at it?
Hi Dim,
Most likely the SPI transport on the esp32 is not correctly configured. Did you check the signals with a signal analyser ? Is the chip select pin correctly controlled ?
Qorvo does not provide example for esp32 but there are some nrf52840 porting example on our website.