User Tools

Site Tools


notes:c4eng:fall2022:projects:vcc0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:c4eng:fall2022:projects:vcc0 [2022/09/14 17:30] – [BREADBOARD] lbrant2notes:c4eng:fall2022:projects:vcc0 [2022/09/14 21:14] (current) – [COMPONENTS] ilaface
Line 38: Line 38:
   * https://www.youtube.com/watch?v=6WReFkfrUIk   * https://www.youtube.com/watch?v=6WReFkfrUIk
  
-The purpose of the breadboard is to make quick electrical connections between components- like resistors, LEDs, capacitors, etc- so that you can test your circuit before permanently soldering it together.  Breadboards have many small sockets on them, and some groups of sockets are electrically connected to each other.  On the underside of the board there are many small metal strips which physically connect certain groups of sockets together and allow electricity to flow freely between them.  These strips are probably not visible on the underside of your breadboard, but the third picture shows how they are organized.+The purpose of the breadboard is to make quick electrical connections between components- like resistors, LEDs, capacitors, etc- so that you can test your circuit before permanently soldering it together.  Breadboards have many small sockets on them, and some groups of sockets are electrically connected to each other.  On the underside of the board there are many small metal strips which physically connect certain groups of sockets together and allow electricity to flow freely between them.  These strips are probably not visible on the underside of your breadboard.
 ====COMPONENTS==== ====COMPONENTS====
 **Breadboard** **Breadboard**
  
-A breadboard consists of plastic block holding a matrix of electrical sockets of a size suitable for gripping thin connecting wire, component wires or the pins of transistors and integrated circuits. The sockets are connected inside the board, usually in rows of five sockets. +A breadboard consists of plastic block holding a matrix of electrical sockets of a size suitable for gripping thin connecting wire, component wires or the pins of transistors and integrated circuits. The sockets are connected inside the board (by metal clips), in rows of five sockets horizontally 
  
 **GPIO Expansion Board** **GPIO Expansion Board**
Line 115: Line 115:
 Provided there are no apparent errors, close out of that terminal and open a new one, then the **gpio** tool and related WiringPi functionality should now be available. Provided there are no apparent errors, close out of that terminal and open a new one, then the **gpio** tool and related WiringPi functionality should now be available.
 =====PROGRAM===== =====PROGRAM=====
 +Declare
 + int cont = 0;
 + int num_cont = 8:
  
 +Make sure to record wiring pi assignments into pin array. Ex:
 + pin[0] = 0
 + pin[1] = 2
 + pin[2] = 3
 + pin[3] = 4
 +
 +Remember to use if and else statements in while statement. Digital write goes after all if and else statements. Else uses LOW meaning off and if uses HIGH meaning on.
  
notes/c4eng/fall2022/projects/vcc0.1663176625.txt.gz · Last modified: 2022/09/14 17:30 by lbrant2