100 likes | 222 Views
This project focuses on a wireless localization system that utilizes propagation timing to track locations in real-time. It involves mobile motes that send both radio and ultrasound signals, allowing for precise position calculation by stationary motes using the time difference of received signals. The system can control servos for various applications such as spotlight, camera tracking, and laser pointers. The design incorporates motes from Crossbow and utilizes TinyOS from Berkeley for programming, with the potential for DIY mote construction based on MIT Cricket project's diagrams.
E N D
Wireless Localization System Using Propagation Timing Brian Dake Brian Vaughan Sean Brennan
Basics • Localization using propagation timing • Location tracked in real time • Can be used to control servos for tracking • Spotlights, cameras, laser pointer, etc
Function • 1 mobile mote • 3 stationary motes • Mote communication established through radio frequencies • Localization calculated using propagation delay of ultrasound wave • Servo motors follow the mobile mote in real time
Design • Motes from Crossbow
Design • Ultrasound TX/RX added to motes • Mobile mote incorporates ultrasound TX • Stationary mote incorporates ultrasound RX • TinyOS from Berkeley available online to program motes
Implementation • Mobile mote sends out radio and ultrasound signals at the same time MobileMote Stationary Mote
Implementation • Stationary mote measures time difference between radio and ultrasound pulse • Distance is calculated • Position is found using multiple stationary motes • Instructions given to servos for movement based on real time position
Problems • Integrating ultrasound devices • We can build our own motes using circuit diagrams from the MIT Cricket project • Just use radio strength data (less accurate) • Time delay in processing location • Might be easier to implement using UHF RFID Radar
Mini-Project • Implement the mote system using two motes • Ultrasound and radio communication working