- This topic has 2 replies, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › PIR sensor and micro
hi everybody
I’m new to microcontrollers.
i want to interface PIR sensor with micro AVR or PIC.
my question is that how the program can be written for the purpose of displaying INTENSITY of sensor’s detection by a number (0-255 or …)?
which micro is suitable for this project?
thanks
excuse me becuase of my languge!
Hi Moi,
You can use any microcontroller, no problem. I think the PIR sensor gives only digital value as output, logic high or logic low. So I doubt that displaying intensity from 0 – 255 is not possible, correct me if I’m wrong
http://www.engineersgarage.com/contribution/pir-sensor-based-alarm-system
yes you’re right. but that link is ready module. i had been maked it. now the question is that can i use a similar thermometer’s program to this project? is that response? what do you think?