Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qc20/doppler-effect-arduino
https://github.com/qc20/doppler-effect-arduino
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qc20/doppler-effect-arduino
- Owner: QC20
- Created: 2023-10-17T12:11:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T13:11:01.000Z (about 1 year ago)
- Last Synced: 2023-10-17T14:50:00.545Z (about 1 year ago)
- Language: C++
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Demontrating the Doppler Effect
This Arduino project simulates the Doppler effect, a phenomenon where the frequency of a sound or light source appears to change as an observer moves relative to the source. In this simulation, we use a simple LED connected to an Arduino to represent the change in light intensity that might be observed when an object is approaching or moving away.![alt text](img/1-doppler-effect.jpeg)
## What is the Doppler Effect?
The Doppler effect, named after Austrian physicist Christian Doppler, is the change in frequency or wavelength of a wave as observed by an observer moving relative to the source of the wave. When an object emitting waves, such as sound or light, approaches an observer, the observer perceives an increase in frequency and a higher pitch or a shift towards the blue end of the spectrum (blueshift in light). Conversely, when the object moves away from the observer, the frequency decreases, resulting in a lower pitch or a shift towards the red end of the spectrum (redshift in light).![alt text](img/2-doppler-effect.jpeg)
## How Does this Arduino Project Demonstrate the Doppler Effect?
This Arduino project offers a simplified visualization of the Doppler effect using an LED. The LED's brightness is adjusted to simulate the behavior of light from an object moving closer and farther away. As the LED appears to get brighter and dimmer, it provides a visual representation of the Doppler effect. Please note that this is a basic representation and does not account for frequency shifts that occur in actual Doppler effect phenomena.Feel free to experiment with the code and circuit to understand the concept better and use it for educational purposes or as a starting point for more complex simulations.