Difference between revisions of "ME 333 Introduction to Mechatronics (Archive Winter 2012)"

From Mech
Jump to navigationJump to search
Line 3: Line 3:
[[ME 333 Introduction to Mechatronics (Archive Winter 2011)|(Archive of Winter 2011)]]
[[ME 333 Introduction to Mechatronics (Archive Winter 2011)|(Archive of Winter 2011)]]


'''First day of class is Thursday Jan 5!'''
* Section 20: Prof. Kevin Lynch, T Th, 11:00-12:20, Tech LR5
* Section 20: Prof. Kevin Lynch, T Th, 11:00-12:20, Tech LR5
* Section 21: Prof. Nick Marchuk, T Th, 12:30-1:50, Tech LR5
* Section 21: Prof. Nick Marchuk, T Th, 12:30-1:50, Tech LR5
Line 10: Line 11:
* '''Final demo''' (in lieu of final exam): 11-12:20 section Wed March 14 9-11 AM; 12:30-1:50 section Monday March 12 3-5 PM
* '''Final demo''' (in lieu of final exam): 11-12:20 section Wed March 14 9-11 AM; 12:30-1:50 section Monday March 12 3-5 PM


== Checklist to Complete Before the First Day of Class ==

Attendance at the first day of class is mandatory. If you will be unable to make the first day of class, please give up your seat in ME 333 now (unregister or email Prof. Lynch to be taken off the waitlist) so that another student can have it. By the first day of class, you should:

* Be able to solve circuit problems similar to those on the practice problem set at the bottom of [[ME_333_Circuits_Review_Material|this page]]. Be prepared for a short quiz on this material on the second day of class.
* Have a laptop with at least 2 USB ports running a Windows operating system (see FAQ below on using running Windows on a Mac). One port will be used to program and communicate with your PIC microcontroller, and the other will be used for your portable oscilloscope.
* Download and install software described on [[NU32v2: Software to Install| this page]].
* Make sure your laptop has Matlab installed.

On the first day of class, January 4, you should come to class with your laptop, ready to use all of the software mentioned above, since we will use it on the first day of class. If you are unable to meet the checklist (and downloading and installing the software may take you an hour, so plan ahead), you will be asked to drop the course to make space for someone else.

== Student Contract ==

By signing up for this course, you agree to complete the checklist above before the course starts. You understand that ME 333 is being revised extensively, and there will be some uncertainties as the curriculum and equipment are ironed out. You understand that learning from classmates is encouraged, up to the stage of conceptualizing solutions. You understand that copying assignment solutions and program code plagiarism is not tolerated. You will report instances of code plagiarism you are aware of. Code plagiarism includes, but is not limited to:

* Allowing another student to copy your code.
* Copying another student's code, in whole or in part.
* Transforming copied sections of code to try to disguise their origin.
* Borrowing code from others not in the course, e.g., code found on the internet, without attribution. Borrowing code found on the internet is acceptable if the source is clearly indicated in your code comments.

On our part (faculty and TA), we commit to do our best to provide you a curriculum and set of experimental materials to get you up to speed on sophisticated mechatronics integration as quickly and efficiently as possible, while giving you a foundation in concepts needed to go further in future projects and courses.

== Prerequisite ==

ME 233 Electronics Design or similar (EECS 221, 225) is required. You will be expected to analyze circuits with resistors, capacitors, inductors, diodes, transistors, and op-amps on the first day of class. There will be a quiz on this material on the second day of class, but you are on your own to prepare for it. To see if you have the right background, or if you will need to freshen up before the quarter starts, do the practice problem set and the 2011 quiz on [[ME_333_Circuits_Review_Material|this page]].


== Reading ==
== Reading ==
Line 56: Line 82:
: '''Quiz''': None.
: '''Quiz''': None.
: '''Topic''': Course overview. Circuits review.
: '''Topic''': Course overview. Circuits review.
: '''Reading''': Practice problem set and quiz on [[ME_333_Circuits_Review_Material|this page]], as well as background reading as needed.
: '''Reading''': [[Media:invest.c|Sample program]] and Essential C (page numbers referenced in program comments).


