SlideShare a Scribd company logo
CDI 11 ADVANCED
Term 3
Revision Notes
3D Printing Technology
• 3D printing technology uses this method.
• A process that adds material layer by
layer to create an object.
• Benefit - Objects can be created without
the use of moulds or dies.
• Traditional manufacturing techniques.
• This process involves starting with a raw
material such as stone or wood and removing
the unnecessary material until you are left
with the product you wanted to manufacture.
SUBTRACTIVE MANUFACTURING ADDITIVE MANUFACTURING
CNC: COMPUTER NUMERICAL CONTROL
• A computer converts the design produced by Computer Aided Design software
(CAD) like 123D Design, into numbers (like coordinates of a graph).
• Numbers - control the movement of the cutter ; Computer - controls the cutter
speed, and direction to cut and shape of the material.
• CNC can create fine and detailed pieces.
3D Printing Types
STEREO-LITHOGRAPHY
(SLA)
SELECTIVE LASER SINTERING
(SLS)
FUSED DEPOSITION MODELLING
(FDM)
• Stereo-solid + Lithography-printing
• 1986 – Charles Hull – created first
SLA device.
• Resin-a light sensitive glue-like
liquid substance-becomes solid
when a specific frequency of light
shines on it.
• Lasers-controlled by computer;
draw the outline of the 3D model,
slice by slice until the layer is
completely hardened.
• 1987 – Carl Deckard– created first
SLS device
• Advantage – powders from plastic,
ceramic, glass or metal to create
objects with extreme detail and
complexity.
• After each layer is bonded the model is
repositioned so that a roller can apply
a new coat of powder. The lasers then
bond that layer and so the process is
repeated until the model is complete.
• Expensive process.
• The printer generally uses plastic
filament (a roll of plastic much like
a roll of string) and adds many
layers to build solid objects.
• Cost effective process.
PARTS OF 3D FDM PRINTER
Filament : Used to produce
printed object
Extruder : It is a mechanical system that
forces filament into the heated nozzle at a
controlled rate.
Heated nozzle: Tools that
melts the filament at high
temp.(180-220 0 Celsius)
Print bed/ build platform: A surface on
which final object is printed.
3D PRINTING PROCESS
Modelling : Process of designing and
creating digital representation of an object
using 3D modelling application (123D design )
Printing setup : Setting up the 3D model
so that it can be printed using the printer
by setting the parameters.
You have used -
FlashPrint to
make your
project – 3d car. 3D Printing
Formats
.stl
.gx
Filament And Material Types
PLA
• Thermoplastic.
• Most commonly used.
• Biodegradable and eco-friendly .
• Used in items such as water bottles,
plastic cups and mugs, food containers
and small electronic product casings.
ABS
• Thermoplastic
• Higher temperature for melting so not all
3D printers have a heated nozzle and
extruder than can support ABS
• Not biodegradable or eco-friendly
• Commonly used in manufacturing plastic
industrial pipes, Lego blocks, car parts
and in kitchen appliances.
• Strong, durable and less flexible than
PLA
• Quite heat resistant.
• Electricity : A form of energy used to drive televisions, washing machine, mobile telephones.
• Electronics : Control electric circuits.
• Current : Rate of flow of charges
• Embedded systems : It is a specialized computer system with a specific function within a
larger mechanical or electrical system.
Examples -
• Air conditioner in car.
• Seatbelt warning in car.
• Garden watering system.
• Motion sensitive security system.
An “embedded system” is known as an input, which is a device
that contains a computer unit or a microcontroller that reads the
changes in an environment. It then controls an output system
to change the environment.
Electric Circuit : Group of
electric components
connected by conductors for
current flow
Voltage
Source
Conductive
Path Load
It causes the
current to flow
through circuit.
Consumes electric
power.
Through which
current flows.
Types of Voltage Source
Alternating Current :
Wall Socket
Direct Current :
Battery
ELECTRICAL SCHEMATIC
Ohm’s Law
• Voltage is the
difference in charge
between two points.
• Measured in Volts(V).
• Resistance is a
material’s tendency
to resist the flow of
charge (current).
• Measured in
Ohms(Ω).
• Current is the rate at
which charge is
flowing.
• Measured in
Amperes(A).
Batteries : Change chemical to
electrical energy, consists of many
cells.
Resistor : Electrical
component for electrical
resistance.
Breadboard : It is a solder
less board that can be
used to make temporary
circuits.
4-band
Resistor
5-band
Resistor
How to
calculate
resistor
value:
11 adv revision_notes_term_3
Diode : Two Terminal electronic
component
Current flows from anode to cathode.
DIODE vs LED
• LED : A diode emits light when current flows.
Uses advanced semiconductor materials.
• Advantages of LED over traditional light
bulbs: more robust; consume less power;
last longer.
Testing of an LED using Multimeter
Set the
multimeter to
diode test
option.
To
anodeTo
cathode
• Notice the dim light
of the LED due to
the electric current
flowing through the
LED (the diode).
• Here you can read
the voltage across
the LED.
EXAMPLE:LED Flash Task
SCHEMATIC DIAGRAM:
1. Students will be required to
design or complete a circuit
diagram related to a product or
process suggested. (Sample as
shown aside.)
2. There will also be a written
element in relation to the circuit
diagram.
e.g. How many LEDs are connected?
To which pin LED is connected to?
CODING:
A code will be provided and students will be
asked to redesign or adjust the program code
by adding appropriate component parts.
(a) Int ledPin = 10; (wrong)
int ledPin = 10; (correct)
(b) void loop() (wrong)
void loop() { (correct)
(c) Make the LED off for 5 secs.
delay(5000);
Int ledPin = 10;
// the setup function runs once when you press reset or power the board
void setup() {
pinMode(ledPin, OUTPUT);
}
// the loop function runs over and over again forever
void loop()
digitalWrite(ledPin, HIGH);// turn the LED on (HIGH is the voltage level)
delay(2000); // wait for 2 seconds
digitalWrite(ledPin, LOW); // turn the LED off by making the voltage LOW
delay(2000); // wait for 2 seconds
}
MOTORS
1. Have two leads – red(positive)
and black(negative).
2. It runs at high RPM(revolutions
per minute).
3. Controlling DC motor directly
from Arduino board will damage
it.
1. Have three leads –
orange(control), red(power) and
brown(ground).
2. It takes angle commands from a
series of pulses(sent every 20
milliseconds) sent from Arduino.
3. Controlling servo motor is done
from a special library called -
‘Servo’.
DC Motors Servo Motors
Applications Fan, Hair dryers, car,
lifts, cranes
Robots, Camera auto
focus, Automatic
Door openers
PWM Signal
• Pulse Width Modulation (PWM), is a technique for
generating an analog signal using digital means.
Toff
T = Time Period (secs) = Ton + Toff ;
Frequency (Hertz)
Duty Cycle
Ton

