Week 1: Project Overview
Designing and implementing a small-scale wind energy system that combines data analytics, embedded sensing, Internet of Things connectivity, and simulation-based validation is the goal of this project. The motivation behind this project is to gain hands-on experience with a complete engineering workflow, starting from physical energy generation and extending to real-time monitoring, MATLAB analysis, and digital twin modelling.
Because wind energy is inherently changeable, it was selected as the focal point because it is perfect for showcasing real-time sensing, data processing, and system modelling. By using a controlled wind source such as a desk fan, the system can be tested repeatedly under different conditions while remaining safe and practical for indoor experimentation.
This study closely relates to contemporary engineering techniques utilised in smart systems, predictive modelling, and renewable energy monitoring.
Project Overview
The project entails constructing a prototype micro wind turbine with turbine blades mechanically connected to a generator. Sensors attached to an ESP32 microprocessor will measure the electrical power produced by the turbine. The microcontroller will wirelessly provide real-time data to a dashboard that can be seen on a smartphone or other device.
Key parameters to be measured include:
- RPM
- Voltage
- Current
- Power
- Airflow from the desk fan drives the wind turbine
- The turbine rotates a generator to produce electricity
- Voltage and current sensors measure electrical output
- an ESP32 processes sensor data and transmits it via Wi-Fi
- Data is displayed on a live dashboard and logged for MATLAB analysis
- A simulink model is used to simulate and validate system behavior.
- Low generated voltage/current: mitigated by selecting a higher-output turbine generator and using a DC-DC boost converter.
- Noisy sensor readings: mitigated through filtering, smoothing capacitors, and appropriate sampling rates.
- Mechanical instability: mitigated by secure mounting and balanced turbine blades.
- Wi-Fi communication issues: mitigated through local serial monitoring and data buffering.



Comments
Post a Comment