I am first year doing software engineering. my professor wants me to design the schematic diagram, but I am the little bit confuse that what actually going on.
so please try to help me as we haven't study yet this material in the class
Design Steps
Eagle Schematic Setup
EAGLE is very popular and has lots of tutorials online. You are responsible for doing your own research to get this working.
These steps will define the electrical connections between components and add labels to the schematic. The board layout and the trace connections will be done later.
so please try to help me as we haven't study yet this material in the class
Design Steps
Eagle Schematic Setup
EAGLE is very popular and has lots of tutorials online. You are responsible for doing your own research to get this working.
These steps will define the electrical connections between components and add labels to the schematic. The board layout and the trace connections will be done later.
- Install the free version of EAGLE from here: http://www.cadsoft.de/download/
- Create a new EAGLE schematic.
- To the schematic, add the following. Do not worry about importing third-party device libraries or creating your own libraries. You should be able to use only the supplied device libraries that come with EAGLE.
- The Microchip PIC18F452, 40DIP package. If this exact device does not exist in the Microchip device library, choose the one that looks the closest based on pin count and pin names.
- A polar capacitor close to one of the Vdd pins. This will be used as a “filter capacitor” that eliminates noise from the voltage supply.
- Two non-polar capacitors close to the OSC1, OSC2 pins, respectively. These will be used as crystal stabilization capacitors.
- 2 two-pin screw terminal block. They look like this:
They are used to screw in bare wire to a board. The first terminal block will be to accept ground and +5V supply input wires. The second terminal block will be to accept wires for a signal output.
- The Microchip PIC18F452, 40DIP package. If this exact device does not exist in the Microchip device library, choose the one that looks the closest based on pin count and pin names.
- Connect the schematic wires (“nets”) such that:
- The crystal, stabilization capacitors, OSC1 and OSC2 pins are connected per Chapter 2.2 of the μC spec.
- One terminal of the supply block is connected to the positive side of the filter cap, and all device Vdd pins. To this net, also add a +5V or Vdd supply symbol.
- The second terminal of the supply block is connected to the negative side of the filter cap, all device Vss pins, and the second pin of the output terminal block. To this net, also add a ground supply symbol.
- The crystal, stabilization capacitors, OSC1 and OSC2 pins are connected per Chapter 2.2 of the μC spec.
- Choose value text for all components. This value text will be set to a DigiKey part number (usually ending in -ND) for the component.
- All components must be in-stock.
- All components must be active except for the PIC18F452, which is marked “not for new designs”.
- All components must be the cheapest possible component meeting requirements.
- For you to more easily understand the appearance of the components, and more easily route the PCB, use through-hole (not surface-mount) packages for all components.
- The capacitance for the filter cap will be anywhere from 1-50μF. Select a polar aluminum cap tolerating more than 5Vdc.
- The crystal should be selected for 8MHz operation (HS mode).
- The oscillator stabilization caps must be selected per chapter 2.2 of the spec. Use non-polar ceramic caps.
- All components must be in-stock.
- Ensure that all components in your schematic have the name and value visible.
- Add meaningful names to all nets, with labels visible.
- Add a frame with title block around your schematic. Add your name.