'''Class 2'''
'''Class 2'''
: '''Quiz''': None.
: '''Quiz''': None.
: '''Topic''': Continue with introduction to C via the sample program. MPLAB IDE.
: '''Topic''': Introduction to C.
: '''Reading''': [[Media:invest.c|Sample program]], Essential C, and [[NU32v2: Using the Simulator|using the MPLAB IDE simulator]]. Circuit prep problems found [[ME 333 Circuits Review Material|here]].
: '''Reading''': [[Media:invest.c|Sample program]], [[Media:EssentialC.pdf|Essential C]] (page numbers referenced in program comments).


'''Class 3'''
'''Class 3'''
: '''Quiz''': Circuits.
: '''Quiz''': Circuits. [[Media:ME33-W2011-quiz1-solutions.pdf|Solutions]] (average: 18.3/29, median: 19.7, high: 29, stdev: 7.2)
: '''Topic''': Using the MPLAB IDE, simulating and debugging, and other programming topics.
: '''Topic''': Introduction to C (cont).
: '''Reading''': [[NU32v2: Using the Simulator|Using the MPLAB IDE simulator]].
: '''Reading''':
: '''Assignment out''': [[Media:Assignment1.zip|Assignment 1]] (Due January 18th, Class 5)
: '''Assignment out''':

'''Class 4'''
: '''Quiz''': C syntax (from invest.c). [[ME333 W2011 Quiz 2 Solutions|Solutions]] (average: 9.7/12; median: 11, high: 12; stdev: 3.0)
: '''Topic''': PIC32 and NU32v2 hardware.
: '''Reading''': [[NU32v2: Introduction to the PIC32]], DS p. 3 (summary), ch. 1 (first page only), ch. 3.2.2 Multiply/Divide Unit; RM ch. 1

