PCB Techinc Logo: Difference between revisions

From Technologia Incognita
Jump to navigation Jump to search
Brainsmoke (talk | contribs)
No edit summary
Brainsmoke (talk | contribs)
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Project
{{Project
|picture=techinc_logo_pcb.jpg
|ProjectSkills=Etching, Soldering
|ProjectSkills=Etching, Soldering
|ProjectStatus=Active
|ProjectStatus=Finished
|ProjectNiche=Electronics
|ProjectNiche=Electronics
|ProjectPurpose=World domination
|ProjectPurpose=World domination
}}
}}
Since our logo is a working PCB design, we should have a working circuit.
Since our logo is a working PCB design, we thought it was time we have a working circuit.


=Techinc Logo PCB mkII=
[https://github.com/techinc/techinc_badge techinc_badge] ordered from [http://imall.iteadstudio.com/open-pcb/pcb-prototyping.html iTead studio]
[[Image:test_batch.jpg|640px]]
[[Image:kicad_logo.png|400px]]
=Build Instructions=
{| class="wikitable"
|+Bill Of Materials
| Element || Quantity
|-
| Attiny85 || 1
|-
| Red LED SMD 1206 || 4
|-
| Yellow LED SMD 1206 || 4
|-
| Resistor 10K Ohm SMD 1206 || 1
|-
| Resistor 18 Ohm or 22 Ohm SMD 1206 || 4
|-
| CR2032 Battery || 1
|-
| CR2032 Battery Clip || 1
|-
| 2x3 .1" Pin Header for ISP (optional) || 1
|-
| Safety pin (optional) || 1
|}
It is a good idea to clean the PCB before you start soldering
An easy way of soldering smd components is to pre-tin one pad first.  Then position the component by melting the pre-tinned pad and placing the component on its footprint.  Then continue to solder the other end. Using extra flux will help a lot.
When soldering the LEDs to the board you must start with the upper most one.
the cathode (negative) must be on the outer most pad
starting clockwise, we will add all the other LEDs. The next LED must have its anode (positive) pad pointing outward.
Continue to alternate the polarity of the LEDs until you have soldered all 8.
You can figure out the polarity of your SMD LED here http://www.niktronixonline.com/Articles.asp?ID=140 . Another easy way of checking is to use the diode tester on a multimeter.
add the 18 or 22 ohm resistors in the positions shown below
add the final 10k/12k resistor
solder on the chip with the notch pointing to the right
Finally solder the battery clip on the backside
and it should light up!<br>
[[Image:Working_logo_badge.jpg|640px]]
[[Image:Working_logo_badge.jpg|640px]]


=Schematic=
[[Image:Techinc-logo-schematic.png]]


=Circuit board=
[[Image:Techinc_pcb.png|400px]]
[[Media:Techinc_pcb.svg|svg]]
=Code for AVR=
[[File:Techinc_badge_code.tar.gz|Techinc_badge_code.tar.gz‎]]
[https://github.com/techinc/techinc_logo_avr https://github.com/techinc/techinc_logo_avr]
=More Pictures=
[[Image:Techinc_pcb_sheet.jpg|640px]]
[[Image:Techinc_pcb_sheet.jpg|640px]]


[[Image:techinc_logo_pcb.jpg|640px]]
[[Image:techinc_logo_pcb.jpg|640px]]

Latest revision as of 14:32, 1 August 2014

Projects
Participants Brainsmoke
Skills Etching, Soldering
Status Finished
Niche Electronics
Purpose World domination

Since our logo is a working PCB design, we thought it was time we have a working circuit.

Techinc Logo PCB mkII

techinc_badge ordered from iTead studio

Build Instructions

Bill Of Materials
Element Quantity
Attiny85 1
Red LED SMD 1206 4
Yellow LED SMD 1206 4
Resistor 10K Ohm SMD 1206 1
Resistor 18 Ohm or 22 Ohm SMD 1206 4
CR2032 Battery 1
CR2032 Battery Clip 1
2x3 .1" Pin Header for ISP (optional) 1
Safety pin (optional) 1


It is a good idea to clean the PCB before you start soldering

An easy way of soldering smd components is to pre-tin one pad first. Then position the component by melting the pre-tinned pad and placing the component on its footprint. Then continue to solder the other end. Using extra flux will help a lot.

When soldering the LEDs to the board you must start with the upper most one.

the cathode (negative) must be on the outer most pad

starting clockwise, we will add all the other LEDs. The next LED must have its anode (positive) pad pointing outward.

Continue to alternate the polarity of the LEDs until you have soldered all 8.

You can figure out the polarity of your SMD LED here http://www.niktronixonline.com/Articles.asp?ID=140 . Another easy way of checking is to use the diode tester on a multimeter.

add the 18 or 22 ohm resistors in the positions shown below

add the final 10k/12k resistor

solder on the chip with the notch pointing to the right

Finally solder the battery clip on the backside

and it should light up!

Schematic

Circuit board

svg

Code for AVR

File:Techinc badge code.tar.gz

https://github.com/techinc/techinc_logo_avr

More Pictures