Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Understanding the Patch System

<^< Adding Power to E-blocks | Course Index | Sharing a Port >^>

Most 'downstream' E-blocks include a patch system that gives you flexibility in the connections that are made between the upstream and downstream E-blocks. The patch system has two parts: link blocks that dictate whether the default connections are used or whether the patch system is used, and the patch connectors themselves.

Looking at this graphic of the sensors board:

For this board when the link blocks are in the default position then the default wiring is chosen. Default wiring is optimized for ease of connection between upstream and downstream boards for the PICmicro range of processors. For example the Tx and Rx lines of the PICmicro are usually on bits 6 and 7 respectively, so you will find that the default connections on downstream boards communications boards (e.g.RS232 board) are for bits 6 and 7. For the A/D board shown above the default connections are as follows:

Bit 0LDR (Light Dependant Resistor)
Bit 1RV1 (Resistor-Variable 1)
Bit 2Digital sensors out
Bit 3Analogue sensor
Bit 4Digital sensor in

The bits 0 to 4 have been chosen because on many devices in the PICmicro range the A/D inputs are on bits 0 to 4 of the port.

If you wanted to use another processor that needed the LDR input on bit 3 then you would change the link from the 'default' position to the 'patch' position and use a small jumper wire to make the connection between the LDR output and bit 3 of the D-type as shown in the drawing below:

<^< Adding Power to E-blocks | Course index | Sharing a Port >^>

Print - Search - Login

Page last modified on September 20, 2011, at 07:53 AM