Solid State Morphing Aircraft Team Progress Report 02/13/2014 Members: James Bird Roger Bounthisane Amber Cook Elaine Gumapas Thoai Nguyen Jeremiah Silvis
Aerodynamics Wandering Albatross Common Buzzard Grey Heron Cormorant
Geometric Shapes Rounded Rectangle (Buzzard) Most simple fabrication shape and theoretical analysis Elliptic (Grey heron) Least amount of induced drag Pointed Tip (Wandering Albatross) Generates the most lift Dihedral (Cormorant) Flies at higher speeds
Length( m) Sheets (#) Total Thickness (m) Harmonic Freq E Density (kg/m^3)Thickness(m) CF5.12E Wing Span(m) Chord Length (m) Leading Edge Trailing Edge Thickness (m) Volume (m^3) Mass (kg)lb StraightElliptic8.50E E straight rounded rect8.50E E Straight triangle edge8.50E E Straightpointed tip8.50E E Wing Characteristics Wing Natural Freq.
Structural Projected Weight Item Weight (oz.) Mass (g) DC-DC Converter V Battery Half-size breadboard Microcontroller fuzelage Wing Total =1.86 lb.
Finite Element Model
Electronics/Coding Creating a signal generator that has variable period and amplitude. An RC low pass filter will be added to signal to make a smooth the analog signal for the DC-DC boost converter to follow. Further research for a simpler method of signal generation with analog control is being researched.
Arduino Code sketch_jan31.ino /* created by: James Bird last modified: 1/31/14 */ int diff, feedback, time; int dir=1; int count=1; int pos=1; int diffPot=0; int timePot=3; int feedbackPin=5; void setup() { pinMode(9,OUTPUT); Serial.begin(9600); } void loop() { diff=.1*analogRead(diffPot); //0.1*(1023)=MAX of 102 bit step time=.1*analogRead(timePot); //0.1*1023=MAX of 102 ms time delay feedback=analogRead(feedbackPin); pos=pos+dir*diff; //newPos=oldPos+(direction)step if(pos<0) { dir=1; pos=0; } if(pos>255) { dir=-1; pos=255; } analogWrite(9,pos); delay(time); }
Output Maximum Frequency : 12 Hz Voltage ranges from 0 to 2.60 VDC STEP DELAY PWM A0 A3 RC FILTER A5 Oscilloscope
Specimens bonded w/ M8507P1 (MFC) A) 1 layer carbon fiber substrate (85x7mm) B) 3 layered carbon fiber substrate (85x7mm) C) 5 layered carbon fiber substrate (85x7mm) D) Re-using Sample B or Sample C to make a bimorph (85x7mm) Unimorph (1 MFC) Bimorph (2 MFCs) Substrate Piezo Smart Materials # of Layers Length (mm) Width (mm) Thickness (mm) Volume (mm^3)Mass (g) Density (kg/m^3) Modulus Pa (N/m^2) E E E+09 Table 1: Properties of Fabricated Carbon Fiber Samples Sample A Sample B Sample C Figure 1: Carbon Fiber Samples Figure 2: MFC & Substrate Layup
Test runs are in progress of bonding the MFC to the carbon fiber substrate to prevent any imperfections or slippage while being vacuum bagged Current Fabrication Tape Hinges Macro-Fiber Composite Carbon Fiber Substrate Glue Epoxy Figure 3: MFC & Carbon Fiber Figure 4: Component Layup
Apparatus similar to composite testing for a fixed end cantilever beam Samples will be tested through series of voltage loads from 0 to 1500v Data collected and analyzed to observe the relationship between strain (having proportional relationship to voltage) and blocking force of the MFC Figure 5: Apparatus Setup Testing Figure 6: Blocking Force Experiment