Honors Biology Biomimicry 2024

Mid Review Feedback

Yuan Bin Su and Ganghun Kim

During the mid review, we received one piece of feedback that could improve our project:

Take advantage of the specific hexagonal shape of honey comb cells' property in stacking into each other perfectly while having the most "joints" possible.

We realized this property was a big reason why it is the shape used for honeycomb cells. If it was used for our first prototype, it would have taken a while, but we will use its stacking property for the final product.

01/26 Finished electronics

Oliver Zhang and Andrew Jiakang Feng

Ok we added velcro onto the water tank and the electronics box so that they could attach and detach easily. Then we added wooden sticks and lego pieces so that the solenoid piston could stay in place and its power would be optimized. After we test the leaves tonight, we will stick them onto the wooden rod attached to the piston.

01/26 Leaves

Oliver Zhang and Andrew Jiakang Feng

So the superhydrophobic coating and the hydrophilic coating both arrived on Friday, and we worked on finishing the leaves today.

A quick update on the leaves, here's how they are made:

1. laser cut a piece of wood to the correct shape

2. cover the piece with a layer of tin foil (must be very very smooth)

3. spray paint the leaf with hydrophobic paint

4. Use the previous method to make grids of hydrophilic paint on the leaf

With this method, we made 3 leaves that are ready to be tested tonight.

01/26 Actual finalized code

Oliver Zhang and Andrew Jiakang Feng
void setup() {
  pinMode(A0,OUTPUT);
  pinMode(A1,INPUT);
  pinMode(7,OUTPUT);
  pinMode(8,OUTPUT);
}
int water=0;
int time=0;
const int T=7500; //2.5 minutes
void loop() {
  water=analogRead(A1);
  if(water>550){
    digitalWrite(8,HIGH);
  }else{
    digitalWrite(8,LOW);
  }
  time+=1;
  if(time>=T&&time<=T+1){
    digitalWrite(A0,HIGH);
  }else if(time>=T+2&&time<=T+3){
    digitalWrite(A0,LOW);
  }else if(time>=T+4&&time<=T+5){
    digitalWrite(A0,HIGH);
  }else if(time>=T+6){
    time=0;
    digitalWrite(A0,LOW);
  }else{
    digitalWrite(A0,LOW);
  }
  delay(20);
}

Nearly finish final prototype :D

Matias Yau and Ryan Moriya

time budget - no smoke today :(

Ryan Moriya and Matias Yau
experiment vid.zip

I proved that the structure can take in wind from any direction and turn it into a single direction airflow :D

Just had to remove the â–³

Testing - Our Surgical Staple

Henry Gu and Wuyan Li

REVISED FINAL SKETCH

Anxuan Xie and 2 OthersGeraldo Moran
Seungwoo Byun

Testing - Traditional Surgical Staples

Henry Gu and Wuyan Li

Successful 3D Printing!

Henry Gu and Wuyan Li