More Related Content

PPTX
10 11_gen_revision_notes_term_3
DOCX
11 ADV KEY VOCABULARY
PPTX
10 adv _revision_notes_term_3
DOCX
Key vocabulary 10 adv
PPTX
Cdi t1 10_adv_unit3_revision_notes_eot
PPTX
Cdi t1 10_gen_unit3_revision_notes_eot
PPTX
Cdi t1 12_gen_unit1&2_revision_notes_eot
PPTX
Section 5b&c capacitors pn junction
10 11_gen_revision_notes_term_3
11 ADV KEY VOCABULARY
10 adv _revision_notes_term_3
Key vocabulary 10 adv
Cdi t1 10_adv_unit3_revision_notes_eot
Cdi t1 10_gen_unit3_revision_notes_eot
Cdi t1 12_gen_unit1&2_revision_notes_eot
Section 5b&c capacitors pn junction

What's hot (20)

PPTX
Section 6
PPTX
Cdi t1 11_gen_unit1&2_revision_notes_eot
PPTX
Section 5 11 a &12 g
PPTX
What is electronics?
PPTX
Cdi t1 11_adv_unit1&2_revision_notes_eot
PDF
The fundemental of electronics ebook
PDF
Build your own electronics lab
PDF
Key vocabulary 10 & 11 g
PPTX
Resistor
PPT
Introduction to sensors
PPTX
Unit2 s3 electronic calculations 2
PPTX
Automatic DC Fan using LM35 (English version)
PDF
Embedded Application on Microcontroller in Assembly and Embedded C
PPTX
Basic workshop practice (electronics group) 17005
PDF
Construction of digital voltmeter by Bapi Kumar Das
PPT
Electrical components 3
PPTX
Analog vs digital
PPTX
Concept of Digital measurement, block Diagram & study of Voltmeter
Section 6
Cdi t1 11_gen_unit1&2_revision_notes_eot
Section 5 11 a &12 g
What is electronics?
Cdi t1 11_adv_unit1&2_revision_notes_eot
The fundemental of electronics ebook
Build your own electronics lab
Key vocabulary 10 & 11 g
Resistor
Introduction to sensors
Unit2 s3 electronic calculations 2
Automatic DC Fan using LM35 (English version)
Embedded Application on Microcontroller in Assembly and Embedded C
Basic workshop practice (electronics group) 17005
Construction of digital voltmeter by Bapi Kumar Das
Electrical components 3
Analog vs digital
Concept of Digital measurement, block Diagram & study of Voltmeter
Ad

