This is the DW1000 driver and our self developed distance measurement application based on it. We do this as a semester thesis at ETH Zürich under the Automatic Control Laboratory in the Department of electrical engineering.

Dependencies:   mbed

Revision:
47:b6120c152ad1
Parent:
46:6398237672a0
--- a/MM2WayRanging/MM2WayRanging.cpp	Tue Mar 10 12:11:13 2015 +0000
+++ b/MM2WayRanging/MM2WayRanging.cpp	Thu Mar 19 12:54:28 2015 +0000
@@ -12,7 +12,6 @@
 
     dw.setCallbacks(this, &MM2WayRanging::callbackRX, &MM2WayRanging::callbackTX);
 
-    //Timer for debugging purposes
     LocalTimer.start();
 
     dw.startRX();