Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Introduction

<^< A Simple Hi-Fi | Course Index | Set up the Equipment >^>

So far when you have incorporated data from the outside world into your programs the data has been digital - logic 0 or logic 1. However most PICmicro devices also have a facility to take in a voltage from 0 V to the supply voltage and to measure that voltage. This process is carried out inside the PICmicro device by the Analogue to Digital Converter (ADC) module of the PICmicro device. In this section you will learn about the ADC functions of the PICmicro and how to control the ADC using Flowcode.

In this section we will make a complete system for controlling a small Hi-Fi. This will introduce several new components.

Specifically in this section you will learn:

  • How to use the Port B change interrupt
  • How to use the ADC
  • How to break down project development into sections

<^< A Simple Hi-Fi | Course index | Set up the Equipment >^>

Print - Search - Login

Page last modified on May 01, 2013, at 03:14 PM