You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example code sets the pins RST to 9, IRQ to 2 and SPI to SS (which is 10 on the Arduino UNO).
I think for the DWS1000 shield it has to be RST to 7, IRQ to 8 and SS to 10.
But I don't see any effect after changing the pins for both boards.
I have two Arduino UNOs with the shield DWS1000 mounted.
On one I run DW1000Ranging_ANCHOR, on the other DW1000Ranging_TAG, both from the examples.
The boards never recognize each other.
The terminal of the TAG is just forever:
I've also tried BasicSender/BasicReceiver without success.
The shield is connected, without the shield the BasicConnectivityTest prints:
With the shield mounted, the output is:
The example code sets the pins RST to 9, IRQ to 2 and SPI to SS (which is 10 on the Arduino UNO).
I think for the DWS1000 shield it has to be RST to 7, IRQ to 8 and SS to 10.
But I don't see any effect after changing the pins for both boards.
My problem is similar to:
But none of these are solved.
I'm very thankful for every hint and idea.
Thank you!
The text was updated successfully, but these errors were encountered: