Help sought with School project - home security system w a buzzer

So my project has:

  • a single door with sensors
  • 3 LEDs (green, yellow and red)
  • a buzzer
  • LCD display
  • 4x4 kypad
    So far, I connected the LCD and keyboard to the Uno board. But, I don't think UNO enough pins for everything else to connect to. The kit came with a breadboard. Can someone please advice how I connect the buzzer, door sensor and LEDs using the breadboard?
    I still need to get the codes to have keyboard ask for password and the buzzer etc. But, I will do that later.
    Thank you
    [/list]

The breadboard isn't going to provide more IO pins but it will allow you to connect more than one thing to any pin, such as the 5V or GND pins. Usually you would use jumper wires to connect the 5V and GND pins on the Uno to the power bus along one edge of the breadboard and then connect that bus to the one on the other edge of the breadboard. If you're working with multiple voltages you could use one bus for each.

As for how to connect things, there is a ton of information available with a few seconds of searching. Often you can use the Google images search to get graphical representations of how to connect any part to an Uno using a breadboard. So spend a little time researching and experimenting and after that if you some more specific questions come back and we can help you with them.

pert:
The breadboard isn't going to provide more IO pins but it will allow you to connect more than one thing to any pin, such as the 5V or GND pins. Usually you would use jumper wires to connect the 5V and GND pins on the Uno to the power bus along one edge of the breadboard and then connect that bus to the one on the other edge of the breadboard. If you're working with multiple voltages you could use one bus for each.

As for how to connect things, there is a ton of information available with a few seconds of searching. Often you can use the Google images search to get graphical representations of how to connect any part to an Uno using a breadboard. So spend a little time researching and experimenting and after that if you some more specific questions come back and we can help you with them.

Thank you Pert for your suggestion. I don't know what you mean by "working with multiple voltages". I am connected to the arudino with USB port. But, I am not allowed to take my computer with the project. So, I will use a 9 volt battery as the power source. Will that be OK?

Battery life expectancy from a PP3, 9 volt battery may not be what you expect.
Depends on the current you draw from it.

.

8thGradeNuB:
I don't know what you mean by "working with multiple voltages".

For example, sometimes you will have some components that are powered at 5 V and others that are powered at 3.3 V so it might be useful to have a 5 V power bus and a 3.3 V power bus. Most likely all your parts are running at 5 V so you don't need to think about this.