国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看

合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務合肥法律

代寫EL1242 、代做Python/Java編程
代寫EL1242、代做Python/Java編程

時間:2025-03-19  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



Academic Year: 2024/25
Assessment Introduction: 
Course: 
BEng (Hons) Electronic Engineering    Module Code: EL1242    
Module Title: Digital Electronics    

Title of the Brief: 
Prototyping of A Primary Smart Home System    Type of assessment: Coursework

This Assessment Pack consists of a detailed assignment brief, guidance on what you need to prepare, and information on how class sessions support your ability to complete successfully. You’ll also find information on this page to guide you on how, where, and when to submit. If you need additional support, please make a note of the services detailed in this document. 

How, when, and where to submit:
The deadline for this assessment is 21st  March 2025 at 23.59 via the submission zone found the EL1242 Blackboard area - Please note that this is the final time you can submit – not the time to submit!
If your work is submitted via the Turnitin link on Blackboard, the link will be visible to you on: 12th December 2024 
Feedback will be provided by: 26th April 2025
You should aim to submit your assessment in advance of the deadline.
Note: If you have any valid mitigating circumstances that mean you cannot meet an assessment submission deadline and you wish to request an extension, you will need to apply online, via MyUCLan with your evidence prior to the deadline. Further information on Mitigating Circumstances via this link.
We wish you all success in completing your assessment. Read this guidance carefully, and any questions, please discuss with your Module Leader or module team. 

Additional Support available: 
All links are available through the online Student Hub
1.Academic support for this assessment will be provided by contacting Zengdi Bao or Xinliang Chen 
2.Our Library resources link can be found in the library area of the Student Hub .
3.Support with your academic skills development (academic writing, critical thinking and referencing) is available through WISER on the Study Skills section of the Student Hub.
4.For help with Turnitin, see Blackboard and Turnitin Support on the Student Hub 
5.If you have a disability, specific learning difficulty, long-term health or mental health condition, and not yet advised us, or would like to review your support, Inclusive Support can assist with reasonable adjustments and support. To find out more, you can visit the Inclusive Support page of the Student Hub.
6.For mental health and wellbeing support, please complete our online referral form, or email wellbeing@uclan.ac.uk. You can also call 01772 893020, attend a drop-in, or visit our UCLan Wellbeing Service  Student Hub pages for more information.
7.For any other support query, please contact Student Support via studentsupport@uclan.ac.uk. 
8.For consideration of Academic Integrity, please refer to detailed guidelines in our policy document . All assessed work should be genuinely your own work, and all resources fully cited.  
9.For this assignment, you are not permitted to use any category of AI tools.

Preparing for your assignment.
Ensure that you fully understand the requirements for the assessment and what you are expected to complete. The assignment will be introduced in the lecture session where you can ask any questions, you can also ask for clarification by contacting the module team.

The following module learning outcomes will be assessed in this assignment: 

Explain the operation of a basic microprocessor system, relating the description to the architecture of the processor.
Interpret assembly language software used in the processor based system.

Please read over the guide to writing a technical document https://www.theiet.org/media/5182/technical-report-writing.pdf and ensure that you fully understand the requirements of the assessment. There will be a lecture session on the assignment and writing a technical document. 

Ensure that you research and read into the subject area before writing the report so that you have a good background understanding to the subject area.

Assignment Brief

1.Introduction
In this assessment, the student will demonstrate the ability to:
Explain the operation of a basic microprocessor/microcontroller system, and interpret software used in such a system.
Write and test simple programs using a modern programming language and an appropriate set of development tools or environment, including use of libraries, debug tools etc.
Develop digital systems and programs for basic engineering applications.
Design hardware and software to meet the specification for a simple processor-based system.
2.Assignment Brief
Smart home devices are a part of the larger concept of home automation. Large smart home systems utilize a main hub or controller to provide users with a central control for all of their devices. These devices can include lighting, heating and air conditioning and security system. The other key application of smart home is to provide assistance for disabled and elderly individuals. For example, they can be equipped with additional safety features which include sensors that monitor for medical emergencies such as falls or seizures. Smart home technology can provide users with more freedom and a higher quality of life.
Your task is to implement a primary smart home system which can automatically control the heating and lighting system, detect people’s falls, and provide readings of environmental parameters, e.g. temperature, ambient light levels.
You will use the Nucleo STM32L476RG ARM board and specially made sensor board, an application shield, shown in Figure 1.
 
