• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back

ECET 365 Entire Course DeVry
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-entire-course-devry/

ECET 365 Lab 1 Using the Serial Communication Interface in a Microcontroller

ECET 365 Lab 2 Temperature Measuring System using a Microcontroller

ECET 365 Lab 3 Traffic Light Control Using Finite State Machines (FSM)

ECET 365 Lab 4 Servo Control Using Pulse Width Modulation (PWM)

ECET 365 Lab 5 Servo Motor Interfaces-Closed-Loop Motor Speed Control

ECET 365 Lab 6 Servo Motor Interfaces-Closed-Loop Motor Speed Control

ECET 365 Week 2 Quiz

ECET 365 Week 3 Quiz

ECET 365 Week 4 Quiz

ECET 365 Week 5 Quiz

ECET 365 Week 6 Quiz

ECET 365 Week 1 Home Works

ECET 365 Week 2 Home Works

ECET 365 iLabs 1 to 6
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-ilabs-1-to-6/

ECET 365 Lab 1 Using the Serial Communication Interface in a Microcontroller

ECET 365 Lab 2 Temperature Measuring System using a Microcontroller

ECET 365 Lab 3 Traffic Light Control Using Finite State Machines (FSM)

ECET 365 Lab 4 Servo Control Using Pulse Width Modulation (PWM)

ECET 365 Lab 5 Servo Motor Interfaces-Closed-Loop Motor Speed Control

ECET 365 Lab 6 Servo Motor Interfaces-Closed-Loop Motor Speed Control

ECET 365 Lab 1 Using the Serial Communication Interface in a Microcontroller
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-1-using-the-serial-communication-interface-in-a-microcontroller/

Lab 1 of 6: Using the Serial Communication Interface in a Microcontroller

Submit your assignment to the Dropbox located on the silver tab at the top of this page.

(See Syllabus section Due Dates for Assignments & Exams for due dates.)

L A B O V E R V I E W
Scenario/Summary
1. To use the built-in COM port and understand how it sends and receives serial data using the RS-232 communication standard

ECET 365 Lab 2 Temperature Measuring System using a Microcontroller
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-2-temperature-measuring-system-using-a-microcontroller/

Lab 2 of 6: Temperature Measuring System using a Microcontroller

Submit your assignment to the Dropbox located under the silver tab at the top of this page.

(See Syllabus section Due Dates for Assignments & Exams for due dates.)

L A B O V E R V I E W
Scenario/Summary
To know how to design and use signal conditioners to interface analog sensors or transducers to the HC12
To learn how to use A-to-D Converters to input and digitize signals coming to the microprocessor from analog input devices

ECET 365 Lab 3 Traffic Light Control Using Finite State Machines (FSM)
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-3-traffic-light-control-using-finite-state-machines-fsm/

Lab 3 of 6: Traffic Light Control Using Finite State Machines (FSM)

Submit your assignment to the Dropbox located under the silver tab at the top of this page.

See Syllabus section Due Dates for Assignments & Exams for due dates.

L A B O V E R V I E W
Scenario/Summary

ECET 365 Lab 4 Servo Control Using Pulse Width Modulation (PWM)
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-4-servo-control-using-pulse-width-modulation-pwm/

Lab 4 of 6: Servo Control Using Pulse Width Modulation (PWM)

Submit your assignment to the Dropbox located under the silver tab at the top of this page.

(See Syllabus section Due Dates for Assignments & Exams for due dates.)

L A B O V E R V I E W
Scenario/Summary
To become familiar with the PWM interface using the Dragon 12 Plus with serial monitor
To learn how to use input and output subroutines in C language

ECET 365 Lab 5 Servo Motor Interfaces-Closed-Loop Motor Speed Control
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-5-servo-motor-interfaces-closed-loop-motor-speed-control/

Lab 5 of 6: Servo Motor Interfaces-Closed-Loop Motor Speed Control

Submit your assignment to the Dropbox located under the silver tab at the top of this page.

(See Syllabus section Due Dates for Assignments & Exams for due dates.)

L A B O V E R V I E W
Scenario/Summary
To understand the operation of servo motors and optical interrupter switches

ECET 365 Lab 6 Servo Motor Interfaces-Closed-Loop Motor Speed Control
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-lab-6-servo-motor-interfaces-closed-loop-motor-speed-control/

Lab 6 of 6: Servo Motor Interfaces-Closed-Loop Motor Speed Control

Submit your assignment to the Dropbox located under the silver tab at the top of this page.

See Syllabus section Due Dates for Assignments & Exams for due dates.

L A B O V E R V I E W
Scenario/Summary
The course project involves the design, debugging, and building of hardware and software for a wireless servo driven robot.

Deliverables
Report

ECET 365 Week 2 Quiz
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-week-2-quiz/

1. Question : (TCO #5) Identify the step size for an 8-bit analog-to-digital converter with Vref= 2.5 VDC?
Student Answer: 10 millivolts
25 millivolts
4.9 millivolts
5 volts
Comments:
2. Question : (TCO # 5) How many steps are available with a 10-bit ADC?
Student Answer: 10
1024
512
256
Comments:
3. Question : (TCO #5) What is the cutoff frequency for a low-pass filter with a resistor R = 3000 and a capacitor C = .01 µf?

ECET 365 Week 3 Quiz
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-week-3-quiz/

1. Question : (TCO #3) Which interrupt is non-maskable?
Student Answer: Software interrupt (SWI)
Interrupt from a device connected to IRQ pin of HCS12 microcontroller
Both A and B
Interrupt by multiple devices connected to IRQ pin of HCS12 microcontroller
Comments:
2. Question : (TCO #3) Which of the following interrupts has the highest priority?
Student Answer: TCNT timer overflow
SCI0
ATD0
ATD1
Comments:

ECET 365 Week 4 Quiz
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-week-4-quiz/

1. Question : (TCO #1, 2, and 7) Select the header file in CodeWarrior for the Freescale MC9s12DG256.
Student Answer: mc9s12dg256.h
mc9s12dg256.header
mc9s12dg256.asm
mc9s12dg256
Comments:
2. Question : (TCO #1, 2, and 7) _____ is part of the UNIX OS user layer.
Student Answer: API
Device driver
Shell
Core
Comments:
3. Question : (TC

ECET 365 Week 5 Quiz
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-week-5-quiz/

1. Question : (TCO #5) In an asynchronous data transfer _____.
Student Answer: the transmitter and receiver clock must be exactly the same all the time
the receiver clock must be exactly the same or multiple times the transmitter clock
it is not necessary to have a clock in the receiver
None of the above
Comments:
2. Question : (TCO #5) Synchronization between data transmitter and receiver _____ data transfer.
Student Answer: is necessary in asynchronous
is necessary in synchronous
is necessary in both asynchronous and synchronous data transfer

ECET 365 Week 6 Quiz
Copy the link:

http://www.homeworkmade.com/ecet-365/ecet-365-week-6-quiz/

1. Question : (TCO #6) How many 16-bit PWM channels are available in the Freescale 9S12DG256 microcontroller?
Student Answer: Two
Four
Seven
Eight
Comments:
2. Question : (TCO #6) When concatenating the two 8-bit PWM Channels 3 and 2 to get a 16-bit PWM channel, _____ becomes the low-order byte.
Student Answer: Channel 7
Channel 2
Channel 5
Channel 3