Digital 5 Homework

The homework has two parts:

  1. Capture the schematic for a circuit from a diagram. Details below.
  2. Post a comment to this entry with a half-page proposal that outlines what you are thinking about doing for the class project. Here are some basic guidelines:
    • We don’t expect this to be a description of the “how,” but rather the “what”. If you want to talk about why, or discuss more, I will be available during office hours or my appointment.
    • You should incorporate at least 2 of the 4 segments that we’re covering in class: analog, digital, mechatronics, and materials.
    • If you are not taking all sections, please post based on what you are taking. Your requirements will scale to the number of sections taken (which for most of you is “all of them”).
    • We expect you to show your accomplishment, and then challenge yourself slightly. If you’ve come to office hours or talked to us, we have some idea of how much you know coming in. What we’re hoping to see is how you have grown through this class.

Office hours will be Monday starting at 5pm.

Schematic Capture

The circuit given here is a 16×16 wireless keypad. It uses an ATmega168, a variant of the chip you are using now.

homework 5 schematic (PNG, easier to read)

homework 5 schematic (PDF)

homework 5 partial schematic (update Sunday night to include antenna symbol)

Frames Library for class (Added Sunday for those who don’t have arrow symbols in frames.lbr)

You are to recreate what’s shown in the schematic (PNG and PDF above). You don’t have to create a 1:1 replica. Incread, use your own sense of the circuit, but make sure the electrical connections are the same. To make life easier, I have provided a schematic with some of the more difficult parts already added. Use that as a base if you want. Some other notes:

  • All resistors and capacitors should be 0805 package
  • The atmega168 must be the TQFP package (NOT the DIP package that you’re using)
  • Use the supply1 library for power and ground symbols
  • You can use a 1×1 pin header (pinhead library) for antenna (ANT) if you want
  • IC1P is the power circuit of IC1. Use the invoke tool on a piece of IC1 to get to it.
  • I have posted a frames library that does contain the extra arrow symbols (since it seems the freeware may not contain it…). Let me know if this one works out.
  • There is a note provided on how to make the “signal symbols”. They is done in 4 steps:
    1. Draw a wire with the “net” tool.
    2. Give the wire a meaningful name with the “name” tool.
    3. Use the “label” tool to grab the name and place it next to the wire. Remember to rotate the text so that the cross that marks the text movement point is close to the wire rather than far from it.
    4. Use the “add” tool, select the “frames” library, and from there select one of the arrow shapes that fits the text.

We will be working on routing a copy of this schematic in class on Tuesday.


About this entry