answersLogoWhite

0


Best Answer

PIC microcontrollers come in many sizes and capabilities.

For example the 12F683 is an 8-pin device, which can have all but two of the pins (which are used for power) to do input and output.

A use of one might be the controller for a computer mouse.

A larger PIC might be capable of interfacing to Ethernet, and with its analog input, provide remote sensing of "things" (voltages, and via various sensors, temperature, pressure, etc).

An example of some things I have thought of using a PIC for:

- a pic, using its analog input, could measure the resistance between two wire probes in the soil of a potted plant. When the soil dries out, the resistance goes up, so the PIC could sense this (possibly even just waking up every hour for a measurement) and then blinking an LED if the plant needs water.

- a small <$10 LED desk lamp, could have its function greatly enhanced by a pic - so that you could have variable brightness (using pulse-width-modulation i.e. turning it on and off so fast you just see it as dimmer, but not flickering), auto-shut-off i.e. turning itself off after 20 minutes of no one touching it.

The PIC that could be used in such applications as above, would cost <$1.

Another theoretical example:

Imaging replacing a wall switch with a plate with some electronics behind it.

The middle of that plate has a small hole behind which is an infra red LED, blinking at a particular pattern.

Above and below it, are other holes (or "lenses") containing infrared receptors.

If you were to move your hand from below to above the plate, the infrared sensors on the bottom would see your hand first, then the one above the middle, thus telling a PIC that a movement from down to up was being done, and it could close a relay or more likely a transistor type switch, to turn the light on. It might even change the dimming of the light based upon how fast you raise your hand.

if dimmable, you could turn the light on and off by just pushing your hand straight toward the plate, so it would approximately see you both top and bottom and the same time, indicating a different action that moving up or down. "etc".

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the applications of pic microcontroller?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is mean by pic in microcontroller?

The PIC is a specific architecture of microcontroller.


What is the PIC Microcontroller?

PIC Microcontroller which means Peripheral Interface Controller. PIC Microcontroller is originally developed by General Instrument's Microelectronics Division.


Difference between Z86E04 microcontroller from PIC microcontroller?

x


Is pic microcontroller a cisc or risc?

risc


Best microcontroller from ATMEL AVR and PIC?

Atmega32


What is the difference between AVR microcontroller and pic microcontroller?

The difference is base on the requirement of their0 application.


Is pic16f877a microcontroller a 16bit microcontroller?

No, pic16f877A is powered by a 8 bits pic core. the 877A is an upgrade for the 877 version. same for the sister microcontroller pic16f876A and pic16f876. I ve been fan of this microcontroller for years. It is powerful and you can do a lot of thing with it. You can you can have it from www tmartis com together with many other stuff that you can purchase together. I always do my purchases from there. Have fun


What is diff between microcontroller and pic microcontroller?

microcontroller is a computer on a chip (IC) which contains processor which is programmed mainly by C language and used to control systems such as elevator, cars.... and so on.PIC is a type of microcontroller products from micochip company.


Which microcontroller is used mostly in industry 8051 or pic?

8051 is an old microcontroller design. It has been updated and expanded into a family of microcontrollers manufactured by several companies. PIC is not a microcontroller, but is an extensive family of microcontrollers designed and manufactured by Microchip, Inc. Both are quite popular, and there are many other microcontrollers available.


Applications of microprocessor and microcontroller in the field information technology?

robotics


What is pipelining in pic microcontroller?

In PIC Microcontroller , During the Fatching of instruction no. 1it needs of one clock cycle, then after for the exicution of instruction no. 1 it reqires one extra clock cycle , but at the same time it fatches inst. no. 2 . Similarly, during the execution time of inst. no. 2 , it fatches inst. no. 3 and so on.In other words we can say that, PIC Microcontroller requires 2 clock cycle at starting the after it requires only one clock pulse. In this way we can say that instruction pipelining is done in PIC microcontroller.


What is the different between 8051 microcontroller and PIC microcontroller?

8051 MICROCONTROLLER has no in built A/D Converters but PIC has it. 8051 MICROCONTROLLER based on CISC architectuture while PIC based on RISC archirecture. 8051 has 250 instruction which take 1 to 4 machine cycle to execute while PIC has nearly 40 instruction.