This content provides an introduction to embedded systems development, focusing on hardware-software integration using Arduino platforms and introducing PCB design using KiCad. It covers fundamental concepts, advanced Arduino boards, and practical application development.
Mind Map
Zum Vergrößern klicken
Klicke, um die vollständige interaktive Mind Map zu öffnen
Hello students. Uh the previous session
we were completed how to
control Bluetooth car using Ordino ID
software. Okay. So today
the afternoon session will be like uh
you're going to see what is Mario
controller and what is lab.
So Mario controller is nothing but uh
standard one national in instruments
were produced this NA Mario controller
and which has Wi-Fi module inside and it
has four LEDs
power pin
it's a front view of micro controller
and the bottom view will be like
USB port to
communicate with the system and power is
So we will
start with
the software first. Okay. So the
software which has two windows. One is
for front panel. Example if you are using
using
uh like display and everything will be
there when you touch and you can give
inputs and we can see the outputs like
in browser you would have type like what
is myio controller then it it will give
the output and you can see it in the
uh display. Okay. So in uh like
comparing to the mobile phone the front
panel will be the front panel of mobile
phone. Okay. So we will use this to give
Then block diagram is a background of
wiring. Okay. So in background you would
have uh do the all the chips and
operations and everything will be
controlled in block diagram. Okay. So we
will uh go with small coding. First one
is numeric numeric control. So basically
controls are inputs indicators are
output. Okay. So control is numeric
control we have taken two numeric
controls. Okay. So when I take inputs
here the output of uh the reflection of
inputs is shown in block diagram. Okay.
You can see this and I'm going to
perform addition operation. It's a
simple operation.
So after that you wanted to see the
output in indicator.
So I have taken indicator.
So these two inputs and numeric 3 is
your output. So by seeing the color
itself it uh says like it's a
numeric uh numbers. Okay. So
uh this
uh when you go with this lab view it is not
not
writing place operation. Okay. Directly
you can place the blocks and you can do
the connections and wiring. Okay. So I'm
going to take addition operation. You
First input is numeric. Second input is
numeric 2. Then then that will be
I'm going to give the value 12
and 10. So this is the run button which
so the output is 22. Okay. So for the
first session I'm taking uh only the
introduction of lab view. So what are
the blocks over there? How we can
utilize and what is the function we can
see. Okay. Then next one is boolean.
There is a bush button over here
and you can directly connect to the
so when you click the push button the
LED will glow. When you release that the
Next one is string
I'm giving direct connection.
So whatever you type here that will be displayed.
So
now you got some idea about the library
functions which are there here in the
library. Okay. So here very important
library is
myio. Okay. So I have connected the
hardware with the library software.
After connecting hardware only you can
see this panel.
So here what are the blocks are there?
Analog input digital analog output
digital input digital output. For analog
sensor you can take this block and
process the input
and button LED and built-in
accelerometer is there. The sensor which
is present and connected to the myio
inbuilt sensor. Next
PWM block, encoder block, then SPI, I2C, UR
UR
communication protocols
So I will move on to next one.
So I have taken PWM
block. When I take PWM block
automatically one window will come throw
up. In that we can set frequency and we
can set duty cycle. So previously I told
you what is duty cycle that is on time
divided by total time. Okay. So I'm
So here to control the speed of the
motor I need to take no value.
So you have to change the higher limit from
this is for speed control. So
So
the next
direction control for direction it is
zero and one. So I'm taking digital output.
To control the speed I'm using knob and
So, Lav software is a software which is
which can be used to interface with
Mario controller. Mario controller is uh
produced by national instruments.
It is a standard one. It can be used in
uh major projects like BM BMS and uh RPM
control and everything. Okay. So here
I'm going to uh show you what are the
libraries are there to use in the lab
numeric
control and numeric
indicator. Okay. So numeric controls are
So here I'm going to perform addition
operation. So I have taken two inputs
and one output. In your in block diagram
background you can do any wiring and
everything will come under block
diagram. Okay. So seeing inputs and
outputs everything will come under front panel.
So I have connected
two inputs with one output. So I'm
giving the value 55
So 99
is the correct one. Okay. So next this
is for numeric and next one is for
boolean. Boolean is what? It's a
zeros and ones inputs and zeros and one
output. Digital input and digital
output. Okay. So I have taken one push
button. I have taken one LED. I'm
switches with the LED. Okay.
when I switch on the button, the LED
will glow.
Okay. The next one is string.
Third one is string. String is used to
While you're doing coding you need you
uh need to use characters like you
wanted to display hello world you have
So next it's very important a library is
myio. When you connect hardware with the
lab view it will be shown. Okay. Without
connecting hardware you cannot find this
library. Okay. So it has analog input,
analog output, digital input, digital
output, button, LED, accelerometer.
Accelerometer is a sensor which is
present inside the Mario controller.
Okay. So you don't want to connect
external accelerometer for that. It is
inbuilt sensor. Then PWM encoder then
communication protocol. So first we are
So in this we have two inputs for PWM
frequency and
duty cycle. So what is duty cycle means?
So frequency I am keeping as constant
one. So I'm going to vary only duty
cycle. So
I'm going to connect one port potentiometer
potentiometer
motor.
So the maximum value of knob is one because
inside the PWM block there is a code
Using that we can control the PWM. So
when it is in 0 0 it is zero. When it is
in 0.5 it is 50%age. When it is in one
it is 100%age speed the motor
signal. Okay. Then after that I'm going
to control direction using lab view. So
That is in pin number 11 will be the
So to control the direction you need to
So when I run the program
it will uploaded to the controller.
So when I increase the knob value the
speed of the motor will increase. When I
click on boolean
it will change the direction of the motor.
So I have taken only the basics of lab
view. I will move on to this lab view
So what are the project we can do using
this Ardino and Rio is like EV battery
monitoring system like BMS. Okay, you
can display the values in a dashboard
like how much how much wtage the battery
carries and what is the current flow and
power energy and everything can be
monitored using this lab view as well as
ordino. Okay, this friend panel can be used
used
to display the values. Okay. So if it is
an if it is a BMS value the voltage will
be displayed in this graph and current
and SOC and
power energy. Okay. So
you can use this software to do this
battery monitoring system. Then smart
digital EV dashboard also. Then
regenerative braking system simulation
you can use some part of ordino for
So EV system involves battery
management, motor control, speed
monitoring, temperature monitoring.
Okay. So EV subsystem has battery pack
dashboard charging station. So it's
reads voltage using voltage divider and
displayed in the LCD. The Ardino will do
So now I am moving on to Ardino R4 Wi-Fi
board. Okay. So what is Ardino R4 Wi-Fi
board? It is a
Arduino which has ESP 32 32 module
is inbuilt with that. So it is a
combination of Ardino R4, Ardino R3 plus
So, anyone heard about this Ordino R4
So the difference between Ardino normal
Ardino Uno and Ardino R4 Wi-Fi board are
like uh it has Wi-Fi communication.
It can be used in IoT projects. Okay. So
12 it has 12 12 bit ADC
and DAC also is there. So previously
Ordino you know which does not have the
uh 12 bit ADC. It has only 10 bit analog
Okay. Then here the extra was
was
LED matrix. You can see in the diagram
LED matrix. It is used for displaying
and used to display the numbers. Okay.
here USB type-C pin we are using. Okay.
So here you can see this.
Previously we were used USB cable but
here USB cable the phone uh phone
charger C type you can use that same
So this is an upgraded version the next
next generation upgraded version of
I will give some task. Can you perform
it? What is 12^ 12 12 bit ADC converter?
I told you that. Can you calculate and
Sorry 2^ 12 is a 12 bit ADC.
Yeah it's correct answer 40 96. So
basically I told you that it will start
from zero. So the value will be 0 to 409
5. Okay.
So what is this value? The value which
is used to convert 0 to 5 volts to 0 to
4095. Okay. The value the previously we
use the coding like mapping function in
that we use 0 to 1024 to 0 to 255. But
here 12 bit ADC for this R4 Wi-Fi board.
So we can convert the value from 0 to
4096. So what is the advantage of using
this 12 bit ADC is more pre precise
measurement. Okay. So it's have more
value. So we can get precise measurement.
So the architecture is same with same
like uh Uno board. The difference are
built-in LED matrix. The next one is
ESP32 module. So it is present here.
It is ESP32 module for Wi-Fi connection.
And type C interface
here it is. and reset button same like
analog pins here digital pins and tilt
So another feature comparing to the
Arduino you know Ardino R4 has DAC that
is digital to analog conversion. Okay.
So what is the use of this? Uh it can uh
convert digital signal to analog signal
like it can generate audio signal generation.
So what is the software we can interface
with this Arduino uh R4 Wi-Fi board? Uh
So the complete data flow will be
sensors connected to the Arduino board
and the inputs will be given to the
Ardino R4 Wi-Fi board and the processing
will happen in the system and it is
given to the cloud. So I told I already
told you that the software which is
interface you uh in um Ardino R4 board is
is
Ardino cloud
software which has dashboard. Okay you
can create dashboard. So here I told you
in lab view it is uh front panel. It
looks like that dashboard. You can take
switches, you can take uh potentiometer
and you can take graph
as well as you can see any values which is
is
getting from the ordino sensors values
also you can display using dashboard.
Okay. Then again it will be given to the
mobile app and the app will control the
actuator. Okay. So here
the complete data flow will be sensors
to Ardino, Ardino to processing and
cloud dashboard, mobile app and
actuator. Okay. So it's a w fully
wireless communication. So
here the term it is mentioned there IoT
platform. Okay. So what is IoT?
So abbreviation of internet of things I
So it's a system where physical devices
connect to the internet to collect and
share data automatically. Okay. So
sensors connected to the internet and
So where where we can use this IoT the
applications smartphones, smart home,
smart vehicle, health monitoring
So from previous session I'll ask some
of the yes or no questions. You have to
Void setup run continuously. It's true
Both switches on same hbridge sides can
be on safely. Is true or false? Both
switches on same hbridgeidge side can be
serial peripheral interface uses only
two wires
is true or false.
Inter integrator communication
uses two wires. Okay. SPI uses master
multiple slave.
Input processing output is the core
Input processing output is the core
Next. Common ground is necessary between
modules. It's true or false.
Common ground is necessary between modules.
Ordino Uno has 12 bit ADC resolution.
True or false? Ordino Uno has 12 bit ADC resolution.
So, thank you for your uh response.
false
because it's Ordino R4 Wi-Fi board has
12 bit ADC resolution. Ordino Uno board
So the next slide is Ordino UnoQ.
Ordino Uno. Have you heard the name
Raspberry Pi?
Yes. Which coding language we are using
to code the program
to the hardware? Raspberry Pi coding language
Python is correct.
So Ordino also produced Raspberry Pi
like board. Okay. So that name is called
as Ordino UnoQ. So here it has dual
brain architecture. It's a nextg hybrid
development board. Is a mini computer and
and
it has dual brain. I told you that MPU
is Qualcomm
and MCU is STDM32. Okay.
Microprocessor unit, microcontrol unit.
And the key features are it it is using
Ardino appl. Okay. So for Raspberry Pi
it is Python. So like here Ardino it is
Ardino appl. So same C++ we can use the
programming language C++ Python AI
models and also preloaded AI is present.
Okay. So when I use uh tinker care you
would have seen so much pre
uh defined or pre uh connected project
was there. So likewise here in ordino
appla there is preloaded AI projects
also there. The project's names are
and anomaly deduction. Then it's a
readyto use app. it uh has bricks. Okay,
what is bricks means in ordino you know
q bricks means like uh building the
project up and up. Okay, so basic coding
will be there you have to build it on
the coding. Okay, so if you want to
develop another uh idea on the brick you
can do it. So example object detection
you can induce some other sensor and you
can fuse the sensor you can take the
output of it.
So up to this you have any doubt you can
We will take 5 minutes of break. After
So you got some uh idea about what is
ordino you cube. Then after that
complete data flow will be like sensors
and data logging, data set correction, a
training and deployment. Okay. So how
the flow will be happening here it is sensors
sensors
datas will be taken and sets correction
creation and a training deployment. So
for example uh I'm using I'm taking one
project like image segregation. Okay. So
I have to give one image to the
a training. So to find out what is
inside that image. Okay. So previously I
should give some set of data set. Okay.
So what are what is the what is tree
will look like? What is car will look
like? What the building will look like?
Then everything images will be given
into the
training module. Okay. So it will get
trained and it has
technique uh to find out the
segregation of uh tree, building and
car. Okay. So likewise
here already data set will be there and
I have to train that model and after
training it should perform accordingly.
So finally we will see one coding and we
So this is the program of accelerometer.
So it's in built-in sensor which is
present inside the Rio controller. I've
already connected my um my Rio
microcontroller hardware to my system.
Okay. So this is the coding part of accelerometer.
So the how the function will be first initializing
initializing part will be there and after that
part will be there and after that accelerometer connections and I'm taking
accelerometer connections and I'm taking that to the chart. Okay. So when I run
that to the chart. Okay. So when I run this program the accelerometer value
this program the accelerometer value will be displayed in the acceleration
will be displayed in the acceleration graph. Okay. So
graph. Okay. So do you know what is accelerometer?
so when I shake the uh hardware output here
here x-axis is
x-axis is is blue color, yaxis,
is blue color, yaxis, red color, Z axis is green color. Okay.
It is used as vibration sensor as well as in your mobile phone. If you
as well as in your mobile phone. If you change the uh
If you change your phone from horizontal to vertical, the video will goes from
to vertical, the video will goes from horizontal to vertical. Okay? So small
horizontal to vertical. Okay? So small screen to larger screen. So those uh
screen to larger screen. So those uh things will be happening using this
things will be happening using this acceler accelerometer.
acceler accelerometer. Okay.
So this is the last program we were
So now we are going to see the summary of this session.
So first we started with embedded system
we started with embedded system fundamentals and we learned about what
fundamentals and we learned about what is microcontroller and what are the
is microcontroller and what are the blocks are there.
and Ardino PLA platform basics. Then we studied what is analog and digital
studied what is analog and digital signal
signal and ADC PWM communication protocols,
and ADC PWM communication protocols, sensors and actuators. Then we learned
sensors and actuators. Then we learned about
about LED blink, how to perform LED blink in
LED blink, how to perform LED blink in hardware as well as in Tinkercad. In
hardware as well as in Tinkercad. In Tinkiad we performed fade program servo
Tinkiad we performed fade program servo control Hbridge pitch logic. Then
control Hbridge pitch logic. Then Bluetooth control logic also
Bluetooth control logic also becomes to know
becomes to know then advanced to Ardino R4 Wi-Fi board
then advanced to Ardino R4 Wi-Fi board dual architecture 12bit ADC.
dual architecture 12bit ADC. Finally, Ordino UnoQ hybrid architecture
Thank you for your participation into Ardino and embedded system. Keep
Ardino and embedded system. Keep innovating. Keep
innovating. Keep motivating.
Now we'll see about the key session will take
Hi guys, good afternoon. I'm Danush. In the previous classes, you have seen
In the previous classes, you have seen about uh building a circuit and uh
about uh building a circuit and uh completing.
In the previous circuit you have seen about how to build a circuit in a
about how to build a circuit in a software and how to compile it and how
software and how to compile it and how to
to feed it in a microcontroller or any
feed it in a microcontroller or any other control boards.
Now we are going to see a uh now we are going to build a PCB using a keycat
going to build a PCB using a keycat tool. I will just demonstrate
tool. I will just demonstrate I will just go give a overview of this
I will just go give a overview of this software. If I take if I made a full
software. If I take if I made a full circuit it will take a time. So I'll
circuit it will take a time. So I'll just give a overview of this key tool.
just give a overview of this key tool. This is a keycat software. Here you can
This is a keycat software. Here you can uh edit your uh schematic editor, symbol
uh edit your uh schematic editor, symbol editor, PCB editor, footprint editor,
zipper viewer, image converter, uh calculate tools and drawing sheet
uh calculate tools and drawing sheet editor and plug-in and connect manager.
editor and plug-in and connect manager. First uh to start this we need to edit a
First uh to start this we need to edit a semantic editor,
schematic editor. For that you you need to open your new project.
If you save the file, you can see here u two set of uh files will be saved. The
two set of uh files will be saved. The first one is a schematic field and the
first one is a schematic field and the second is a PCB file. First you go on
second is a PCB file. First you go on with your schematic field.
This is the layout of the SK schematic file editor. In this you need to build a
file editor. In this you need to build a circuit
circuit uh by using a library. Here in the right
uh by using a library. Here in the right corner you can see a
corner you can see a place symbol. This is a library which is
place symbol. This is a library which is used in KCAT tool. From here you can uh
used in KCAT tool. From here you can uh pick and place your components.
The library will take a time to load as like uh MATLAB or some any other uh
as like uh MATLAB or some any other uh software. Here you can search your uh
software. Here you can search your uh symbols.
symbols. If I for example if I if I need a
If I for example if I if I need a rectifier you can uh put a rectifier
for placing the component you should double click this R and the component
double click this R and the component will be placed here
will be placed here like that you need a components here.
like that you need a components here. This is a PCB layout designer. So here
This is a PCB layout designer. So here there will be no voltage or uh voltage
there will be no voltage or uh voltage or current uh current inputs. For for
or current uh current inputs. For for that we need a connectors input. For
that we need a connectors input. For that
you again go with your symbol symbol editor and you can convert
editor and you can convert connectors.
This is the connected tool which used to convert
convert to give input as a voltage or any
to give input as a voltage or any battery source or anything
battery source or anything like that. You need to uh pick and place
like that. You need to uh pick and place your components for your circuit.
your components for your circuit. Once you have completed your circuit, it
Once you have completed your circuit, it will looks like this.
will looks like this. This is a normal circuit which I have
This is a normal circuit which I have made in a
which I have made. Uh after you completed the circuit,
completed the circuit, you can check your your there will be
you can check your your there will be electric rule checker.
electric rule checker. In this you need to run easily.
If you have here you can see your error and
here you can see your error and warnings.
warnings. If it is error you need to check. Here I
If it is error you need to check. Here I have
have misplaced the two components that is
misplaced the two components that is MOSFET and diode which I have been not
MOSFET and diode which I have been not connected. So it has shown as an error.
connected. So it has shown as an error. From here you need to connect a
From here you need to connect a connector to the input of this circuit.
Once you have completed the circuit then you have to check your
you have to check your electrical rule check.
Here you can see a zero error and zero warning. Then you can move on with the
warning. Then you can move on with the next layer. Once you have completed a 3D
next layer. Once you have completed a 3D 2D diagram, you need to
import this to here. Next, you have to assign a footprint.
Do you guys know Do you guys know about what is PCP?
Do you guys know about what is PCB? Full form of PCB.
Oh yes, it's a printed circuit board. The software is used to
What here you can uh assign a footprint for each component.
for each component. This is the footprint library. Here you
This is the footprint library. Here you can see the number of components you
can see the number of components you have used. Here I have used two
have used. Here I have used two capacitors, one resistor, one inductor
capacitors, one resistor, one inductor and two diodes.
and two diodes. Those has been placed here. For this
Those has been placed here. For this here in the in the center column, you
here in the in the center column, you can see what are the components here.
can see what are the components here. And once you have selected the C, you
And once you have selected the C, you can go with the capacitor
can go with the capacitor capacitor column. And in the right side,
capacitor column. And in the right side, right side you can see the footprints.
right side you can see the footprints. If you double click it, it will be
If you double click it, it will be assigned to the
assigned to the assigned to your component. If you want
assigned to your component. If you want to view this, it can be shown here.
Your footprint will be assigned like this.
Like that you have to assign each and every components of this.
every components of this. After you once you assign the every
After you once you assign the every footprint then
you need to go on with your switch to PCB.
This is sample circuit which I demo circuit which I I I can explain what is
circuit which I I I can explain what is key can do.
If you switch on with the P PCB mode then it will be shown it is here. Here
then it will be shown it is here. Here you can see this is the diode which we
you can see this is the diode which we have placed the the diode resistor.
have placed the the diode resistor. There is a two types of diode resistor
There is a two types of diode resistor and the two capacitors one inductor and
and the two capacitors one inductor and those are the connectors.
Here you can see a number of layers is uh founded in the right side of the
uh founded in the right side of the column and here you can see for example
column and here you can see for example I will show a demo.
This is the PCB of your circuit which I have made. Here you can see a copper
have made. Here you can see a copper layer is coated here. The this copper
layer is coated here. The this copper layer is nothing but the red lines in
layer is nothing but the red lines in this here. You can draw a line according
this here. You can draw a line according to this
by using here. This is a FCU. You can see here FCU is the print copper layer.
see here FCU is the print copper layer. If clicking in this and you can draw a
If clicking in this and you can draw a copper layer from D1 to
copper layer from D1 to D5.
D5. If you need to
If you need to if you need to rearrange your components
if you need to rearrange your components or uh you need to
or uh you need to thick uh thickness of this copper layer
thick uh thickness of this copper layer copper layer can be adjusted.
This copper coating will be shown here like this.
like this. Here you can see a copper coating which
Here you can see a copper coating which I have added. Now
I have added. Now if you need to add a copper coating at
if you need to add a copper coating at the back side of the board, you need to
the back side of the board, you need to go with your B copper layer. That means
go with your B copper layer. That means backboard copper layer. And you can add
backboard copper layer. And you can add a line from here to here.
If you made it then you can see a copper layer at the back side of this boot
like that. You can make a copper layer. If you need to
If you need to add components in this uh if you need to
add components in this uh if you need to add a component in this board.
If you need to add a component in this board again you have to go with your
board again you have to go with your semantic schematic editor and then you
semantic schematic editor and then you have to pick and place a component which
have to pick and place a component which you are needed from this library. In the
you are needed from this library. In the right corner you can see a place
right corner you can see a place component
component a symbol here.
a symbol here. For that again I need a
you can see anyone component which I need to add here.
need to add here. Any kind of component capacitor resistor
say any one component which I need to add in this circuit it's it's completely
add in this circuit it's it's completely for a demo purpose there it's not a
for a demo purpose there it's not a circuit
circuit I'm showing how the software can be
For inductor L will be this. You can see a symbol on double clicking
You can see a symbol on double clicking this.
this. You can add another one component here.
You can add another one component here. Once you have added then you need to
Once you have added then you need to make a line
I have added another inductor here. Then I need to rule check a electric rule
I need to rule check a electric rule check when ERCU
the error is zero then we need to assign a footprint for
then we need to assign a footprint for it.
Here you can see the added inductor footprint is not assigned. So I need to
footprint is not assigned. So I need to assign a footprint. Here you can go with
assign a footprint. Here you can go with in the right side you can see with the
in the right side you can see with the inductor
inductor left side
left side inductor
if you select inductor SMD in the right side you can see a number
in the right side you can see a number of inductors.
Those will be the inductor footprint marking. If you need how the inductor
marking. If you need how the inductor will be
will be for that you need to check here
in the simple library. you can go on with your inductor.
with your inductor. And once you
Okay. The inductor once you have completed everything then you need to
completed everything then you need to again go with your
Here you need to add a footprint for this L2.
I have completed the footprint assignment and I am going to switch on
assignment and I am going to switch on with the PCB. Switch to PCB.
Just a minute. I will take a 5 minutes break.
Yeah. After doing this, you can straightly go on with your 3D view.
If you need any uh if you need to add any text text on your board here, you
any text text on your board here, you can add it by using uh print was layer.
You can see the text has been added here.
here. Like this you can add a text for each
Like this you can add a text for each and every components and the name of
and every components and the name of your
if you need to add a text on your back side of your board. Here you need to
side of your board. Here you need to again click on with your B Cine and you
again click on with your B Cine and you need to add a text here
This is the top view and this is the back view.
back view. Here you can see your text has been
Here you can see your text has been printed in the back side of the board.
By adding your by adding your image you can add a
can add a images on your PCB board.
images on your PCB board. Right now I don't have any logos or
Right now I don't have any logos or images. By doing that you can add a
images. By doing that you can add a image
like that you can create your own circuit of the PCB.
circuit of the PCB. If once you have completed it you can go
If once you have completed it you can go with your file
footprint association file association file. By doing this you can uh get your
file. By doing this you can uh get your uh copper rooting layer and it can be
uh copper rooting layer and it can be given to your PCB manufacturing unit and
given to your PCB manufacturing unit and uh it can be printed.
uh it can be printed. Once again I gone with this.
once you have opened with keycad you need to open your file new project and
need to open your file new project and you need to edit your schematic editor.
you need to edit your schematic editor. Once you have completed your schematic
Once you have completed your schematic it will be like this.
Once you have completed your schema schematic circuit, it will be look like
schematic circuit, it will be look like this. If the circuit is completed, you
this. If the circuit is completed, you need to run go with your electric rule
need to run go with your electric rule check
check your rule. If the rule check has a zero
your rule. If the rule check has a zero error and zeroing, then you can move go
error and zeroing, then you can move go on with your
on with your footprint assigner.
Here you can see number of components in the center you can see number of
the center you can see number of components which you have placed in your
components which you have placed in your schematic editor. Here there will be a
schematic editor. Here there will be a those components will be listed here.
those components will be listed here. For this you need to add a footprint.
For this you need to add a footprint. For this C1 you need to add a footprint
For this C1 you need to add a footprint by selecting a footprint from footprint
by selecting a footprint from footprint library.
library. In this footprint library first you have
In this footprint library first you have to
to select a capacitor.
Select a capacitor. Once you selected a capacitor here, then the foot filter
capacitor here, then the foot filter footprint will be uh here there will be
footprint will be uh here there will be a number of footprints which will be
a number of footprints which will be available in your market. You need to
available in your market. You need to choose your own footprint uh your own
choose your own footprint uh your own capacitor that which footprint will be
capacitor that which footprint will be suit to your uh
suit to your uh uh PCB board. By right right clicking
uh PCB board. By right right clicking this you can view your ECB uh capacitor
this you can view your ECB uh capacitor uh footprint.
uh footprint. Here CP electric five is a the size of
Here CP electric five is a the size of this footprint and capacitor width and
this footprint and capacitor width and length and
length and height
height by click uh by adding every footprints
by click uh by adding every footprints here. Then you need to
here. Then you need to apply and save your schematic and
apply and save your schematic and continue. After completing this you go
continue. After completing this you go on with okay. Once you completed you can
on with okay. Once you completed you can go with your PCB switch to PCB editor.
go with your PCB switch to PCB editor. Once you have complete uh go with the
Once you have complete uh go with the PCB the circuit will be opened in the
PCB the circuit will be opened in the PCB platform.
Sorry for this. Oh, once the PCB layout editor will be
Oh, once the PCB layout editor will be looks like this.
looks like this. From here you can uh draw a copper layer
From here you can uh draw a copper layer by uh clicking on this FCU and you can
by uh clicking on this FCU and you can draw a copper layer from one component
draw a copper layer from one component to another component
Once you have completed with the routting, you go with the
Once your coating copper coating has been completed, then you switch with
been completed, then you switch with your P uh 3D viewer.
As I said uh already how to make a text in your PCB and uh how to add a
text in your PCB and uh how to add a copper coating in the back side in your
copper coating in the back side in your PCB everything has been I already have
PCB everything has been I already have told
told once you have completed your circuit
once you have completed your circuit this uh like this your PCB will be looks
after you have complete completed everything you can go with a file and
everything you can go with a file and you export with the footprint assoc
you export with the footprint assoc association then it can be given to your
association then it can be given to your PCB manufacturing unit and they can
PCB manufacturing unit and they can print your board as soon as pos by using
print your board as soon as pos by using keycad we can do like this those kind of
keycad we can do like this those kind of PCB
I'll conclude conclude my section. Thank you.
Okay guys, thank you. You can leave. The section has been over.
Klicke auf einen beliebigen Text oder Zeitstempel, um direkt zu dieser Stelle im Video zu springen
Teilen:
Die meisten Transkripte sind in unter 5 Sekunden bereit
Mit einem Klick kopieren125+ SprachenInhalt durchsuchenZu Zeitstempeln springen
YouTube-URL einfügen
Gib den Link eines beliebigen YouTube-Videos ein und erhalte das vollständige Transkript
Transkript-Extraktionsformular
Die meisten Transkripte sind in unter 5 Sekunden bereit
Unsere Chrome-Erweiterung installieren
Transkripte abrufen, ohne YouTube zu verlassen. Installiere unsere Chrome-Erweiterung und greife mit einem Klick direkt auf der Wiedergabeseite auf das Transkript jedes Videos zu.