To keep in mind:
Voltage: the potential for electrical energy
0= off 1= on, high voltage
Computer language is binary written with 1's and 0's
Binary is base two, just like decimal (the standard number format) is base 10.
This means that a binary number can be viewed as an addition of powers of two, just like a decimal number can be viewed as an addition of powers of 10.
i.e.
The number:
1778
Can be seen as:
1*10^3 + 7 * 10^2 + 7*10^1 + 8*10^0 = 1000 + 700 + 70 + 8 = 1778
For binary:
11010 = 1 * 2^4 + 1*2^3 + 0*2^3 + 1*2^2 + 1*2 + 0*2^0 = 26 (In decimal)
Computers can:
1) senses info
2) remembers data for later use
3) adds
Writing the code to send to the board (you can use programs such as Arduino and Processing)
-written in C, and then converted into binary by a compiler
-Digital pins read 5 volts so they are either on or off (If the board's operating voltage is 5V)
-On and off is represent by 1 and 0 respectively
-Analog- read voltages between 0-5 (If operating voltage is 5) then it goes through a special circuit that converts analog to digital (binary) number which represents the voltage.
-a function is a list of commands
Links:
http://arduino.cc/
http://www.ladyada.net/learn/arduino/index.html
http://www.processing.org
Monday, February 22, 2010
Monday, February 1, 2010
Electronic Lunch: How to Solder #1

Practicing Joining Wires by Soldering...
Soldering- connecting pieces without losing electric conductivity.
- soldering iron
- soldering wire
2- Tin the wire.
- damp sponge (to keep tip of iron clean)
- wire to join (we used old speaker cable)
- wire stripper
- something to hold the pieces while you work
- electrical tape
Tips:
- heat the work not the solder
- solder melts QUICKLY, much faster than material you are connecting
- avoid Cold Joints: didn't use enough heat- won't conduct signal and might physically come off.
Steps:
1- Strip the jacket off the wire, don't cut into the wire.

- this is putting some solder on the wire before you connect them so that connecting them goes smother.
- If the solder stays a ball on the wire than its not hot enough
- put solder on until wire ends are covered, turn silver
- work towards the tip
- once it flows it goes

3- Twist the wire together
-twist ends together and fold back on itself (make sure both ends get twisted)

4- Solder this joint
5- Cover in electrical tape
Subscribe to:
Posts (Atom)