Similar to 11 adv revision_notes_term_3 (20)

PPTX
3D Design(Printing) Technology
PDF
Thermal Artwork Transferring Machine for PCB Manufacturing
PPTX
Module 1.pptx
PDF
3d printer
PPT
Chapter 4: Induction Heating Computer Simulation
PDF
cad 1by hbtu professor jb nbftfdtfyvjvjj.pdf
PPTX
3 D printing new 2015
PPT
CNC_RP_12212122121125817Presentation.ppt
PPTX
final presentation
PPTX
green house ppt.pptx
PPTX
DEMO.pptx
PPTX
Rapid-prototyping ( mechanical )
PPTX
Arduino based 3D printer
PDF
rapidprototyping-130214024311-phpapp01-140307000659-phpapp01.pdf
PDF
DESIGN AND ASSEMBLY OF COMPACT PCB FOR HOME AUTOMATION
PPTX
RAPID MANUFACTURING RK.pptx............................
PPTX
Electronic circuit design and component selection.pptx
PDF
3d printer for future @1000KV Technologies 9030844877
PDF
Km60 3d printer base paper (wecompress)
PPTX
weather monitoiring system.pptx
3D Design(Printing) Technology
Thermal Artwork Transferring Machine for PCB Manufacturing
Module 1.pptx
3d printer
Chapter 4: Induction Heating Computer Simulation
cad 1by hbtu professor jb nbftfdtfyvjvjj.pdf
3 D printing new 2015
CNC_RP_12212122121125817Presentation.ppt
final presentation
green house ppt.pptx
DEMO.pptx
Rapid-prototyping ( mechanical )
Arduino based 3D printer
rapidprototyping-130214024311-phpapp01-140307000659-phpapp01.pdf
DESIGN AND ASSEMBLY OF COMPACT PCB FOR HOME AUTOMATION
RAPID MANUFACTURING RK.pptx............................
Electronic circuit design and component selection.pptx
3d printer for future @1000KV Technologies 9030844877
Km60 3d printer base paper (wecompress)
weather monitoiring system.pptx
Ad

More from CDI Aljeer (18)

