-
So I have a project in mind. Its a monitoring system where I'm going to use a temperature sensor and an RFID to be controlled by some microcontroller or microprocesor to trigger some comands. I've been reading but I don't understand well the term "driver" when it comes to interfacing the sensors with the micro. Is it another hardware between the micro and the sensor? Are ADC and DAC drivers?0
-
Member • Apr 11, 2013
Can you recommend me book that explains well interfacing and drivers?Are you sure? This action cannot be undone. -
Member • Apr 12, 2013
"Device driver" is a program which determines how your peripheral device will interact with the microcontroller.IchigoI don't understand well the term "driver" when it comes to interfacing the sensors with the micro. Is it another hardware between the micro and the sensor?
In your case,The sensor is the peripheral device which interacts with Microcontroller.So,for interaction - Device driver is needed.
Which MCU do you use ?Are you sure? This action cannot be undone. -
Member • Apr 12, 2013
I was thinking to use an arduino platform but could be a microprocessor, maybe 8051 or 8085. Not sure right now.Are you sure? This action cannot be undone. -
Member • Apr 12, 2013
As per your application I think it will be not big deal to use 8051 in project.IchigoI was thinking to use an arduino platform but could be a microprocessor, maybe 8051 or 8085. Not sure right now.Are you sure? This action cannot be undone. -
Member • Apr 13, 2013
OK. I was pretending to use the RFID as a proximity sensor but i guess it's not going to work the way I wanted. What i want is to trigger an alarm is a person walks out of an approximate radius of 15 feet from the control unit. I'm thinking of using a Bluetooth device to do this. How can I make it work that way? maybe signal strength, what you think about that???Are you sure? This action cannot be undone. -
Member • Apr 15, 2013
I've ran across prebuilt proximity sensors in the market but I think your best bet is to use an ultrasonic transciever. The strength of the echos would reduce as the person walks away from the unit and you can set it so that it'll ring when he's beyond 15 feet.Are you sure? This action cannot be undone. -
Member • Apr 15, 2013
That'll work - you are on the right track.IchigoOK. I was pretending to use the RFID as a proximity sensor but i guess it's not going to work the way I wanted. What i want is to trigger an alarm is a person walks out of an approximate radius of 15 feet from the control unit. I'm thinking of using a Bluetooth device to do this. How can I make it work that way? maybe signal strength, what you think about that???Are you sure? This action cannot be undone. -
Member • Apr 15, 2013
ultrasonic transceiver is nice concept to implement with the microcontroller 8051 ,etc.you ill get enough stuff on following site
#-Link-Snipped-#
Are you sure? This action cannot be undone.