Interfacing and drivers?

Ichigo

Ichigo

@ichigo-k530MY Oct 25, 2024
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?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ichigo

    Ichigo

    @ichigo-k530MY Apr 11, 2013

    Can you recommend me book that explains well interfacing and drivers?
  • Abhishek Rawal

    Abhishek Rawal

    @abhishek-fg9tRh Apr 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 ?
  • Ichigo

    Ichigo

    @ichigo-k530MY Apr 12, 2013

    I was thinking to use an arduino platform but could be a microprocessor, maybe 8051 or 8085. Not sure right now.
  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Apr 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.
  • Ichigo

    Ichigo

    @ichigo-k530MY 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???
  • YepSailOn

    YepSailOn

    @yepsailon-z333Lk 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.
  • Anand Tamariya

    Anand Tamariya

    @anand-tamariya-DnfjEX Apr 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.
  • arunchary

    arunchary

    @arunchary-VtqB3c 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-#
    [​IMG]