wind_sensor:meeting_minutes_apr_14_2017

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wind_sensor:meeting_minutes_apr_14_2017 [2017/04/15 05:10]
mwu [Ultrasonic Wind Sensor]
wind_sensor:meeting_minutes_apr_14_2017 [2021/09/19 21:59] (current)
Line 3: Line 3:
 =====Acoustic Wind Sensor===== =====Acoustic Wind Sensor=====
   * Updates:   * Updates:
 +    * Met with Dr. Kuh to discuss current status of project
 +      * Working real time processing algorithm to obtain wind speed of a single microphone
 +      * Algorithm to determine direction
 +        * Works for only 90 degrees
 +    * Conducted tests between 0 and 90 degrees to determine wind speed and direction in indoor conditions
 +      * Used an anemometer to calibrate wind speed
 +      * Used a lazy susan marked with angles 0 to 360 degrees to calibrate direction
 +      * Placed anemometer facing in the direction of the 0 degree mark and turned lazy susan to desired testing angle
   * To Do:   * To Do:
 +    * Conduct tests of algorithm beyond just 90 degrees
 +    * May require modifying algorithm. ​
 =====Ultrasonic Wind Sensor===== =====Ultrasonic Wind Sensor=====
   * Updates:   * Updates:
Line 24: Line 34:
     * Delay 12.5us using nops:     * Delay 12.5us using nops:
       * Not very reliable, a better approach would be to try and modify the timer'​s prescaler and initial value to achieve a 12.5us trigger.       * Not very reliable, a better approach would be to try and modify the timer'​s prescaler and initial value to achieve a 12.5us trigger.
-    * Modified program to utilize a Timer to send the pulses rather than a for loop and delays. Makes the frequency ​much more stable. ​Also added an array to keep track of the emitted ​times.+    * Modified program to utilize a Timer to send the pulses rather than a for loop and delays. Makes the frequency more stable. ​See pulse generation below: 
 +      * {{ :​wind_sensor:​timer_pulse_generation.jpg?​direct&​600 |}} 
 +    * Added an array to keep track of emitter times. Tested ​the times and they are pretty consistent. Moved circuit elements onto one board. Working on integrating transducers with receiver code. 
 +      * {{ :​wind_sensor:​circuit1.jpg?​direct&​600 |}}
   * To Do:   * To Do:
-    * Work on using the zero crossing detector ​in the Teensy setup and integrate it with the program.+    * Continue working ​on integrating ​zero crossing detector with program.
  • wind_sensor/meeting_minutes_apr_14_2017.1492233016.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)