Figure 1. Nucleo STM32L476RG ARM board and the specially made sensor board.


3.Requirements
Specific requirements of the systems are as follows:
Task 1: Automatic heating control. This is about a design of a thermostat. The state of the thermostat controller is represented by a servo. When the temperature is greater than or equal to 25oC, the servo should be at a position of 0o degree, which means the controller is ‘off’. When the temperature is below 25oC, the
servo should be at a position of 135o degree, which means the thermostat controller is ‘on’.
Task 2: Automatic lighting control. Use the four red leds as lighting devices. There are five required levels of lighting, 1, 2, 3, 4 and off. The lighting level is controlled by the lightness/darkness detected by the LDR sensor, for example when it is very light, all the leds will be off, and when it is very dark all the four leds will be on. All the 5 levels of lighting will be corresponded to the evenly distributed ‘ReadIn’ value from the LDR.
Task 3: Detecting falls. Use the 3 axis (X, Y, Z) accelerometer to detect fall and the three-colour led to represent an alarm. Assume that when people fall, the value of acceleration is greater than 1.8g or less than-1.8g in any direction of X, Y and Z. When a fall happens, light up the three-colour leds in turn and each colour duration time is 0.2s.
Task 4: Environmental parameter readings. Use the blue User Button and switches to control the content of readings. When the blue user button is pressed, and the switch position is ‘0001’, display the temperature on the PC screen through the on board serial port. When the blue user button is pressed, and the switch position is ‘0010’, display the relative ambient light levels with row of ‘*’ on the PC screen (length determined by brightness). When the blue user button is pressed, and the switch position is ‘0100’, display the values of acceleration of 3 directions on the PC screen. When the blue user button is pressed, and the switch position is ‘1000’, display the output voltage value from the potentiometer. When the switch value is others, display a message of ‘invalid switch value’ on the PC screen. The summary of readings is as Table 1 below,

State of Blue User Button    Value of Switch    Content to Display on PC
Pressed    0001    Temperature ( oC )
Pressed    0010    Ambient light levels as a pattern of number of ‘*’
Pressed    0100    Values of acceleration of 3 directions
Pressed    1000    Output voltage value from the potentiometer
Pressed    Other values    ‘Invalid switch value’
Not pressed    Do not care    Keep previous display
Table 1: Summary of environmental parameter readings

4.Details of devices on the specially designed shield.
The details about the pin names, connections of devices are listed in Table 3.

Device    Nucleo/Arduino Pin(s)    
ARM Pins    
Comment
4 LEDs    D10–D13    PB6, PA7, 6, 5    Can output 4 bits, 1 ‘hex’ digit
Nucleo Board ‘LED1’ is D13
4 switches    D6-D9    PB10, PA8, PA9, PC7    Can input 4 bits, one ‘hex’ digit
Push Switch    USER_BUTTON    PC13    Interrupt, Polling

PWM    Any digital output pin, except    D6, ARM PB10
[we use this for input on our system]    Brightness of LEDs, speeds of motors, angular position of
Servos can all be controller with PWM

Multi-coloured LED    D2 = Red D3 = Blue D4 = Green    PA10 PB3 PB5    3 colour LED, allowing (almost) any colour to be produced by addition
Potentiometer    A4    PC1    Adjustable Analogue input
Light dep. Resistor    A5    PC0    Voltage Vin varies inversely with light level
Analogue Accelerometer    A0 = X A1 = Y
A2 = Z    PA0 PA1
PA4    ADX335 3 axis analogue accelerometer
Axes are marked on module
I2C sensor    D14 = SDA D15 = SCL    PB9 PB8    DS1621 temperature sensor
Table 2: Details of devices on the specially designed shield.
5.Development Report
Part of your submission is a technical report about the development of the monitoring devices. Within the report ensure that you cover the following aspects:

