Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Systems Engineering Project, Grade 3, Grade 4, Grade 5 - Coggle…
Computer Systems Engineering Project
1.
Calendar and Time
2.
Periodic temp recording every min with memory management
(Included in Req 9)
3.
Present the data on LCD (daily min,max,average and variance)
4.
Use servo in combination with light sensor (move shades if bright)
(Included in req 10)
5.
Alarm for high/low temperature
6.
FAST mode: periodic temp recording every second
7.
Block Diagram of the project
8.
Documentation of each system module
9.1
Periodic temp recording N times every min baked in to one avrage for that minute which is saved. (N is configurable)
9.2
When memory full indicate on screen and start to overwrite
10
. Use two photosensors to controll servo
(I guess two are used to determine the direction of the lightsource)
11.
Draw graphs on the LCD Display of the temperature data for each day, specify the date.(min/max/mean/var).
12.
Testmode for 11 with pre-recorded data to test the graphs
13.1
Username/Password
13.3
Store a hash of the password (MD5 hash with salting)
13.2
Create an implementation of MD5
14.
Create an Admin user, user should be able change the password of the admin user
15.
Extended test mode. A component testing mode. Operation of each
component can be validated (unit test)
Grade 3
Grade 4
Grade 5