DOCX
Build a story draft-2
PDF
Project design space information 2017 18
PPTX
12 a pneumatic systems
PDF
Section 1 :- Mechanical systems-
PDF
Sample Exam 12 a
PDF
Sample Exam 11 a
PDF
Sample Exam 11 g
PDF
Sample Exam 12 g
PDF
Section 4
PPTX
Cdi t1 12_adv_unit2_revision_notes_eot
PDF
Cdi pd fusion 360 hyperloop
PPTX
Section 1;11&12
PPT
Section 3 adv 12
PPTX
Section 2 basic hydraulic system
PDF
Physical properties
PDF
Section1; Mechanical Properties
DOCX
Schematic f 11 adv
DOCX
Schematic sdfsdf 11 adv
Build a story draft-2
Project design space information 2017 18
12 a pneumatic systems
Section 1 :- Mechanical systems-
Sample Exam 12 a
Sample Exam 11 a
Sample Exam 11 g
Sample Exam 12 g
Section 4
Cdi t1 12_adv_unit2_revision_notes_eot
Cdi pd fusion 360 hyperloop
Section 1;11&12
Section 3 adv 12
Section 2 basic hydraulic system
Physical properties
Section1; Mechanical Properties
Schematic f 11 adv
Schematic sdfsdf 11 adv

Recently uploaded (20)

PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
master seminar digital applications in india
PDF
Complications of Minimal Access Surgery at WLH
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Pharma ospi slides which help in ospi learning
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
GDM (1) (1).pptx small presentation for students
PPTX
Lesson notes of climatology university.
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
O7-L3 Supply Chain Operations - ICLT Program
Abdominal Access Techniques with Prof. Dr. R K Mishra
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
master seminar digital applications in india
Complications of Minimal Access Surgery at WLH
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPH.pptx obstetrics and gynecology in nursing
Pharma ospi slides which help in ospi learning
TR - Agricultural Crops Production NC III.pdf
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
102 student loan defaulters named and shamed – Is someone you know on the list?
GDM (1) (1).pptx small presentation for students
Lesson notes of climatology university.
Pharmacology of Heart Failure /Pharmacotherapy of CHF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx

