URGENT! I need help with a school project!

Here are the requirements for my project:

"You are going to design an alarm system that works by pushing a button to arm it. The alarm will have a motion detector that alerts when someone is moving. When the motion is detected, a 60-second countdown timer begins (visual). The 60-second counter can be interrupted by inputting the proper code. If the code reaches zero, a buzzer will sound. Upon the buzzer sounding, a message should be sent to the Arduino display that reads “The authorities have been notified. Please exit the premises.” "

I really have no idea what to do. If anyone knows what I should do, I would appreciate it very much.

Hello,
at first make selection for the hardware that is suitable for yout project.
The second step is to take a pencil and a piece of paper and draw a flow chart for your sketch.
In third step you can check the examples inside the IDE for the basic function are needed.
Let´s start!

Look. What you are asking for is a ton of work and you'll have to make a lot of research. This forum is designed to ask for help when you don't understand a problem or when you need advice but definitely not for asking someone to make your project. I suppose you understand what I mean, right? There are tons of tutorials and projects you can find here on Arduino Project Hub, Instructables, YouTube etc. look into basic arduino tutorials first and also about pir sensors. Good luck.

If you want people to write code for you, go over to the gigs and collaboration forum and give people $$$ and they will do it

More to the point. If you're so lazy that you intend to plagiarize your way through life, you're not going to get very far.

1 Like

Why is this urgent? any school would give you pleanty of time to design, build, program and test your project. When was this assengment issued? What have you written so far?

1 Like

Are you sure that this is the original wording?

Don

Why is it the lack of planning and preparation on your part is something we need to fix URGENTLY .


Suggest you start with a schematic.

Well, it's due next week. I just have no idea what I'm doing.

What is your exposure to software and hardware so far ?


Show us what you have done so far.


In the Arduino IDE, use Ctrl T or CMD T to format your code then copy the complete sketch. Use the </> icon from the ‘reply menu’ to attach the copied sketch.

Show us a good schematic of your circuit. Show us a good image of your ‘actual’ wiring. Give links to components.


If your instructor hasn’t taught you anything about hardware or software, invite them to come here so we can have a chat.

And are you sure it needs to be motion? Not something else like a door opening?

Motion makes sense but I was just checking.

Well you forgot to answer the question about when you first got this assignment. And you haven't told us what components you have to work with. And you haven't said what your coding experience is and if you have made any attempt to write any code.

So can we help with some code for an unknown collection of components to implement a fairly complex and poorly defined requirement that apparently you've not bothered thinking about until it was too late even for experienced programmers to complete? No, not a chance.

Steve

Working on it right now. Mostly done what you need to have is an Arduino Uno, a HC-SR04 Ultrasonic distance sensor, and a 4x4 matrix membrane keypad.

And you need to do it piece by piece

Here is some hints. Look into how to use a 16 x 2 LCD and a 4x4 keypad just a quick google search will do it! and then look into how to use the HC-SR04 Sensor and then start makeing the code... if you go into TINKERCAD.com and go to circuits there is examples on how to do it. just google this thing :wink:

Hello
One point is missing inside the project sheet:
How to unarm the alarm system?

OP hasn’t been back, I think the suggestions were a bit complicated.

The place I would start is to clearly define all the system requirement. Then I would draw a flow chart showing all the actions decision points etc.

Is this a hardware / software project or only a software project.

If indeed it is due next week I suggest you go out, have a beer and enjoy yourself as I don't see how you can do this is a week if you have no clue where to start.

I don't have much knowledge of the software at all except for a few simple projects. I also haven't done anything.