Arduino/Microcontroller based Ultrasonic Sensing Radar
Steps:
- Burn ultrasonicRadar.ino to microncontroller
- Install python 2.7 and all the other required packages like numpy, scipy, PyQt4, pyqtgraph etc.
- Connect microcontroller to your computer through usb cable.
- Do check for port (either /ttyUSB* or COM*). Presently the code doesn't check for the port. This has to be done manualy.
- Start radApp.py and press "Start Acquisition" to start the radar process.