DORDT COLLEGE ENGINEERING DEPARTMENT PROBLEM SETS (Last update: 4/26/2012 10:18 am)
|
PS # | Due |
Problems Assigned | ||
11
| 4/19 | 4/26 |
Nothing to turn in |
Read notes from class about position encoding including relative vs. absolute, two sensors, binary vs. grey code, single-track codes, v-scan, u-scan. Optional related links: Details on a particular relative encoder Wikipedia article: "Rotary encoder" Detail of a 13-bit grey code absolute encoder. |
10
| 4/05 | 4/12 |
Nothing to turn in |
Read this tutorial on thyristors. Also read this application note on triacs (and some other thyristors). |
9
| 3/30 | 4/5 |
Nothing to turn in |
Read Freescale's tutorial on motors. (Click on the "launch" tab, then "Motor Principles" and then use the navigation buttons provided on the bottom of each page.) A few caveats about the above tutorial. . . In the illustration of the "Switched Rluctance" motor, the rotor will assume an induced magnetic field to oppose the applied magnetic field. This is not illustrated, probably because it might imply that the rotor is permanently magnetized, which it is not. It is just iron (or a steel alloy). In the illustration of the "AC Induction Motor" the coloration of the induced magnetic field in the rotor is backwards. According to Lens' Law, the induced field will oppose the applied magnetic feild from the stator. Thus the red (north) pole of the stator will face a green (south) pole on the rotor, just as in any other motor. Also read this motor tutorial and optionally this control tutorial from "Process Automation Control." There will be no problem set this week. |
8
| 3/27 | 3/29 |
4/11 |
Read Chapter 7 on "AVR Memories" in this datasheet. Note that the Arduino uses the "328P" microcontroller. Do these problems on uC memory systems |
7
| 3/08 | 3/22 |
3/27 |
Read this overview on interrupts, Overview of Arduino interrupt programming, Also read Smiley's Workshop Part 8 for a more detailed and more typical approach to programming interrupts in the C language. (The Smiley's Workshop link only works after you have logged into courses@ dordt.) The same material is also available with code supplements directly on the web in a zip file with code supplements here. (Look for the small "Smiley's Workshop 8" link in plain black text.) Reading the supplements is optional. Do these problems on interrupts Errata: On problem 3.17 part (d) note that the only way for Tpi to be an average and a mazimum at the same time is that the ISR takes exactly Tpi to execute every time it runs. This was the author's intent. (As opposed to allowing actual execution times to sometimes exceed Tpi.) (Errata posted 3/20 at 4:50 PM Optional: De Boer's notes on interrupts (Link posted on 4/26 at 1:20 AM) |
6
| 3/06 | 3/08 |
3/20 |
Browse the USB Standard version 2.0 on reserve in the library (Select "books" on the library's web page, then enter "Universal Serial Bus" in the search box) or available from USB.org. If you download from USB.org be sure to read the 2.0 version. (The 2.0 version superceeds the 1.0 version which is now withdrawn. However the 3.0 version is an addendum to the 3.0 version.) Do these short essays on USB. Optional: You may turn the assignment in electronically via courses@dordt. Optional Reading: USB article in Wikipedia |
5
| 2/23 | 3/01 |
3/06 |
Read this handout on transmission lines. (This copy might print better on your printer.) Scan over these application notes from National Semiconductor on transmission lines. Read The section in AN-807 on the "tabular method." AN-806, and AN-807, and AN-808. Do 2.1 and 2.6 in the handout linked above. |
4
| 2/21 | 2/23 |
2/23 |
Read this Ethernet Tutorial. Take this twenty-question quiz. E-mail your quiz grade to Prof. De Boer. You are encouraged to repeat the quiz until you get a perfect grade. Turn in only your best grade. Optional: Books in Dordt's Library Optional: Wikipedia article Ethernet |
3
| 2/02 | 2/09 |
2/14 |
Read RS-232 in Wikipedia Do this problem: Plot voltage vs. time of the Tx line in RS-232 for sending this text: "Z#" (without the quotation marks, with a capital "Z"). Assume ±12 V signal voltages, 53 kbaud, eight data bits, and one stop bit. Be sure to label your axes properly. An ASCII table can be found in many places, e.g. http://www.asciitable.com Note that the illustration in the Wikipedia reading does not have properly labeled axes. Specifically the the independent axis lacks scale and units. Optional: Listen to a teletype machine. Optional: Read about teleprinters. Optional: The entire RS-232 standard is available from Dordt's library. Interface Between Data Terminal Equipment And Data Circuit-Terminating Equipment Employing Serial Binary Data Interchange TK7887.5 .I57 1997 |
2
| 1/26 | 2/2 |
2/14 |
Based on notes from class, do this problem: Modify this H-bridge circuit to so that the two bits of input to the driver are D for direction and E for energize. These will replace the existing inputs W1 and W2. If E = 1 then the motor should be powered. If E = 0 then the motor should freewheel. The uC may then use pulse-width modulation on E to control the motor's speed. Hints: All the resistors and transistors will remain interconnected exactly as shown in the given schematic. The changes pertain to the intput signals and the logic gates. As given in Figure 1.a. . . A logic-1 at pin 1 of U3 will turn Q5 on. A logic-0 at pin 8 of U1 will turn Q6 on. |
1
| 1/10 | 1/12 | 1/17 |
Read "Embedded system" from Wikipeadia Browse "Getting Started with Arduino" Browse this datasheet. Do the introductory problems Note the chip number of the uC on the Arduino Uno is "ATMEGA328P-PV." Turn this problem set in electronically via courses@dordt. (Maximum file size is 1 MB) |
Note 1) |
Homework solutions are usually available one or two class periods
after the due date. Click the "returned date" on this page to
access the solutions. If the "Returned" date is not a link (is
black, not gold) then the solution is not yet posted. Check back
later. If you click the link and get a login screen instead of
the solutions, log in using your usual courses@dordt username and
password. Then use the back icon (or alt-left-arrow on the
keyboard) twice to get back to the link on this page and click
the link again. The link only works when you are logged in to
courses@dordt.
|
Note 2) |
Problems sets shown above with no "assigned" date are
tentative. More problems might be added, expected due dates
might change, but problems shown will eventually be assigned.
|
Note 3) | If you are having difficulty reading the latest version of this page it may have to do with your browser's cached memory. Read this note on cached pages to solve the problem. |