Researched background into microcontollers.
Researched background into sensors, actuators and other components used in the tasks required.
Details of design analysis for all the tasks.
Individual testing on implemented tasks.
Appropriate images and references of the development.
Conclusions.

Word limit: A maximum of 1000 words (see notes below for further information).

Technical Report Writing

To complete the report, you will have to thoroughly research the area using reliable sources and precisely reference where your information and statements are from. The aim of the report is to be clear, concise and convey technical information to the reader, note that the reader is familiar and experienced in the area. Ensure that you write your report for this audience. 

A guide on writing a technical document can be found at the following (this will also be uploaded to blackboard): 

Please read over the above document to ensure that you are clear on what a technical report is and know what you are required to complete, note the above is a guide not an explicit standard you will be required to ensure that your technical report contains the relevant information presented correctly for the reader.

Ensure that you research and read into the subject area before writing the report so that you have a good background understanding to the subject area. You will need to provide a short report, which shows the calculation of each tasks in Marking Criteria and Weighting section below with an appropriate assumption, description and comments, no longer than 1,000 words. You should use the guideline below to structure your report. For the final reporting submission, make sure that each page is marked with the date of completion, the page number, and the total number of pages submitted.  Make sure that the front page of your submission has this information displayed prominently along with the module name and number and assignment title. Your work must be referenced using Harvard Referencing system available here: https://v3.pebblepad.co.uk/v3portfolio/uclan/Asset/View/Gm3mmGk6sM3RgHZnjGfh7mm6pM. 

Further information to support your development will be available to view on assignment briefing session and Blackboard.

Notes on Wordcount and Referencing

For good marks and given the limited wordcount you should produce work that is: accurate; thorough; well-argued; clear; accurately referenced; relevant and written in correct (UK) English grammar and spelling. You may include figures and tables with short captions (25 words each) and a list of references without affecting the overall word count. Remember that you have limited words so ensure that you “stick to the point” and do not get into detail on superficial elements. 

Ensure that you include references when discussing technical facts and statements on the technology used. You must reference all your sources of information. These should be cited in the appropriate part of the report and fully identified to meet the Harvard referencing standard in a list at the end. Website articles must be properly referenced to be considered as legitimate references.

Presentation of assignment work

Except where specifically stated in the assignment brief, assignment work submissions should be word-processed, in Microsoft Word 2016 format, with a footer comprising: your module code; date; page number. 

The following module learning outcomes will be assessed in this assignment: 

Explain the operation of a basic microprocessor system, relating the description to the architecture of the processor.
Interpret assembly language software used in the processor based system.

Marking Criteria and Weighting

It is recognised that not everyone will be able to meet all of the specifications given overleaf, so the assessment scheme is designed to measure how much of the specification you can meet. You will be required to write a short evaluative report and give a demonstration of your system by taking a 20 second selfie video. All the program with inline comments you made should be included in the report as an appendix (not part of page count). Marks will be awarded as follows in Table 2.

Your submission will be marked in accordance with the following marking scheme:
Item    Possible Mark %
Task 1: Automatic heating control    20
Task 2: Automatic lighting control    20
Task 3: Fall detection    20
Task 4:Environmental parameter readings    20
A 20 second video demonstrating your working system    20
Table 3: Summary of awarded marks.

Appendix : Marking Scheme for Code and Video
    Fail (<40%)    Bearable Pass (40-49%)    Satisfactory (50-69%)    Good (70-79%)    Excellent (≥80%)

