-
Categories
-
Platforms
-
Content
Resize your image to less than 300 kBI am struggling to update image whenever I am uploading image I am getting error message
Yes, this is an example project and will help me to solve the challenges come in project development.Or is this just a learning project to get your feet wet with PIR sensors and microcontroller programming?
you need to know time of day. Microcontroller with real time clock (RTC) or separate module for it.Yes, this is an example project and will help me to solve the challenges come in project development.
Right now System detects that if someone is inside the room, the light should be on but the challenges is that what happens If somsleeping at night, light should turn off.
How to design a system that can be keep the lights off at night ? Does this need extra hardware, or we can do this through programming ?
Thanks a lot, different question When you design a project, do you use paper and pen to solve the problem that is coming up in the project and that goes to coding.Many commercial PIR-activated outdoor flood-lights also have a visible-light sensor, often just a simple solar cell or a CdS light-sensitive resistor, to monitor ambient light and prevent the flood-lights from activating during daylight hours. Most street lights also have ambient light sensors so they don't operate during daylight hours. Perhaps adding an appropriately located ambient light sensor to your microcontroller will allow you to do what you want. Problem with using a real-time clock or RTC is it has no idea how dark the room is at night. You can attach a cheap CdS sensor to a long length of twisted-pair wires and tape it to a window glass to "detect" when it is night time.