Microcontroller to Sensor Interfacing Techniques
#1

[attachment=7090]
Microcontroller to Sensor Interfacing Techniques

INTERFACING
Interfacing is a term used in electronics when different electronic devices are attached. The term is commonly used when attaching memory chips. Interfacing also often refers to the connection of peripheral devices to computers



MICROCONTROLLER


Overview

Micro-controllers are useful to the extent that they communicate with other devices, such as sensors,
motors, switches, keypads, displays, memory and even other micro-controllers.

Many interface methods have been developed over the years to solve the complex problem of balancing
circuit design criteria such as features, cost, size, weight, power consumption, reliability, availability,
manufacturability.

Many microcontroller designs typically mix multiple interfacing methods. In a very simplistic form, a micro-
controller system can be viewed as a system that reads from (monitors) inputs, performs processing and
writes to ( controls ) outputs.



Reply
#2

Microcontroller Interfacing Techniques
Overview

Micro-controllers are useful to the extent that they communicate with other devices, such as
sensors, motors, switches, keypads, displays, memory and even other micro-controllers.
Many interface methods have been developed over the years to solve the complex problem of
balancing circuit design criteria such as features, cost, size, weight, power consumption,
reliability, availability, manufacturability.
Many microcontroller designs typically mix multiple interfacing methods. In a very simplistic
form, a micro-controller system can be viewed as a system that reads from (monitors) inputs,
performs processing and writes to ( controls ) outputs.
Parallel Bus
Consists of multiple digital inputs/outputs. Most common types:
•4-bit
•8-bit ( e.g. Centronics )
•16-bit ( e.g. ISA )
•32-bit ( e.g. PCI )
Serial Buses
I2C ( Inter Integrated Circuit bus )
2-wire interface with one master and multiple slaves ( multi-master configurations possible ).
Originated by Philips Semiconductor in the early 80’s to connect a microcontroller to peripheral
devices in TV sets.
Signals: DATA (SDA), CLOCK (SCL) and Ground. SDA is always bi-directional; SCL is bidirectional
only in multi-master mode.
Maximum allowable capacitance on the lines is 400 pF. Typical device capacitance is 10 pF.
To start the communications, the bus master (typically a microcontroller) places the address of
the device with which it intends to communicate (the slave) on the bus. All slave devices monitor
the bus to determine if the master device is sending their address. Only the device with the
correct address communicates with the master.
Start and Stop
An I2C master prepares to communicate with a slave device first by generating a Start condition
on the bus. Start condition is defined as SDA signal going low while SCL signal is high. Stop
condition is defined as SDA going high while SCL is high.
Data Validity
Data can change while the clock is low. Data should remain stable while the clock is going high.
SPI ( Serial Peripheral Interface )
4-wire interface with one master and multiple slaves. Signals: DATA IN, DATA OUT, CLOCK, CS
( Chip Select )
Originated by Motorola, SPI bus is a relatively simple synchronous serial interface for connecting
low speed external devices using minimal number of wires. A synchronous clock shifts serial
data into and out of the microcontrollers in blocks of 8 bits.
SPI bus is a master/slave interface. Whenever two devices communicate, one is referred to as
the "master" and the other as the "slave" device. The master drives the serial clock. SPI is full
duplex: Data is simultaneously transmitted and received.
1-wire
Originated by Dallas Semiconductor ( now part of MAXIM ) to address a variety of peripherals,
sensors, and memory chips from a single wire interface ( DATA and Ground ). One signal wire
carries both operating power and signal. Usually the network is built using a wire pair where one
wire carries the signal and power and the other wire is ground. The system is sensitive to the
right timing to operate well.

download full report
http://bipomapplications/micro_interfacing.pdf
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: interfacing of gas sensor mq5with microcontroller, rtd sensor interfacing, dtmf ht9170 is how to interfacing microcontroller, ir sensor interfacing with 89c51traffic control circuit diagram, flowchart of interfacing apr with microcontroller, mq7 sensor interfacing based project, code for interfacing of mq2 gas sensor with at89s52 microcontroller,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Mass Airflow Sensor computer science crazy 1 2,974 06-09-2014, 02:08 AM
Last Post: Guest
  MAP sensor Computer Science Clay 2 2,290 02-04-2014, 11:12 PM
Last Post: seminar report asees
  mass airflow sensor computer science crazy 3 13,326 07-07-2013, 11:42 AM
Last Post: [email protected]
  MAP sensor computer science crazy 1 4,375 23-02-2012, 11:10 AM
Last Post: seminar paper
  ultrasonic-techniques-for-hidden-corrosion-dete ravimech.p@ 0 1,013 17-11-2011, 10:26 PM
Last Post: ravimech.p@
  EMBEDDED FIBER BRAGG GRATING SENSOR FOR STRUCTURAL HEALTH MONITORING projectsofme 0 1,783 08-10-2010, 12:15 PM
Last Post: projectsofme
  NANOENGINEERED INDUCTIVELY COUPLED CARBON NANOTUBE WIRELESS STRAIN SENSOR project report helper 0 1,265 05-10-2010, 04:21 PM
Last Post: project report helper
  Opto-Electronic Sensor System computer science crazy 1 7,709 28-09-2010, 03:32 PM
Last Post: projectsofme
  mass airflow sensor Computer Science Clay 1 2,379 02-09-2010, 08:39 PM
Last Post: Zigbee
  emission control techniques full report project report tiger 1 3,646 20-04-2010, 10:00 PM
Last Post: project topics

Forum Jump: