Laser Speckle Wind Sensor Project
ISEF Category: Embedded Systems
Ready to Turn This Idea Into a Real Project?
This guide was put together with the help of AI research tools to give you a solid starting point. But a competitive science fair project lives in the details: refining your research question, fine-tuning your variables, analyzing your data, and presenting your findings like a seasoned scientist.
For next steps tailored to your interests, skill level, and timeline, work one-on-one with a MehtA+ mentor. Learn more about MehtA+ Science & Engineering Research Mentorship →
Subcategory: Optics · Difficulty: Advanced · Setup: School Lab · Time: 1 to 2 Months
The Hook
Wind can change faster than a cheap fan can spin. That makes it hard to measure well with simple tools. Your laser can help by turning tiny speckle changes on a wall into a wind signal. That gives you a real sensor project with optics, coding, and calibration all in one.
What Is It?
This project uses laser speckle, the grainy pattern you see when coherent light like a laser bounces off a rough surface. When air moves, the pattern shifts and blurs a little. A photodiode can track those changes, and a microcontroller can turn the signal into numbers with an FFT, which breaks a wave into frequency parts.
Think of it like listening to a crowd from outside a stadium. You cannot hear each person, but you can still tell when the noise gets louder or calmer. Here, the speckle pattern is the crowd, and wind is what changes the sound. You are not measuring wind directly, you are measuring how much the light pattern changes over time and linking that to wind speed.
Why This Is a Good Topic
This is a strong science fair topic because you can test a clear input and output, then build a calibration curve from real data. You can vary wind speed, distance, wall texture, beam angle, or sampling method and see what changes the signal most. That gives you room for honest engineering and data analysis, not just a demo. It also connects to remote sensing, low-cost instrumentation, and optical measurement, which all matter in real systems.
Research Questions
- How does wind speed affect speckle decorrelation measured by a photodiode on a fixed wall target?
- What is the effect of wall surface texture on the stability of the speckle signal?
- Does the distance between the laser spot and the wall change the sensitivity of the optical anemometer?
- To what extent does sampling rate improve the accuracy of FFT-based wind estimation?
- Which signal feature, such as RMS amplitude, dominant frequency, or spectral centroid, best predicts wind speed?
- How does beam alignment error affect calibration repeatability?
Basic Materials
- Laser pointer with stable mount.
- Photodiode module or light sensor with analog output.
- Microcontroller board with ADC, such as Arduino or ESP32.
- Breadboard, jumper wires, and resistor set.
- White wall or matte projection screen.
- Consumer anemometer kit for calibration.
- Tripod or clamp mounts for the laser and sensor.
- Computer for logging and analysis.
- Darkened room or blackout fabric to reduce stray light.
Advanced Materials
- Laser diode module with current control.
- High-speed photodiode and transimpedance amplifier.
- Microcontroller or data acquisition board with higher sampling rate.
- Optical mounts, rails, and alignment hardware.
- Calibrated fan tunnel or small wind source with controlled output.
- Reference hot-wire or cup anemometer, if available.
- Neutral density filters for signal tuning.
- Matte target panels with known surface roughness.
- Oscilloscope for signal debugging.
- Shielded cables and enclosure parts for noise control.
Software & Tools
- Arduino IDE: Uploads firmware and collects sensor data from the microcontroller.
- Python: Cleans the signal, runs FFT analysis, and plots calibration curves.
- ImageJ: Measures speckle contrast if you also capture frames with a camera.
- LibreOffice Calc: Organizes trial data and checks for obvious outliers.
- GeoGebra: Fits simple curves and helps compare calibration models.
Experiment Steps
- Define the exact signal you will measure, such as raw photodiode voltage, FFT features, or frame-to-frame speckle contrast.
- Choose one wind source and one reference sensor so your calibration stays consistent.
- Plan the optical geometry, including laser angle, wall type, and sensor position, before you start collecting data.
- Build a test matrix that changes one variable at a time, then compare how much each one shifts the signal.
- Decide how you will convert sensor output into wind speed with a calibration curve and a validation set.
- Set criteria for noise rejection, repeat trials, and error bars so your final claim rests on measured uncertainty.
Common Pitfalls
- Aiming the laser at a glossy surface, which creates unstable reflections instead of useful speckle.
- Letting room lights or sunlight add noise, which hides the wind signal in the photodiode output.
- Changing the laser angle between trials, which changes the speckle pattern more than the wind does.
- Using a fan that does not produce repeatable airflow, which makes calibration curves look better than they really are.
- Treating FFT peaks as wind speed without validation, which can confuse vibration or electrical noise with airflow.
What Makes This Competitive
A strong version of this project does more than prove the sensor works. You can compare multiple signal features, test several wall materials, or check whether the method still works when the beam path changes. Good error analysis matters too, especially if you separate airflow effects from vibration, ambient light, and alignment drift. If you build a careful calibration and then test it on new conditions, your project starts to look like real instrumentation research.
Project Variations
- Use a phone camera instead of a photodiode and compare image-based speckle contrast against the MCU pipeline.
- Test different rough surfaces, such as painted drywall, paper, and foam board, to see which target gives the cleanest calibration.
- Replace the fan with outdoor airflow measurements and compare indoor calibration to real room ventilation patterns.
Learn More
- MIT OpenCourseWare, Optics and photonics materials: Search MIT OpenCourseWare for introductory optics lecture notes and labs on interference, diffraction, and coherent light.
- NASA Glenn Research Center, Laser and light basics: Search NASA Glenn for student-friendly explanations of lasers, optics, and sensing.
- NIH PubMed: Search for review articles on speckle tracking, optical flow, and laser sensing methods.
- NOAA National Weather Service education pages: Use these for background on wind measurement, airflow, and weather instrumentation.
- IEEE Xplore abstracts and abstracts in related journals: Search for papers on optical anemometry, speckle-based sensing, and embedded signal processing.
