TIR

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards
PCB (Printed Circuit Board)
A PCB is used to mechanically support and electrically connect electronic components.
2
New cards
Paul Eisler
Credited with developing the PCB in the 1930s while working on a radio set.
3
New cards
Single-Layer PCB
Contains only one layer of conductive material, common in simple electronic circuits.
4
New cards
Double-Layer PCB
Has two layers of conductive material for more complex circuits.
5
New cards
Multi Layered PCB
Used in complex devices like computers and mobile phones, featuring multiple copper layers.
6
New cards
Flex PCB
Made from flexible material, used in wearable and portable devices.
7
New cards
Rigid PCB
Made of a solid substrate material, preventing bending, and used in automotive and medical devices.
8
New cards
Rigid-Flex PCB
A hybrid of rigid and flexible PCBs used for compact and durable designs.
9
New cards
Solder Mask Purpose
Prevents oxidation and solder bridges, enhances appearance and reliability.
10
New cards
Ferric Chloride
Commonly used in etching solutions to remove unwanted copper from PCBs.
11
New cards
Soldering
The process of joining metals with melted solder to form electrical connections.
12
New cards
Desoldering Pump
Best tool for removing excess solder during desoldering.
13
New cards
Vernier Caliper
A tool used to measure linear dimensions with high precision.
14
New cards
Main Scale (Vernier Caliper)
Used for reading the main dimension during measurement.
15
New cards
Final Measurement (Vernier Caliper)
Combination of the main scale reading and the aligned vernier scale reading.
16
New cards
Binary System
A numerical system consisting only of 1s and 0s, fundamental in digital electronics.
17
New cards
Analog Signal
Produces a smooth and continuous waveform.
18
New cards
Digital Signal
Forms a square wave pattern and has a finite set of possible values.
19
New cards
analogRead function (Arduino)
Used to read voltage levels from analog input.
20
New cards
analogWrite function (Arduino)
Controls output levels in the range of 0 to 255 for analog outputs.
21
New cards
PWM (Pulse Width Modulation)
Used in analogWrite to control the brightness of an LED.
22
New cards
Analog pins (Arduino)
Pins A0 to A5 are used for reading analog inputs.
23
New cards
Digital Pins (Arduino)
Pins with a ~ symbol that support the analogWrite function.