Task 1: Automatic heating control (Total 20 marks)    
There are no inline comments included in the code. Program structures are not clear. The code for all the tasks does not function. There is no data analysis of servo angles and temperature sensor. Design method is not explained    
There are almost no inline comments included in the code. Program structures are not clear. The code has some errors. There is no data analysis of servo angles and temperature sensor. Design method is not explained    
The inline comments included in the code is brief. Good program structures.
The code is correct. There is no data analysis of servo angles and temperature sensor. Design method is not explained    
Good inline comments included in the code. Good program structures. The code is correct. The data analysis of servo angles and temperature sensor data are briefl. Design method is explained very well    
Very good and detailed inline comments included in the code. Very good program structures. The code is completely correct. The data analysis of servo angles and temperature sensor data are in detail.
Design method is explained very well


Task 2: Automatic lighting control (Total 20 marks)l    There are no inline comments included in the code. Program structures are not clear. The code for all the tasks does not function. LDR data analysis and design
method are not explained.    
There are almost no inline comments included in the code. Program structures are not clear. The code has some errors. LDR data analysis and design method are not explained.    
The inline comments included in the code is brief. Good program structures.
The code is correct. LDR data analysis and design method are not explained .    
Good inline comments included in the code. Good program structures. The code is correct. LDR data analysis and design method are explained but brief    Very good and detailed inline comments included in the code. Very good program structures. The code is completely correct. LDR data analysis and design method are explained very well.

Task 3: Fall detection (Total 20 marks)    There are no inline comments included in the code. Program structures are not clear. The code for all the tasks does not function. Accelerometer data analysis and design method are not
explained.    There are almost no inline comments included in the code. Program structures are not clear. The code has some errors.
Accelerometer data analysis and design method are not explained..    
The inline comments included in the code is brief. Good program structures.
The code is correct. Accelerometer data analysis and design method are not explained .    
Good inline comments included in the code. Good program structures. The code is correct.
Accelerometer data analysis and design method are explained but brief    Very good and detailed inline comments included in the code. Very good program structures. The code is correct.
Accelerometer data analysis and design method are explained very well.

Task
4 :Environmen tal parameter reading (Total 20 marks)    There are no inline comments included in the code. Program structures are not clear. The code for all the tasks does not function. Design method
is not explained.    There are almost no inline comments included in the code. Program structures are not clear. The code has some errors. Design method is not explained.    
The inline comments included in the code is brief. Good program structures.
The code is correct. Design method is not explained.    Good inline comments included in the code. Good program structures. The code is correct. Design method is explained but brief.    Very good and detailed inline comments included in the code. Very good program structures. The code is correct. Design method is explained very
well.

A 20 second video demonstrating your working system
(Total 20 marks)    No video recording(s) is/are submitted. Or very little attempt on video demonstrating of working tasks. No evidence of any task implementation
is correct.    Video recording(s) is/are far beyond the length limit. No audio explanation included. Most of the tasks are not clearly demonstrated in correct implementations    Video recording(s) is/are slightly beyond the length limit. Short of audio explanation. Not all the tasks are clearly demonstrated in correct
implementations.    Video recording(s) is/are slightly beyond the length limit. Good audio explanation is included. Clearly demonstrate(s) all the tasks in correct
implementations.    
Video recording(s) is/are concise with good audio explanation Clearly demonstrate(s) all the tasks in correct implementations.

Feedback Guidance:
Reflecting on Feedback: how to improve.
From the feedback you receive, you should understand:
The grade you achieved.
The best features of your work.
Areas you may not have fully understood.
Areas you are doing well but could develop your understanding. 
What you can do to improve in the future - feedforward.

Use the WISER: Academic Skills Development service. WISER can review feedback and help you understand your feedback. You can also use the WISER Feedback Glossary
Next Steps:
List the steps have you taken to respond to previous feedback.
Summarise your achievements 
Evaluate where you need to improve here (keep handy for future work):

請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp

