SlideShare a Scribd company logo
1 of 54
Download to read offline
Eagle PCB + Fab
Eagle PCB + Fab
schematic board
Eagle PCB + Fab
schematic board
Libraries
https://github.com/adafruit/Adafruit-Eagle-Library
https://github.com/sparkfun/SparkFun-Eagle-Libraries
Libraries
Libraries
Schematics
Add part
net
value
name
Add part
net
value
name
Schematics
Add part
Schematics
Add part
board
schem
Schematics
Add part
board
schem
Generic Parts
(you copy and paste
and change value):
capacitors
resistors
Symbols:
GND symbol
VCC symbol
Schematics
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
Not connected connected
net
Schematics
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
Schematics
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
Schematics
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
name
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
https://www.autodesk.com/products/eagle/blog/top-10-tips-draw-next-schematic-design-like-pro/
:(
Schematics
vcc vcc vcc
gnd gnd gnd
Signal path
1 2 3
Best Practices:
VCC should be connected via a star-like formation to sub
systems, with branches of equal length, NOT in a cascaded
or serial way where the last sub system is furthest away
from VCC. This will make the later sub systems vulnerable
to noise produced by the upstream ones.
:( :)
Best Practices:
-minimize trace lengths, components electronically close
should be physically close too. Longer traces have higher
resistance, capacitance and inductance.
:(
:)
Best Practices:
-Think in terms of a signal chain, with input on the left
moving towards output on the right. Divide things into
building blocks. Build each block separately and then throw
it on the main board.
Abstraction +
decomposition
Schematics
Schematics
Board
work in mils, most components are
designed with 100 mil spacing (0.1 ).
″
Board
route
show
ratsnest
ripup
name value
polygon
2nd
menu
Design
Rule
Check
Board
https://cdn.sparkfun.com/assets/e/6/f/e/2/52051bb3757b7fad144bb8e4.png
Place edge components first, things like USB
ports, power jacks, headers, etc… And make
sure that decoupling capacitor is nice and
close to the IC.
Don't overlap parts: All of your components
need some space to breathe.
Limit criss-crossing airwires
Tighter placement means a smaller and cheaper
board, but it also makes routing harder
Board
Design Rules Check (DRC) checks for:
Clearance: A trace is too close to either another trace or a
via. You'll probably have to nudge the trace around using the
MOVE tool.
Overlap: Two different signal traces are overlapping each
other. This will create a short if it's not fixed. You might
have to RIPUP one trace, and try routing it on the other side
of the board. Or find a new way for it to reach its
destination.
Dimension: A trace, pad, or via is intersecting with (or too
close to) a dimension line. If this isn't fixed that part of
the board will just be cut off.
Etc.
Board
Board:
Board
https://cdn.sparkfun.com/assets/e/6/f/e/2/52051bb3757b7
fad144bb8e4.png
Board
Ground Plane
Continuous
polygon
Name: GND Ratsnest
Ground planes
reduce electrical
noise and
interference
Board
Draw board edge in the Dimension layer
Board
Type dimension into the command line to
measure your board.
Exporting and inverting
*The lasercutter cuts BLACK
Board Making
2+ sides with vias
Silkscreen, solder mask, drills
1 sided
No silkscreen, solder mask, or drills
Possibility to make artisinal vias
Gerber Files
TOP:
copper layers,
solder mask,
legend or silk,
BOTTOM:
copper layers,
solder mask,
legend or silk,
Gerber Files
TOP:
copper layers,
solder mask,
legend or silk,
BOTTOM:
copper layers,
solder mask,
legend or silk,
DIY Vias
Board Making
chemical mill laser
Board Making
chemical mill laser
Exporting
All layers OFF except:
TOP
PADS
DIMENSION
Exporting
Options > Set > Misc
Deactivate pad
names, signal and
pad names.
Exporting
File > Export > Image
Select 1200 dpi, Monochrome
Inverting
Photoshop
Interface Design
Assembly
Minimum for
microchip testing
External power Full circuit
Good Practices:
Reverse Polarity protection
A P-Channel MOSFET set up where the gate is
connected to ground will only turn on when the
polarity is correct. If Vin is not greater than the
maximum allowed voltage you can put accross the
MOSFET from gate to source (Vgs max.), or the Vin is
not less than the threshold required for the P-FET
to turn on (Vgs th), then it doesn’t need any other
components.
Overvoltage protection
(https://circuitdigest.com/electronic-circuits/
overvoltage-protection-circuit):
When the voltage is below the Zener Diode’s 5.1V
reverse threshold, Q2’s base is HIGH (through the
2.2K resistor) so the PNP is off. This means that Q1
is ON (because it’s PNP base is connected to ground
via 6.8K) and the circuit is powered.
When the voltage is above the Zener Diode’s 5.1V
reverse threshold, Q2 is connected to ground and is
turned on. This connects Q1 with VCC and therefore
turns it off, disconnecting the circuit from the
power.
Short circuit protection
Q2 is a PNP, Q1 is an NPN. Here is my understanding
based on the site
https://circuitdigest.com/electronic-circuits/short-
circuit-protection-circuit-diagram
First a small amount of current reaches the base of
Q1 (via R5 and the D2), causing it to turn on Q2.
Now current flows through Q2 into R4 and D1 while
keeping Q1 on. Current is no longer flowing through
D2.
When a short occurs, current passes directly towards
ground from Q2 and therefore no longer turns Q1 on.
This turns off Q2 and now current passes via R5 and
D2, skipping D1 and still skipping R2 towards Q1,
directly to ground. Instead of having a short, we
now have current passing through R5 and D2.
Print out circuit to test
Test Points
Test Points
Give it a title!
More Best Practices:
-work in mils, most components are designed with 100 mil spacing (0.1 ).
″
-For your Eagle grid, had a 25 thou alt grid with a 50 thou main grid. Or a 25mil/10mil for finer work. Use a SNAP grid.
-bigger traces are better generally, they have lower DC resistance and lower inductance.
-25 thou for signal traces, 50 thou for power, 10-15 for traces going in between ICs is a good place to start.
-oval shaped pads for ICs, circular for leaded resistors and caps.
-minimize the number of drill bits that will be required by the board house to make your circuit.
-check that when you actually add the components, screws, etc., it all fits and doesn’t cause potential shorts.
-do not mix analog and digital sub systems in the same circuit, nor high current or frequency and low current and frequency.
-leave a rectangle at the top of the solder mask so you can write something in pen on the board!
-for a two sided board, the bottom can be a ground plane. You should not have the ground plane extend all the way to the edge of the board. The
more copper in your ground path the lower the impedance.
-Use multiple vias to connect the same signal to ground to lower impedance.
-One bypass cap per IC: 10nF or 1nF for higher frequencies, and 1uF or 10uF for low frequencies
-boards are typically made with 1oz. copper thickness and are 1.6mm thick fiberglass FR4.
Visualizing your circuit before building:
https://www.falstad.com/circuit/

More Related Content

Similar to Eagle pcb tutorial

Adxl3xx montagem
Adxl3xx montagemAdxl3xx montagem
Adxl3xx montagemgodinho2
 
Printed board circuit design (Pcb) PPT
 Printed board circuit design (Pcb) PPT Printed board circuit design (Pcb) PPT
Printed board circuit design (Pcb) PPTHoneyKumar34
 
Power Over Fiber_PCBProject
Power Over Fiber_PCBProjectPower Over Fiber_PCBProject
Power Over Fiber_PCBProjectInbar Kinarty
 
Pcb design using_eagle
Pcb design using_eaglePcb design using_eagle
Pcb design using_eagleABDUL MUNAFF
 
An Overview of theCS42L55 stereo CODEC w/Class H Headphone Amp
An Overview of theCS42L55 stereo CODEC w/Class H Headphone AmpAn Overview of theCS42L55 stereo CODEC w/Class H Headphone Amp
An Overview of theCS42L55 stereo CODEC w/Class H Headphone AmpPremier Farnell
 
Basics for pdn pcb designers
Basics for pdn pcb designersBasics for pdn pcb designers
Basics for pdn pcb designersjigg1777
 
PCB Terminologies in PCB designing
PCB Terminologies in PCB designingPCB Terminologies in PCB designing
PCB Terminologies in PCB designingMSHOAIBASLAM1
 
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...Sofics
 
Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3nadimsh90
 
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1Javed G S, PhD
 
pi-fp-man-2015
pi-fp-man-2015pi-fp-man-2015
pi-fp-man-2015Raj Nair
 
Hp dv6 7000 goya balen 11254-3
Hp dv6 7000 goya balen 11254-3Hp dv6 7000 goya balen 11254-3
Hp dv6 7000 goya balen 11254-3JosPinaya
 
1 100 transistorcircuits
1 100 transistorcircuits1 100 transistorcircuits
1 100 transistorcircuitsAlejandro Perez
 
Clipper_and_clamper.ppt
Clipper_and_clamper.pptClipper_and_clamper.ppt
Clipper_and_clamper.pptAbhishekghjgj
 
TE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge InterconnectsMemory Fabric Forum
 
PCB Layout guidelines.pdf
PCB Layout guidelines.pdfPCB Layout guidelines.pdf
PCB Layout guidelines.pdfssuserf36d4d1
 
PCB Design using Eagle by Abdul Munaff & Prof. Anil Kadle
PCB Design using Eagle by Abdul Munaff & Prof. Anil KadlePCB Design using Eagle by Abdul Munaff & Prof. Anil Kadle
PCB Design using Eagle by Abdul Munaff & Prof. Anil KadleABDUL MUNAFF
 

Similar to Eagle pcb tutorial (20)

Adxl3xx montagem
Adxl3xx montagemAdxl3xx montagem
Adxl3xx montagem
 
Printed board circuit design (Pcb) PPT
 Printed board circuit design (Pcb) PPT Printed board circuit design (Pcb) PPT
Printed board circuit design (Pcb) PPT
 
ORCAD pcb design
ORCAD pcb designORCAD pcb design
ORCAD pcb design
 
Power Over Fiber_PCBProject
Power Over Fiber_PCBProjectPower Over Fiber_PCBProject
Power Over Fiber_PCBProject
 
Pcb design using_eagle
Pcb design using_eaglePcb design using_eagle
Pcb design using_eagle
 
An Overview of theCS42L55 stereo CODEC w/Class H Headphone Amp
An Overview of theCS42L55 stereo CODEC w/Class H Headphone AmpAn Overview of theCS42L55 stereo CODEC w/Class H Headphone Amp
An Overview of theCS42L55 stereo CODEC w/Class H Headphone Amp
 
Basics for pdn pcb designers
Basics for pdn pcb designersBasics for pdn pcb designers
Basics for pdn pcb designers
 
PCB Terminologies in PCB designing
PCB Terminologies in PCB designingPCB Terminologies in PCB designing
PCB Terminologies in PCB designing
 
Intro_to_Arduino_-_v30.pptx
Intro_to_Arduino_-_v30.pptxIntro_to_Arduino_-_v30.pptx
Intro_to_Arduino_-_v30.pptx
 
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...
Optimized Local I/O ESD Protection for SerDes In Advanced SOI, BiCMOS and Fin...
 
Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3Chromation systems 24-channel-usb-connected-led-controller-v3
Chromation systems 24-channel-usb-connected-led-controller-v3
 
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
CMOS Analog IC design by Dr GS Javed - Refresher Course - Batch 1
 
Pcb wizard software
Pcb wizard softwarePcb wizard software
Pcb wizard software
 
pi-fp-man-2015
pi-fp-man-2015pi-fp-man-2015
pi-fp-man-2015
 
Hp dv6 7000 goya balen 11254-3
Hp dv6 7000 goya balen 11254-3Hp dv6 7000 goya balen 11254-3
Hp dv6 7000 goya balen 11254-3
 
1 100 transistorcircuits
1 100 transistorcircuits1 100 transistorcircuits
1 100 transistorcircuits
 
Clipper_and_clamper.ppt
Clipper_and_clamper.pptClipper_and_clamper.ppt
Clipper_and_clamper.ppt
 
TE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge InterconnectsTE Connectivity: Card Edge Interconnects
TE Connectivity: Card Edge Interconnects
 
PCB Layout guidelines.pdf
PCB Layout guidelines.pdfPCB Layout guidelines.pdf
PCB Layout guidelines.pdf
 
PCB Design using Eagle by Abdul Munaff & Prof. Anil Kadle
PCB Design using Eagle by Abdul Munaff & Prof. Anil KadlePCB Design using Eagle by Abdul Munaff & Prof. Anil Kadle
PCB Design using Eagle by Abdul Munaff & Prof. Anil Kadle
 

More from Jonah Marrs

Etapes fab-venti-v2
Etapes fab-venti-v2Etapes fab-venti-v2
Etapes fab-venti-v2Jonah Marrs
 
Arduino coding class part ii
Arduino coding class part iiArduino coding class part ii
Arduino coding class part iiJonah Marrs
 
Arduino coding class
Arduino coding classArduino coding class
Arduino coding classJonah Marrs
 
Arduino creative coding class part iii
Arduino creative coding class part iiiArduino creative coding class part iii
Arduino creative coding class part iiiJonah Marrs
 
Arduino workshop
Arduino workshopArduino workshop
Arduino workshopJonah Marrs
 
Shop bot training
Shop bot trainingShop bot training
Shop bot trainingJonah Marrs
 
Microcontroller primer
Microcontroller primerMicrocontroller primer
Microcontroller primerJonah Marrs
 

More from Jonah Marrs (9)

Sensors class
Sensors classSensors class
Sensors class
 
Etapes fab-venti-v2
Etapes fab-venti-v2Etapes fab-venti-v2
Etapes fab-venti-v2
 
Arduino coding class part ii
Arduino coding class part iiArduino coding class part ii
Arduino coding class part ii
 
Arduino coding class
Arduino coding classArduino coding class
Arduino coding class
 
Arduino creative coding class part iii
Arduino creative coding class part iiiArduino creative coding class part iii
Arduino creative coding class part iii
 
Assembly class
Assembly classAssembly class
Assembly class
 
Arduino workshop
Arduino workshopArduino workshop
Arduino workshop
 
Shop bot training
Shop bot trainingShop bot training
Shop bot training
 
Microcontroller primer
Microcontroller primerMicrocontroller primer
Microcontroller primer
 

Recently uploaded

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Eagle pcb tutorial