Photo

Yesterday we went on an incredible tour of the Hospital de Sant Pau after La Sagrada Familia! We learned from a very passionate tour guide about the intricacies of the establishment and of its significance as one of the first modern hospitals which utilized hygienics. It was designed by Gaudi’s teacher in 1902 and has recently been restored to mint condition.
0 notes
Photo

This adorable anger was laser cut, and will sit atop our Christmas tree, powered by a servo motor.
5 notes
·
View notes
Video
tumblr
A look back at our pre-DC motor pinwheels!
2 notes
·
View notes
Video
tumblr
our pinwheel moving faster than sound!!
2 notes
·
View notes
Video
tumblr
behind the scenes of our winter wonderland! In this video I am connecting the servo motor to the RedBoard containing our DC motors. Stay tuned!
1 note
·
View note
Photo

Step 1 of @kristinodblr‘s and my project: pinwheels!!!
1 note
·
View note
Photo
Come hit up DJ Syd at the MMT dance tonight;) #lit #arduinodj #servomotor #cool #hashtag
servo sydney ;) hit her up for all your social events
6 notes
·
View notes
Photo
What do you call it when worms take over the world? Global Worming!
#lol #getit #butactuallywhatisthat #isseverelyangrydogok #probablynot #lookatherusername #uhoh #thephysicalcomputingworldisindanger #help #sos

You can use a servo motor to make your animals come to life!!!
8 notes
·
View notes
Text
Bye!
The servo motor is rly fun!!!!!!1!!!!!2!1!! I think that this is the most fun project I have done because it moves and you can wrestle other servo motors with it! will update soon lol bye
4 notes
·
View notes
Photo
Wow!
This pressure sensor keyboard with an arduino made different special-effect type noises depending on whether a light or heavy force was applied to a specific sensor.
3 notes
·
View notes
Text
#include <Servo.h>; // include the servo library Servo servoMotor; // creates an instance of the servo object to control a servo int servoPin = 3; // Control pin for servo motor void setup() { Serial.begin(9600); // initialize serial communications servoMotor.attach(servoPin); // attaches the servo on pin 2 to the servo object } void loop() { int analogValue = analogRead(A0); // read the analog input Serial.println(analogValue); // print it // if your sensor's range is less than 0 to 1023, you'll need to // modify the map() function to use the values you discovered: int servoAngle = map(analogValue, 70, 700, 0, 179); // move the servo using the angle from the sensor: servoMotor.write(servoAngle); }
Create a servo motor on your RedBoard!
1 note
·
View note
Text
Speaker arduino
1. Connect speaker
2. Insert jumper cables as shown in video
3. Plug in photocells
4. Connect arduino to computer
5. Insert code in arduino application
6. Listen to your speaker make some fun noise!
1 note
·
View note