Wase Solution | Real Time Operating Systems | RTOS | Solved | Assignment

Wase Solution | Real Time Operating Systems | RTOS | Solved | Assignment

 
RTOS Assignment below are the some of the solved RTOS Assignment question.
1. Construct a Raspberry Pi model Robot system for HR system in an organization to assess an employee’s contribution. The system should take the following parameters as inputs:

  • Self Appraisal
  • Appraisal from Project Manager
  • Achievements of the employee
  • Awards and recognitions
  • Feedback from clients

The model should assign a score based on the following factors. Each factor has a weightage of 20%. The decisions / actions should be based on the following:

Overall Score Action / Decision
Score >80% Can be considered for promotion
Score>50% and <80% Monitor progress for 6 months and then take action
Score >30% and <50% Counsel the candidate and take feedback
Score < 20% Terminate the candidate

 
Identify the tasks and subtasks in the above process (Critical / non-critical / exceptional). Develop the python script for the same. No need to do the circuit simulation. Draw a block diagram of the model illustrating the components that would be used.
Identify the scheduling algorithm which would be effective in tasks modelling and implement the same using Cheddar. ( No need to develop hardware model). Writeup should have the following

  • Python Script
  • Block diagram of model
  • Algorithm to be used for scheduling
  • Cheddar screen shot

Solution

Loader Loading...
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Download [329.25 KB]


2. Construct a Raspberry Pi Model Robot System for a health system to manage hospitals. The doctors and patients should be managed by a User Interface with independent login.
A group of hospitals may be grouped with doctors and patients. The patients case history should be maintained along with the doctors specialization. Appointments need to be scheduled and assignments need to be made to appropriate doctor.
The doctor need not physically meet the patient, but the system must provide a diagnosis based on the current symptoms, previous ailments and drug allergies if any.
This entire process comes under preliminary screening.
Based on these results, the patient could meet a doctor if necessary for any other clarification.
Identify the tasks and subtasks in the above process (Critical / non-critical / exceptional). Develop the python script for the same. No need to do the circuit simulation. Draw a block diagram of the model illustrating the components that would be used.
Identify the scheduling algorithm which would be effective in tasks modelling and implement the same using Cheddar. (No need to develop hardware model). Writeup should have the following

  • Python Script
  • Block diagram of model
  • Algorithm to be used for scheduling
  • Cheddar screen shot

Solution

Loader Loading...
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Download [552.33 KB]


3. Construct a Raspberry Pi Model Robot System for child monitoring. The robot should take care of the child in absence of parents. It should entertain the child and also alert the parents in case of any emergency.
Identify the tasks and subtasks in the above process (Critical / non-critical / exceptional). Develop the python script for the same. No need to do the circuit simulation. Draw a block diagram of the model illustrating the components that would be used.
Identify the scheduling algorithm which would be effective in tasks modelling and implement the same using Cheddar. (No need to develop hardware model). Writeup should have the following

  • Python Script
  • Block diagram of model
  • Algorithm to be used for scheduling
  • Cheddar screen shot

Solution

Loader Loading...
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Download [314.99 KB]


4. Construct a Raspberry Pi Model Robot System to conduct a competition for kids and award prizes. It should be capable of asking questions and validate responses and identify winners.
Identify the scheduling algorithm which would be effective in tasks modelling and implement the same using Cheddar. (No need to develop hardware model). Writeup should have the following

  • Python Script
  • Block diagram of model
  • Algorithm to be used for scheduling
  • Cheddar screen shot

For reference

General Guidelines to build Robot System

Loader Loading...
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Download [200.66 KB]


Python Script Samples:
Use the following URL to get an idea on Python code samples:
 
http://www.pythonforbeginners.com/code-snippets-source-code/python-code-examples
http://learn-robotics.com/
 
Python Programming Examples:
https://www.sanfoundry.com/python-problems-solutions/
Anaconda distribution:
https://repo.continuum.io/