掃一掃在手機打開當前頁
  • 上一篇:金滿滿全國客服電話-金滿滿24小時人工服務熱線
  • 下一篇:鑫億達全國客服電話-鑫億達24小時人工服務熱線
  • 無相關信息
    合肥生活資訊

    合肥圖文信息
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科技CAE仿真
    流體仿真外包多少錢_專業(yè)CFD分析代做_友商科
    CAE仿真分析代做公司 CFD流體仿真服務 管路流場仿真外包
    CAE仿真分析代做公司 CFD流體仿真服務 管路
    流體CFD仿真分析_代做咨詢服務_Fluent 仿真技術服務
    流體CFD仿真分析_代做咨詢服務_Fluent 仿真
    結構仿真分析服務_CAE代做咨詢外包_剛強度疲勞振動
    結構仿真分析服務_CAE代做咨詢外包_剛強度疲
    流體cfd仿真分析服務 7類仿真分析代做服務40個行業(yè)
    流體cfd仿真分析服務 7類仿真分析代做服務4
    超全面的拼多多電商運營技巧,多多開團助手,多多出評軟件徽y1698861
    超全面的拼多多電商運營技巧,多多開團助手
    CAE有限元仿真分析團隊,2026仿真代做咨詢服務平臺
    CAE有限元仿真分析團隊,2026仿真代做咨詢服
    釘釘簽到打卡位置修改神器,2026怎么修改定位在范圍內
    釘釘簽到打卡位置修改神器,2026怎么修改定
  • 短信驗證碼 豆包網頁版入口 破天一劍 目錄網 排行網

    關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
    ICP備06013414號-3 公安備 42010502001045

    国产人妻人伦精品_欧美一区二区三区图_亚洲欧洲久久_日韩美女av在线免费观看
    国产成人艳妇aa视频在线| 青草热久免费精品视频| 亚洲高清精品中出| 激情深爱综合网| 久久免费观看视频| 亚洲影院污污.| 国产噜噜噜噜久久久久久久久| 久久精品久久精品亚洲人| 日韩a在线播放| 久久综合久久网| 婷婷久久青草热一区二区| 免费看国产一级片| 国产精品欧美一区二区| 欧美精品一区二区三区免费播放| 久久精品视频91| 日本少妇高潮喷水视频| 国产精品av一区| 亚洲激情电影在线| 久久综合给合久久狠狠色| 亚洲视频电影| 99在线观看视频网站| 国产精品久久久久久免费观看 | 欧美日韩视频免费在线观看 | 国产日韩精品久久| 国产极品尤物在线| 国产精品第157页| 欧美久久久久久| 久久大片网站| 无码人妻精品一区二区蜜桃百度| 99九九视频| 国产a∨精品一区二区三区不卡| 亚洲视频电影| 国产欧美日韩精品在线观看| 国产精品三级在线| 亚洲精品中文字幕在线| 91精品国产综合久久香蕉922| 少妇免费毛片久久久久久久久| 国产天堂在线播放| 久久在精品线影院精品国产| 国内精品久久久久影院优| 久久久久中文字幕| 亚洲不卡一卡2卡三卡4卡5卡精品| 国产在线播放不卡| 操日韩av在线电影| 国产又粗又猛又爽又黄的网站| 国产精品对白刺激久久久| 欧美一区国产一区| 久久久av一区| 免费在线国产精品| 国产精品免费区二区三区观看| 欧美激情一区二区三区在线视频| 国产精品无码一区二区在线| 狠狠色伊人亚洲综合网站色| 国产精品久久久久久久乖乖| 国产一区二区三区四区五区在线| 久久成人在线视频| 国产精品自产拍在线观看| 欧美激情乱人伦一区| 国产精品中文字幕久久久| 亚洲视频在线观看日本a| 国产精品99导航| 丁香六月激情网| 色婷婷综合成人| 日韩激情视频一区二区| 国产精品久久久久久久久久ktv | 成人av中文| 亚洲va欧美va在线观看| 久久精品午夜一区二区福利| 欧洲精品在线一区| 欧美xxxx综合视频| 97久久国产亚洲精品超碰热| 日韩国产高清一区| 国产精品高清免费在线观看| 国产免费一区视频观看免费| 欧美日韩成人黄色| 69精品丰满人妻无码视频a片| 日本精品一区二区三区在线播放视频| 久久精品国产精品青草色艺| 青青在线视频一区二区三区| 精品国产一区二区三区四区vr| 成人精品视频久久久久| 日本精品视频网站| 国产精品狼人色视频一区| 国产精品一区二区三区久久久| 懂色av粉嫩av蜜臀av| 日韩在线高清视频| 国产麻豆一区二区三区在线观看 | 免费国产黄色网址| 亚洲一区不卡在线| 日韩有码在线视频| 蜜桃久久影院| 久久久久久亚洲精品不卡| 91九色视频在线观看| 国产精品夜间视频香蕉| 国产精品一区二区三区免费| 国产欧美久久一区二区| 精品久久久久久一区二区里番| 成人久久18免费网站图片| 国产成人97精品免费看片| 国产精品美女999| 欧美日韩精品免费在线观看视频| 欧美日本国产在线| 久久精彩免费视频| 国产深夜精品福利| 日韩免费精品视频| 亚洲中文字幕无码不卡电影| 国产精品入口芒果| 国产高潮呻吟久久久| 国产精品一区专区欧美日韩| 青青草免费在线视频观看| 久99九色视频在线观看| 日韩在线视频一区| 国产精品99导航| 国产免费黄色av| 人妻少妇精品久久| 日本久久91av| 性欧美激情精品| 综合一区中文字幕| 久久精品视频在线| 91免费版看片| 国产久一一精品| 免费一级特黄特色毛片久久看| 日本视频久久久| 电影午夜精品一区二区三区| 久久国产天堂福利天堂| 日韩在线观看高清| 国产成人精品日本亚洲11| 国产精品亚洲综合| 国产一区二区免费在线观看| 欧在线一二三四区| 日产国产精品精品a∨| 欧美极品美女电影一区| 久久久成人精品| 国产精品10p综合二区| 免费精品视频一区| 欧美深夜福利视频| 日韩videos| 日韩中文字幕组| 亚州国产精品久久久| 亚洲综合日韩中文字幕v在线| 久久久久久国产精品三级玉女聊斋| 国产精品久久久久久久天堂第1集| 色婷婷综合久久久久| 国产精品入口尤物| 国产精品久久国产精品| 欧美成人在线网站| 久久久久久国产精品| 在线视频欧美一区| 毛片精品免费在线观看| 精品免费日产一区一区三区免费| 国产精品国产精品国产专区蜜臀ah| 久久精品夜夜夜夜夜久久| 久久精品美女视频网站| 国产精品久久久久av| 精品毛片久久久久久| 欧美日韩高清区| 亚洲尤物视频网| 亚洲精品不卡| 日韩精品最新在线观看| 欧美在线视频一二三| 欧美日韩一区综合| 免费人成在线观看视频播放| 免费看黄在线看| 男女视频网站在线观看| 精品日产一区2区三区黄免费 | 精品国偷自产一区二区三区| 久久伊人精品一区二区三区| 亚洲伊人第一页| 精品乱码一区| 久久精品国产精品青草色艺 | 日韩av电影在线免费播放| 午夜精品一区二区在线观看的| 亚洲啊啊啊啊啊| 日韩欧美视频一区二区| 欧美激情国产日韩| 国产免费毛卡片| 久久久人成影片一区二区三区 | 成人a视频在线观看| 91精品国产91久久久久福利| 国产成人精品免费看在线播放| 国产精品美女诱惑| 中国人体摄影一区二区三区| 日韩欧美一区二区三区四区五区| 欧美福利精品| 69国产精品成人在线播放| 日韩中文字幕在线看| 欧美精品一区二区免费| 手机看片日韩国产| 欧美人成在线观看| 国产精品一区二区三区久久久| 99久久伊人精品影院| 久久精品国产96久久久香蕉| 久久综合网hezyo| 欧美激情免费在线| 日韩欧美第二区在线观看| 国产在线观看不卡| 国产成人精品免高潮在线观看| 国产精品高潮在线| 日本一区二区三区在线播放| 麻豆成人小视频|