input

How To Use PIC Microcontroller For Voice Input And Output Schematic

How To Use PIC Microcontroller For Voice Input And Output

Microcontrollers are purely digital devices which work on logic0 and logic1 voltages; still they are widely used for analog signal processing. There are specialized signal processors chips available which are custom made for particular applications; however a general purpose microcontroller is more than enough for small kind of signal processing applications like audio signal input

How To Use PIC Microcontroller For Voice Input And Output Read More »

Bit Configuration of TRISD Register with PortD as input in PIC18F4550

How to take input with PIC18F4550 Microcontroller

Any microcontroller based system typically has an input and a corresponding output. Taking simple output with a PIC microcontroller has been explained in LED blinking with PIC18F4550. This article explains how to provide an input to the controller and get a corresponding output using PIC18F4550. PIC18F4550 has a total of 35 I/O (input-output) pins which are distributed among 5 Ports. Each Port of a PIC

How to take input with PIC18F4550 Microcontroller Read More »

Input programming activity schematic

Input programming activity

The previous activities showed you how to make the microcontroller activate outputs. This activity demonstrates how to receive inputs from externally connected devices. The input programs also introduce the concept of abstraction—the ability of a program to refer to I/O circuits using assigned variable names rather than their specific hardware addresses. What you should know

Input programming activity Read More »