Questions
You are a homeowner and you have decided to invest some time into developing a temperature...

You are a homeowner and you have decided to invest some time into developing a temperature control system in your house instead of paying someone to do this work. You have available to you a microcontroller of your choice a well developed Kernel and your task is to write software to perform the temperature measurements and adjust the temperature accordingly. Provide a list of tasks you would need to realize your project (you can consider interrupts service routines to be tasks as well). Note:You do not have to write any code to solve this problem, but you must list the tasks you will need and draw a block diagramof the software system (show the states you could operate in and how your tasks can get into and out of those states. (Use the ideas used in the mC/OS-II or mCOS).

In: Electrical Engineering

Fourier Transform. Discuss the effects of multiplying a time domain signal by a sinusoid (including multiple...

Fourier Transform. Discuss the effects of multiplying a time domain signal by a sinusoid (including multiple times) has on both the time and frequency domain representations, as well as the practical use of the method, i.e. summarize the conceptual understanding within 100 words.

In: Electrical Engineering

1. Write MIPS assembly code to sum “n” positive integers. Forexample, n=5, read 5 numbers...

1. Write MIPS assembly code to sum “n” positive integers. For example, n=5, read 5 numbers in memory (“.data” section) and add them together.

2. Write MIPS assembly code to calculate N-factorial. Read n from the memory. (Hint: use “.data” to define the content in a memory location)

In: Electrical Engineering

q1) using Matlab make a code that allows a user to enter a function like fractional...

q1) using Matlab

make a code that allows a user to enter a function like fractional function and cubic liner function then the Matlab send a domain, range, continuity

In: Electrical Engineering

Explain the mechanism of a generic photodiode.

Explain the mechanism of a generic photodiode.

In: Electrical Engineering

Single molecule devices are attractive to certain applications where small size and high capacity are both...

Single molecule devices are attractive to certain applications where small size and high capacity are both desirable. In terms of electrical conductivity capacity, most people would thick metal is the best and carbon based materials would be bad; is it true (or) not?

Provide an example to proof your argument.

In: Electrical Engineering

?magine a transistor with 7 nm size. What we mean by that 'size' please explain that...

?magine a transistor with 7 nm size. What we mean by that 'size' please explain that ?

In: Electrical Engineering

Hello guys i would to build a buck converter and use arduino PWM to control the...

Hello guys

i would to build a buck converter and use arduino PWM to control the output voltage

12V to 8.4V

any ideas ?

thanks

In: Electrical Engineering

What are the functions of the robotic arm movement ?

What are the functions of the robotic arm movement ?

In: Electrical Engineering

Design Task 2: One Second Prescalar In many systems it is desirable to have a very...

Design Task 2: One Second Prescalar In many systems it is desirable to have a very fast system clock to clock most of the sequential entities in the system. However, there may be other sequential entities in the same system that need to be clocked at a much slower speed. An approach that allows flexibility in generating a slower clock frequency is a frequency divider, also called a prescalar. This is basically a counter that generates a pulse every n cycles of its input clock. The output occurs as a pulse with a frequency that is 1/n of the input clock frequency. However, the output pulse has a fixed duration that is one clk period long. 4 The prescalar to be designed is named one_sec_prescalar. If its cnt_en input is asserted at a rate of 32.768 kHz it must generate an output pulse every second. So, this design divides down it input by 32768. The input pulse is one system clock in duration and output pulse is one system clock in duration. This entity must also generate an output named one_hz that is a 1Hz square wave. The entity declaration for the one second prescalar is:

entity one_sec_prescalar is port( clk : in std_logic; -- system clock

rst_n : in std_logic; -- active low synchronous reset

clr_n : in std_logic; -- synchronous clear

cnt_en : in std_logic; -- count enable

one_hz : out std_logic; -- one Hz square wave output

one_sec_tick : out std_logic -- one clock wide pulse every sec );

In: Electrical Engineering

How are the memory requirements for the real-time digital signal processing system affected by the sampling...

How are the memory requirements for the real-time digital signal processing system affected by the sampling frequency, f s ? For example, if f s is increased by a factor of 2, what affect does this have on the system memory requirements?

In: Electrical Engineering

(a) What is a high impedance relay and when is it used? (b) A motor with...

(a) What is a high impedance relay and when is it used?

(b) A motor with differential protection has a full load current of 200 A. When starting, the motor takes 5 × FL current. The motor is remote from the switchgear which houses one set of CTs and the relay. If the CT ratios are 200/1, the secondary winding resistance is 1.0 ohm and the protection loop lead resistance to the motor is 6 ohms, calculate the minimum relay setting voltage. State what the CT knee point voltage should be.

In: Electrical Engineering

Design a digital circuit for output ‘e’ for the seven segment display for all possible inputs....

Design a digital circuit for output ‘e’ for the seven segment display for all possible inputs.
Inputs: ABCD
a
f b
g   
e c
d
A) Derive a truth table
B) Design using K-Map technique, a minimum AND-OR gate network for this system. Draw the resulting digital circuit diagram

In: Electrical Engineering

Design sequential circuit for detect 11011 sequence using D flip flops clearly indicating the procedure and...

Design sequential circuit for detect 11011 sequence using D flip flops clearly indicating the procedure and relevant diagrams. Write vrilog code for your circuit.

Step by step answers please.

In: Electrical Engineering

Design a Digital Voting Machine using microcontroller based device which can be performed in election electronic...

Design a Digital Voting Machine using microcontroller based device which can be performed in election electronic voting system. (You can allow five candidates and 50 users. The overall result of the election should be displayed after all.)

Create an algorithm to design a solution

Write a programme to implement the given specification selecting an appropriate microcontroller. (Use Assembly or C languages)

Please attach schematic diagrams (Circuit diagram).

In: Electrical Engineering