Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Detail : option provided in project is to save electricity the concept is that lights will switch on if it detects human presence in the room and switch off the lights if there is no human presence.
in my project i want to show lights through LED , Please any help?
Posted
Comments
Sergey Alexandrovich Kryukov 10-Jan-13 13:17pm    
What hardware do you have or can make? LED output is simple, but what about the human presence detection? Any ports in your computer? What did you try to find? There are a lot of project of this sort everywhere, including CodeProject.

Also, are you going to take into account the power consumption by a computer? :-)

—SA
bushra siddiqui 10-Jan-13 13:23pm    
i am using camera for detection connected through USB port , how can i do it , unable to understand
bushra siddiqui 10-Jan-13 13:40pm    
any suggestion what hardware should i use for detection of human presence?

Controlling LED's: I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port[^]

"any suggestion what hardware should i use for detection of human presence?"

Camera, or better still use a PIR[^] - the type used in burglar alarms should be cheap but effective.
 
Share this answer
 
I would use a microcontroller, see, for instance: "Motion detection alarm using a PIR sensor module with a PIC Microcontroller"[^]. If you choose a microcontroller with a UART then you may easily connect it with the PC.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900