Tumgik
kristinodblr-blog 5 years
Photo
Tumblr media
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鈥檚 teacher in 1902 and has recently been restored to mint condition.聽
0 notes
kristinodblr-blog 8 years
Photo
Tumblr media
This adorable anger was laser cut, and will sit atop our Christmas tree, powered by a servo motor.
5 notes View notes
kristinodblr-blog 8 years
Video
undefined
tumblr
A look back at our pre-DC motor pinwheels!
2 notes View notes
kristinodblr-blog 8 years
Video
undefined
tumblr
our pinwheel moving faster than sound!!
2 notes View notes
kristinodblr-blog 8 years
Video
undefined
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
kristinodblr-blog 8 years
Photo
Tumblr media
Step 1 of @kristinodblr鈥榮 and my project: pinwheels!!!
1 note View note
kristinodblr-blog 8 years
Photo
Tumblr media
The magic behind our winter wonderland!
2 notes View notes
kristinodblr-blog 8 years
Photo
Come hit up DJ Syd at the MMT dance tonight;) #lit #arduinodj #servomotor #cool #hashtag
Tumblr media
servo sydney ;) hit her up for all your social events
6 notes View notes
kristinodblr-blog 8 years
Photo
What do you call it when worms take over the world? Global Worming!
#lol #getit #butactuallywhatisthat #isseverelyangrydogok #probablynot #lookatherusername #uhoh #thephysicalcomputingworldisindanger #help #sos
Tumblr media Tumblr media
You can use a servo motor to make your animals come to life!!!
8 notes View notes
kristinodblr-blog 8 years
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
kristinodblr-blog 8 years
Photo
Lol
Tumblr media
speaker lol
10 notes View notes
kristinodblr-blog 8 years
Photo
Wow!
Tumblr media
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
kristinodblr-blog 8 years
Photo
Tumblr media
And here it is!
2 notes View notes
kristinodblr-blog 8 years
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
kristinodblr-blog 8 years
Video
undefined
tumblr
1 note View note
kristinodblr-blog 8 years
Photo
Tumblr media
Here it is!
0 notes
kristinodblr-blog 8 years
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