'''Class 5'''
: '''Assignment due''': Assignment 1 [[Media:Assignment1Solutions.zip|Solutions]] (to run the code, don't forget to setup Uart1)
: '''Quiz''': PIC32 capabilities/hardware.
: '''Topic''': Getting started with the NU32v2.
: '''Reading''': [[NU32v2: Starting a New Project and Putting it on the NU32v2|starting a project]] and the reading associated with assignment 2
: '''Assignment out''': [[Media:Assignment2.pdf|Assignment 2]] (Due January 25th, Class 7)

'''Class 6'''
: '''Quiz''': [[Media:quiz_class_6.zip|Creating an MPLAB project and programming the NU32v2]]
: '''Topic''': Understanding programming of the PIC32.
: '''Reading''': [[NU32v2: A Detailed Look at Programming the PIC32]], RM Ch.12 I/O Ports pg 2-7 & 25-28

'''Class 7''' (1/25)
: '''Assignment due''': Assignment 2 [[Media:Assignment2StudentSolutions.zip|Solutions]] (Whenever possible we will post your solutions. Thanks to Justin LeMaster for sharing his solutions.)
: '''Quiz''': Topics covered in Assignment 2 (convert to/from binary, reading a data sheet, setting bits in a register)
: '''Topic''': An in-depth look at digital I/O
: '''Reading''': [[NU32v2: Digital Input and Output]], [[NU32v2: A Detailed Look at Programming the PIC32]], RM Ch.12 I/O Ports pg 2-7 & 25-28
: '''Assignment out''': [[Media:Assignment3.zip|Assignment 3]] (Due February 1st, Class 9)

'''Class 8''' (1/27)
: '''Quiz''': Know the digital I/O SFRs described in [[NU32v2: Digital Input and Output]], what they do, and how to write to them to get different pin behaviors
: '''Topic''': Counter/Timers
: '''Reading''': C32 Peripheral Lib Guide (under ''Help->Topics''), RM Ch.14 Timers pg 2

'''Class 9''' (2/1)
: '''Assignment due''': Assignment 3 [[Media:Assignment3Solutions.zip|Solutions]] (Thanks to Joe Mullenbach for Assignment 3 solutions.)
: '''Topic''': Output compare, PWM, analog output, and using the NUscope
: '''Reading''': [[NU32v2: Interrupts]], [[NU32v2: Output Compare, PWM, and Analog Output]], and [[NUScope]]
: '''Assignment out''': [[Media:Assignment4.zip|Assignment 4]] (Due February 8th, Class 11)

'''Class 10''' (2/3)
: '''Quiz''': Demo partial solution to Assignment 4: Generate 0.5V, 1V, and 3.3V analog signal using OC1 and the low-pass filter (LPF) described in class Tuesday (2/1). You should change to the next voltage in the list every time a button is pressed and display the output on your nuScope. You can use the 10 kohm resistor and 0.01 uF capacitor you have for the low-pass filter. (Are these good values to use for your RC filter?)
: '''Topic''': Analog input
: '''Reading''': [[NU32v2: Analog Input]]

'''Class 11''' (2/8)
: '''Assignment due''': Assignment 4 [[Media:Assignment4Solutions.zip|Solutions]] (Thanks to Anonymous for Assignment 4 solutions.)
: '''Topic''': Sensors
: '''Reading''': [[Sensor Overview]], [[NU32v2: Serial Communication with the PC#Processing|NU32v2 Plotting Tool]]
: '''Assignment out''': [[Media:Assignment5v2.zip|Assignment 5v2]] (Due February 15th, Class 13)

'''Class 12''' (2/10)
: '''Quiz''': Low-pass filtering a PWM signal (duty cycle, RC filter cutoff frequency, etc.)
: '''Topic''': Encoders, PID control
: '''Reading''': [[Rotary Encoder]], [[NU32v2: Using the LS7183 Quadrature Clock Converter]]

'''Class 13''' (2/15)
: '''Assignment due''': Assignment 5 [[Media:Assignment5Solutions.zip|Solutions]] (Thanks to Andrew Kessler for Assignment 5 solutions.)
: '''Topic''': Digital FIR filtering of noisy sensor signals
: '''Reading''': This is background only, if you're interested in going further: [http://www.dspguide.com/pdfbook.htm Chapters 14-17, on FIR filters, of this pdf book]; also see this [http://www.falstad.com/dfilter/directions.html nifty digital filter applet]
: '''Assignment out''': [[Media:Assignment6.pdf|Assignment 6]], [[Media:Assignment6.zip|Assignment6.zip]]

'''Class 14''' (2/17)
: '''Quiz''': LED and phototransistor pairs; encoders
: '''Topic''': DC motor theory
: '''Reading''': [[Brushed DC Motor Theory]]

'''Class 15''' (2/22)
: '''Assignment due''': Assignment 6; here is a [[Media:asst6-follow.pdf|partial solution set and follow-up to assignment 6]]
: '''Topic''': DC motor theory (continued)
: '''Reading''': [[Brushed DC Motor Theory]]
: '''Assignment out''': [[Media:asst7.pdf|Assignment 7]]

'''Class 16''' (2/24)
: '''Quiz''': FIR low-pass filters
: '''Topic''': Driving DC motors using transistors, push-pull, H-bridge and PWM; opto-isolation; current sensing; reading an encoder with an LS7183
: '''Reading''': See the final project, assigned in the next class.

'''Class 17''' (3/1)
: '''Assignment due''': Assignment 7 [[Media:Assignment7Solutions1.pdf|Solution1]] and [[Media:Assignment7Solutions2.pdf|Solution2]]. Note that there are 6 independent parameters, 5W is not the maximum power rating of the motor (see Solution 1 for the correct calculation), and your motor values should be similar to those in these well-documented solutions. (Thanks to David Meyer and David Ma for this week's solutions.)
: '''Topic''': Motor control: voltage control vs. inner current/torque control loop; outer motion control loop, feedforward and PID feedback; example system: Copley amplifier
: '''Reading''': In the text of the final project description, below
: '''Assignment out''': [[Media:projectW2011.pdf|Final project]], due 3/16 at 7 PM (time of the final demo); milestone demo in class on 3/8

'''Class 18''' (3/3)
: '''Quiz''': DC motor equations, data sheets, and speed-torque curves
: '''Topic''': Gearing, inertia and torque, motor sizing and selection
: '''Reading''': [[Choosing a Motor and Gearing Combination]]
: '''Assignment out''': [[Media:ME333FinalProjectMilestone.pdf|Final project milestone pdf]], [[Media:ME333FinalProjectMilestone.zip|Final project milestone zip file]], due 3/8 in class

'''Class 19''' (3/8)
: '''Assignment due''': Final project milestone (demo only): reading the current sensor; using an H-bridge with PWM; reading an encoder
: '''Topic''': Stepper motors and RC servos
: '''Reading''': [[PIC32MX: Driving a Stepper Motor]], [[PIC32MX: Servo Control]]
: '''Assignment out''': [[Media:ME333FinalProjectStarterCode.pdf|Final Project Starter Code PDF]], [[Media:ME333FinalProjectStarterCodev2.zip|Final Project Starter Code]], [[Media:ME333FinalProjectApp.zip|Final Project Processing App]], due 7 PM, 3/16 in LR5

'''Class 20''' (3/10)
: '''Quiz''': None
: '''Topic''': Types of communication (I2C, SPI, UART, XBee, USB, ethernet, CAN, etc.); wrap-up
: '''Reading''':

'''Final Demo''' (3/16), 7 PM, LR5

== Important Information: Changes to ME 333 for Winter 2011 ==

* ME 333 will be taught differently in 2011 than it has been in recent years. In particular, there will be no lab groups and no large final projects. Each student will be issued a PIC microcontroller and electronics, sensors, and actuators needed to complete the programming and interface assignments on his/her own. Every student will do a significant amount of programming. An example of an assignment is to write PIC software to control a motor based on encoder feedback.
* You need a laptop for this course. You will need to bring it to class. (There are some similarities to ME 233.)
* ME 333 assumes some familiarity with circuits, e.g., transistors and op amps. ME 233 is good preparation. EECS 221 or 225 should suffice, too.

If you are signed up for ME 333 and this does not sound like a course you want to take (e.g., you don't want to do a lot of programming), please unregister. If you would like to be on the waiting list, send me an email, kmlynch at northwestern.edu. If you are already on the waiting list (you received a mail from me) but would like to be off the waiting list, or if you don't have experience with circuits, please let me know, and I will take you off the waiting list.

== Checklist to Complete Before the First Day of Class ==

Attendance at the first day of class is mandatory. If you will be unable to make the first day of class, please give up your seat in ME 333 now (unregister or email Prof. Lynch to be taken off the waitlist) so that another student can have it. By the first day of class, you should:

* Be able to solve circuit problems similar to those on the practice problem set at the bottom of [[ME_333_Circuits_Review_Material|this page]]. Be prepared for a short quiz on this material on the second day of class.
* Have a laptop with at least 2 USB ports running a Windows operating system (see FAQ below on using running Windows on a Mac). One port will be used to program and communicate with your PIC microcontroller, and the other will be used for your portable oscilloscope.
* Download and install software described on [[NU32v2: Software to Install| this page]].
* Make sure your laptop has Matlab installed.

On the first day of class, January 4, you should come to class with your laptop, ready to use all of the software mentioned above, since we will use it on the first day of class. If you are unable to meet the checklist (and downloading and installing the software may take you an hour, so plan ahead), you will be asked to drop the course to make space for someone else.

== Student Contract ==

By signing up for this course, you agree to complete the checklist above before the course starts. You understand that ME 333 is being revised extensively, and there will be some uncertainties as the curriculum and equipment are ironed out. You understand that learning from classmates is encouraged, up to the stage of conceptualizing solutions. You understand that copying assignment solutions and program code plagiarism is not tolerated. You will report instances of code plagiarism you are aware of. Code plagiarism includes, but is not limited to:

* Allowing another student to copy your code.
* Copying another student's code, in whole or in part.
* Transforming copied sections of code to try to disguise their origin.
* Borrowing code from others not in the course, e.g., code found on the internet, without attribution. Borrowing code found on the internet is acceptable if the source is clearly indicated in your code comments.

On our part (faculty and TA), we commit to do our best to provide you a curriculum and set of experimental materials to get you up to speed on sophisticated mechatronics integration as quickly and efficiently as possible, while giving you a foundation in concepts needed to go further in future projects and courses.

== Prerequisite ==

ME 233 Analog and Digital Electronics or similar (EECS 221, 225) is required. You will be expected to analyze circuits with resistors, capacitors, inductors, diodes, transistors, and op-amps on the first day of class. There will be a quiz on this material on the second day of class, but you are on your own to prepare for it. To see if you have the right background, or if you will need to freshen up before the quarter starts, do the practice problem set on [[ME_333_Circuits_Review_Material|this page]].


'''Final Demo''': Monday 3/12, 3-5 PM, for 12:30-1:50 section; Wednesday 3/14, 9-11 AM, for 11:00-12:20 section


== FAQ ==
== FAQ ==
Line 206: Line 101:
Q: Do I need to know the C language to take this course?
Q: Do I need to know the C language to take this course?


A: No. If you already know C, there is still plenty else in this course for you. If you already know C, know how to use microcontrollers for real-time control, and have a good understanding how common sensors and actuators work and how to interface to them, this course may not be for you. Consider taking ME 433 Advanced Mechatronics in the spring quarter.
A: No. But if you already know C, there is still plenty else in this course for you. If you already know C, know how to use microcontrollers for real-time control, and have a good understanding how common sensors and actuators work and how to interface to them, this course may not be for you. Consider taking ME 433 Advanced Mechatronics in the spring quarter.


Q: Is there any independent project at all?

A: There is no large independent project. There may be a small two-week project at the end of the course, but there will be no machining. For a significant project, do a quarter-long project in ME 433 Advanced Mechatronics, offered in the spring quarter. ME 333 is good preparation for ME 433.


Q: Do I need a PC laptop, or is a Mac fine? Any other requirements?

A: You need a laptop with 2 USB ports, and you need to be able to run a Windows OS. The Microchip MPLAB Integrated Development Environment runs only on Windows operating systems:

[http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469 http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469]

I use a Mac with VirtualBox (free) to run Windows (which you have to pay for). You can get a full version of Windows 7 Pro using the Microsoft Student Deal for $64.95; see


[http://www.it.northwestern.edu/software/microsoft/ http://www.it.northwestern.edu/software/microsoft/]


Q: Is there an independent project?
[http://www.microsoft.com/student/en/us/software/windows/default.aspx http://www.microsoft.com/student/en/us/software/windows/default.aspx]


A: There is no large independent project. There will be an individual two-week project at the end of the course, but there will be no machining. For a significant project, do a quarter-long project in ME 433 Advanced Mechatronics, offered in the spring quarter. ME 333 is good preparation for ME 433.
You can get a wide variety of Windows software by becoming a student member of the IEEE for $32; see


[http://www.ieee.org/membership_services/membership/students/students_software.html http://www.ieee.org/membership_services/membership/students/students_software.html]


Q: What kind of laptop do I need?


A: You need a laptop with at least 2 USB ports. Any operating system is fine.





Revision as of 19:25, 14 December 2011

Winter Quarter 2012 -- ***UNDER CONSTRUCTION***

(Archive of Winter 2011)

First day of class is Thursday Jan 5!

  • Section 20: Prof. Kevin Lynch, T Th, 11:00-12:20, Tech LR5
  • Section 21: Prof. Nick Marchuk, T Th, 12:30-1:50, Tech LR5
  • TAs: Nelson Rosa, nelsonrosa2013 at u.northwestern.edu; Jarvis Schultz, JarvisSchultz2012 at u.northwestern.edu
  • Office Hours: TBA
  • Circuits Q&A Session: TBA
  • Final demo (in lieu of final exam): 11-12:20 section Wed March 14 9-11 AM; 12:30-1:50 section Monday March 12 3-5 PM

Checklist to Complete Before the First Day of Class

Attendance at the first day of class is mandatory. If you will be unable to make the first day of class, please give up your seat in ME 333 now (unregister or email Prof. Lynch to be taken off the waitlist) so that another student can have it. By the first day of class, you should:

  • Be able to solve circuit problems similar to those on the practice problem set at the bottom of this page. Be prepared for a short quiz on this material on the second day of class.
  • Have a laptop with at least 2 USB ports running a Windows operating system (see FAQ below on using running Windows on a Mac). One port will be used to program and communicate with your PIC microcontroller, and the other will be used for your portable oscilloscope.
  • Download and install software described on this page.
  • Make sure your laptop has Matlab installed.

On the first day of class, January 4, you should come to class with your laptop, ready to use all of the software mentioned above, since we will use it on the first day of class. If you are unable to meet the checklist (and downloading and installing the software may take you an hour, so plan ahead), you will be asked to drop the course to make space for someone else.

Student Contract

By signing up for this course, you agree to complete the checklist above before the course starts. You understand that ME 333 is being revised extensively, and there will be some uncertainties as the curriculum and equipment are ironed out. You understand that learning from classmates is encouraged, up to the stage of conceptualizing solutions. You understand that copying assignment solutions and program code plagiarism is not tolerated. You will report instances of code plagiarism you are aware of. Code plagiarism includes, but is not limited to:

  • Allowing another student to copy your code.
  • Copying another student's code, in whole or in part.
  • Transforming copied sections of code to try to disguise their origin.
  • Borrowing code from others not in the course, e.g., code found on the internet, without attribution. Borrowing code found on the internet is acceptable if the source is clearly indicated in your code comments.

On our part (faculty and TA), we commit to do our best to provide you a curriculum and set of experimental materials to get you up to speed on sophisticated mechatronics integration as quickly and efficiently as possible, while giving you a foundation in concepts needed to go further in future projects and courses.

Prerequisite

ME 233 Electronics Design or similar (EECS 221, 225) is required. You will be expected to analyze circuits with resistors, capacitors, inductors, diodes, transistors, and op-amps on the first day of class. There will be a quiz on this material on the second day of class, but you are on your own to prepare for it. To see if you have the right background, or if you will need to freshen up before the quarter starts, do the practice problem set and the 2011 quiz on this page.

Reading

Required:

  • Essential C: A brief introduction to the C programming language
  • PIC32 Data Sheet (254 pages, 5 MB pdf)
  • PIC32 Family Reference Manual, by chapter. Lots of useful and detailed information on the PIC32 architecture and how the peripherals work, including detailed description of their SFRs. Only certain parts of certain chapters will be assigned.
  • PIC32MX Peripheral Library (included as a .chm file under "Program Files\Microchip\MPLAB C32\doc" with your C32 compiler installation)

Useful, but not required:

Grading

Grades will be approximately 40% quizzes and 60% assignments. We will have short quizzes once a week at the beginning of class covering material on the previous assignment. Bring a sheet of paper you can turn in with your quiz answers. We will have a final demo in lieu of a final exam.

Approximate Syllabus

ME 333 focuses on three topics: (1) general C programming; (2) Microchip PIC microcontroller architecture and C programming specific to the PIC (e.g., using the PIC's peripherals, such as analog inputs, digital I/O, counters/timers, comm ports, etc.); and (3) interfacing the PIC to sensors and actuators, some theory of sensor and actuator operation, and interface circuitry and signal processing.

You will bring your laptop to each class. As the quarter progresses, we will be handing out other equipment that you will need to bring to class, such as the NU32v2 development board that breaks out the PIC32MX795F512L microcontroller.

Topics we will cover include:

  • introduction to C programming (here's a simple tutorial C program)
  • quiz on circuits
  • introduction to the PIC32 hardware, and programming the PIC32 in C
  • digital I/O
  • counters/timers and interrupts
  • analog input
  • sensor smorgasbord
  • digital signal processing: filters and FFTs
  • analog output and pulse-width modulation
  • brushed permanent magnet DC motors: theory and control
  • stepper motors and RC servo motors
  • communication by SPI, I2C, and RS-232

By class (note: DS = Data Sheet, RM = Reference Manual):

Class 1

Quiz: None.
Topic: Course overview. Circuits review.
Reading: Practice problem set and quiz on this page, as well as background reading as needed.

Class 2

Quiz: None.
Topic: Introduction to C.
Reading: Sample program, Essential C (page numbers referenced in program comments).

Class 3

Quiz: Circuits.
Topic: Introduction to C (cont).
Reading:
Assignment out:

Final Demo: Monday 3/12, 3-5 PM, for 12:30-1:50 section; Wednesday 3/14, 9-11 AM, for 11:00-12:20 section

FAQ

Q: Do I need to know the C language to take this course?

A: No. But if you already know C, there is still plenty else in this course for you. If you already know C, know how to use microcontrollers for real-time control, and have a good understanding how common sensors and actuators work and how to interface to them, this course may not be for you. Consider taking ME 433 Advanced Mechatronics in the spring quarter.


Q: Is there an independent project?

A: There is no large independent project. There will be an individual two-week project at the end of the course, but there will be no machining. For a significant project, do a quarter-long project in ME 433 Advanced Mechatronics, offered in the spring quarter. ME 333 is good preparation for ME 433.


Q: What kind of laptop do I need?

A: You need a laptop with at least 2 USB ports. Any operating system is fine.


ME 333 Winter 2010 (obsolete)


NU32v2: A Detailed Look at Programming the PIC32