CrazyEngineers
  • Interfacing and drivers?

    Ichigo

    Member

    Updated: Oct 25, 2024
    Views: 1.2K
    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
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Ichigo

    MemberApr 11, 2013

    Can you recommend me book that explains well interfacing and drivers?
    Are you sure? This action cannot be undone.
    Cancel
  • Abhishek Rawal

    MemberApr 12, 2013

    Ichigo
    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?
    "Device driver" is a program which determines how your peripheral device will interact with the microcontroller.
    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.
    Cancel
  • Ichigo

    MemberApr 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.
    Cancel
  • Harshad Italiya

    MemberApr 12, 2013

    Ichigo
    I was thinking to use an arduino platform but could be a microprocessor, maybe 8051 or 8085. Not sure right now.
    As per your application I think it will be not big deal to use 8051 in project.
    Are you sure? This action cannot be undone.
    Cancel
  • Ichigo

    MemberApr 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.
    Cancel
  • YepSailOn

    MemberApr 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.
    Cancel
  • Anand Tamariya

    MemberApr 15, 2013

    Ichigo
    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???
    That'll work - you are on the right track.
    Are you sure? This action cannot be undone.
    Cancel
  • arunchary

    MemberApr 15, 2013

    ultrasonic transceiver is nice concept to implement with the microcontroller 8051 ,etc.you ill get enough stuff on following site
    #-Link-Snipped-#
    [​IMG]
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register