11 adv revision_notes_term_3

  • 1. CDI 11 ADVANCED Term 3 Revision Notes
  • 2. 3D Printing Technology • 3D printing technology uses this method. • A process that adds material layer by layer to create an object. • Benefit - Objects can be created without the use of moulds or dies. • Traditional manufacturing techniques. • This process involves starting with a raw material such as stone or wood and removing the unnecessary material until you are left with the product you wanted to manufacture. SUBTRACTIVE MANUFACTURING ADDITIVE MANUFACTURING CNC: COMPUTER NUMERICAL CONTROL • A computer converts the design produced by Computer Aided Design software (CAD) like 123D Design, into numbers (like coordinates of a graph). • Numbers - control the movement of the cutter ; Computer - controls the cutter speed, and direction to cut and shape of the material. • CNC can create fine and detailed pieces.
  • 3. 3D Printing Types STEREO-LITHOGRAPHY (SLA) SELECTIVE LASER SINTERING (SLS) FUSED DEPOSITION MODELLING (FDM) • Stereo-solid + Lithography-printing • 1986 – Charles Hull – created first SLA device. • Resin-a light sensitive glue-like liquid substance-becomes solid when a specific frequency of light shines on it. • Lasers-controlled by computer; draw the outline of the 3D model, slice by slice until the layer is completely hardened. • 1987 – Carl Deckard– created first SLS device • Advantage – powders from plastic, ceramic, glass or metal to create objects with extreme detail and complexity. • After each layer is bonded the model is repositioned so that a roller can apply a new coat of powder. The lasers then bond that layer and so the process is repeated until the model is complete. • Expensive process. • The printer generally uses plastic filament (a roll of plastic much like a roll of string) and adds many layers to build solid objects. • Cost effective process.
  • 4. PARTS OF 3D FDM PRINTER Filament : Used to produce printed object Extruder : It is a mechanical system that forces filament into the heated nozzle at a controlled rate. Heated nozzle: Tools that melts the filament at high temp.(180-220 0 Celsius) Print bed/ build platform: A surface on which final object is printed.
  • 5. 3D PRINTING PROCESS Modelling : Process of designing and creating digital representation of an object using 3D modelling application (123D design ) Printing setup : Setting up the 3D model so that it can be printed using the printer by setting the parameters. You have used - FlashPrint to make your project – 3d car. 3D Printing Formats .stl .gx
  • 6. Filament And Material Types PLA • Thermoplastic. • Most commonly used. • Biodegradable and eco-friendly . • Used in items such as water bottles, plastic cups and mugs, food containers and small electronic product casings. ABS • Thermoplastic • Higher temperature for melting so not all 3D printers have a heated nozzle and extruder than can support ABS • Not biodegradable or eco-friendly • Commonly used in manufacturing plastic industrial pipes, Lego blocks, car parts and in kitchen appliances. • Strong, durable and less flexible than PLA • Quite heat resistant.
  • 7. • Electricity : A form of energy used to drive televisions, washing machine, mobile telephones. • Electronics : Control electric circuits. • Current : Rate of flow of charges • Embedded systems : It is a specialized computer system with a specific function within a larger mechanical or electrical system. Examples - • Air conditioner in car. • Seatbelt warning in car. • Garden watering system. • Motion sensitive security system. An “embedded system” is known as an input, which is a device that contains a computer unit or a microcontroller that reads the changes in an environment. It then controls an output system to change the environment.
  • 8. Electric Circuit : Group of electric components connected by conductors for current flow Voltage Source Conductive Path Load It causes the current to flow through circuit. Consumes electric power. Through which current flows. Types of Voltage Source Alternating Current : Wall Socket Direct Current : Battery
  • 9. ELECTRICAL SCHEMATIC Ohm’s Law • Voltage is the difference in charge between two points. • Measured in Volts(V). • Resistance is a material’s tendency to resist the flow of charge (current). • Measured in Ohms(Ω). • Current is the rate at which charge is flowing. • Measured in Amperes(A).
  • 10. Batteries : Change chemical to electrical energy, consists of many cells. Resistor : Electrical component for electrical resistance. Breadboard : It is a solder less board that can be used to make temporary circuits. 4-band Resistor 5-band Resistor How to calculate resistor value:
  • 12. Diode : Two Terminal electronic component Current flows from anode to cathode. DIODE vs LED • LED : A diode emits light when current flows. Uses advanced semiconductor materials. • Advantages of LED over traditional light bulbs: more robust; consume less power; last longer. Testing of an LED using Multimeter Set the multimeter to diode test option. To anodeTo cathode • Notice the dim light of the LED due to the electric current flowing through the LED (the diode). • Here you can read the voltage across the LED.
  • 13. EXAMPLE:LED Flash Task SCHEMATIC DIAGRAM: 1. Students will be required to design or complete a circuit diagram related to a product or process suggested. (Sample as shown aside.) 2. There will also be a written element in relation to the circuit diagram. e.g. How many LEDs are connected? To which pin LED is connected to? CODING: A code will be provided and students will be asked to redesign or adjust the program code by adding appropriate component parts. (a) Int ledPin = 10; (wrong) int ledPin = 10; (correct) (b) void loop() (wrong) void loop() { (correct) (c) Make the LED off for 5 secs. delay(5000); Int ledPin = 10; // the setup function runs once when you press reset or power the board void setup() { pinMode(ledPin, OUTPUT); } // the loop function runs over and over again forever void loop() digitalWrite(ledPin, HIGH);// turn the LED on (HIGH is the voltage level) delay(2000); // wait for 2 seconds digitalWrite(ledPin, LOW); // turn the LED off by making the voltage LOW delay(2000); // wait for 2 seconds }
  • 14. MOTORS 1. Have two leads – red(positive) and black(negative). 2. It runs at high RPM(revolutions per minute). 3. Controlling DC motor directly from Arduino board will damage it. 1. Have three leads – orange(control), red(power) and brown(ground). 2. It takes angle commands from a series of pulses(sent every 20 milliseconds) sent from Arduino. 3. Controlling servo motor is done from a special library called - ‘Servo’. DC Motors Servo Motors Applications Fan, Hair dryers, car, lifts, cranes Robots, Camera auto focus, Automatic Door openers PWM Signal • Pulse Width Modulation (PWM), is a technique for generating an analog signal using digital means. Toff T = Time Period (secs) = Ton + Toff ; Frequency (Hertz) Duty Cycle Ton