Summary
This project is a simulated wind tunnel designed to provide an engaging and educational experience. Each member of this team is responsible for a unique subsystem. The Aircraft Pitch Controller adjusts a stepper motor based on user input. The Fan Airspeed Controller drives a DC motor to generate airflow. The User Input module captures operator settings through a potentiometer. The Data Display module reads airspeed using an anemometer and presents feedback. All subsystems communicate via a custom UART protocol over a shared control net. The system teaches aerodynamic concepts in a fun, interactive way while emphasizing modular embedded design.