Fire Drill Logging System
Not enough information to answer except almost any micro processor. You would need to provide more details to give any more sensible answer. What is the project supposed to do, is it battery powered or line powered, does it need wireless how many inputs does it have, probably a lot more details that I haven’t yet though of.
Peter
-
Develop a digital platform (web or mobile app) to log each fire drill.
-
Include fields for date, time, location, participants, duration, and notes on drill performance.
-
Enable supervisors to mark attendance and record observations or issues
Note: Using microcontroller arduino uno
Then your micro processor appears to have been chosen as the Arduino Uno. Now you need to figure out how to do it. There is no indication here of whether you need to do both the arduino code and the web or mobile app nor of how the arduino communicates with the web or mobile app both of which you will need to determine. It is unlikely that anyone can offer you much help as we don’t know what the constraints of the project are. You will obviously need a rtc on the arduino (which doesn’t have one standard) other than that there isn’t much to say.
Peter