What a cute kitty
Aqua Utopia|海の底で記憶を紡ぐ
Doug Jones
Claire Keane

tannertan36
No title available
Cosmic Funnies

oozey mess
Xuebing Du
Fai_Ryy
Cosimo Galluzzi
No title available
Monterey Bay Aquarium

Andulka
🩵 avery cochrane 🩵

roma★
No title available
PUT YOUR BEARD IN MY MOUTH

Origami Around

Jar Jar Binks Fan Club
The Bowery Presents
seen from Germany
seen from France

seen from United States
seen from United States

seen from United States
seen from Malaysia
seen from Brazil
seen from United States

seen from United States

seen from United States

seen from Malaysia
seen from Netherlands
seen from Saudi Arabia

seen from Malaysia
seen from United States
seen from Italy

seen from Romania
seen from Netherlands

seen from United States

seen from Germany
@arch433
What a cute kitty
Flying Toaster!
Propeller Led Project bishreltsolongo
The Lamp Project
Process
Broke some acrylic pieces, to be continue tomorrow...
Propeller Led Project bishreltsolongo
final project
Issue: Light was not bright enough during presentation for successful projection
Solution: Since the project is due at midnight, and there was not enough time to order better parts, the quick fix was adding more super bright LEDs
#mrezaeia#finalproject#binaryclock
#mrezaeia#finalproject#binaryclock
Projection Lamp with dimmer
int val = 0;
void setup() {
// put your setup code here, to run
once:
Serial.begin(9600);
pinMode(3, OUTPUT);
}
void loop() {
// put your main code here, to run re-
peatedly:
val = analogRead(5);
//Serial.println(val);
Serial.println(val/4);
analogWrite(3, val/4);
// delay(50);
}
#mrezaeia#finalproject#LEDclock
#eyu1 #final #motionlight
#eyu1#finalproject#motionlight
#eyu1#finalproject#motionlight
TempCUBE in action. Turning from purple (30-40 degrees) to green (60-70 degrees).
Attempt at the Wave Shield reading the temperature. Simultaneously checking temperature and reading a set phrase.