NIGEL PIC Tutorial Hardware phần 8 docx

NIGEL PIC Tutorial Hardware phần 8 docx

NIGEL PIC Tutorial Hardware phần 8 docx

... obtained using this design. ;Tutorial 5_1 ;Read SIRC IR with LCD display ;Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the ... from zero, not from one). ;Tutorial 5.2 - Nigel Goodwin 2002 ;Sony SIRC IR transmitter LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc&quo...

Ngày tải lên: 08/08/2014, 03:20

12 232 0
NIGEL PIC Tutorial Hardware phần 1 pptx

NIGEL PIC Tutorial Hardware phần 1 pptx

... PortC in place of PortA. PIC1 6F6 28- 4MHz PIC1 6F876-20MHz Initialisation code LIST p=16F6 28 include "P16F6 28. inc" __config 0x3D 18 LIST p=16F876 include "P16F876.inc" __config ... to damage the chip. PIC Tutorial Main Board Two Main Board Two This is the circuit of the second main board for the tutorials, it consists of the PIC1 6F876, a 780 5 re...

Ngày tải lên: 08/08/2014, 03:20

10 208 0
NIGEL PIC Tutorial Hardware phần 2 pdf

NIGEL PIC Tutorial Hardware phần 2 pdf

... subroutine. Tutorials below here require the LED board Tutorial 1.5 This uses the LED board, and runs a single LED across the row of eight. ;Tutorial 1.5 - Nigel Goodwin 2002 LIST p=16F6 28 ;tell ... Download zipped tutorial files. Tutorial 1.1 This simple program repeatedly switches all the output pins high and low. ;Tutorial 1.1 - Nigel Goodwin 2002 LIST p=16F...

Ngày tải lên: 08/08/2014, 03:20

10 230 0
NIGEL PIC Tutorial Hardware phần 3 ppt

NIGEL PIC Tutorial Hardware phần 3 ppt

... two). ;Tutorial 1 .8 - Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults for the chip __config 0x3D 18 ;sets the ... LED's. ;Tutorial 2.1 - Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults for the chip __c...

Ngày tải lên: 08/08/2014, 03:20

11 149 0
NIGEL PIC Tutorial Hardware phần 4 doc

NIGEL PIC Tutorial Hardware phần 4 doc

... Register Select 5 R/W Read/Write 6 E Enable 7 D0 Data bit 0 (8 bit) 8 D1 Data bit 1 (8 bit) 9 D2 Data bit 2 (8 bit) 10 D3 Data bit 3 (8 bit) 11 D4 Data bit 4 12 D5 Data bit 5 13 D6 Data bit 6 ... messages ;Tutorial 2.4 - Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults for the chip __config...

Ngày tải lên: 08/08/2014, 03:20

12 192 0
NIGEL PIC Tutorial Hardware phần 5 potx

NIGEL PIC Tutorial Hardware phần 5 potx

... this. ;LCD 16 bit counter - using LCD Busy line ;Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults for the chip ... line to 1 call Pulse_e ;Pulse the E line high ;Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults f...

Ngày tải lên: 08/08/2014, 03:20

11 278 0
NIGEL PIC Tutorial Hardware phần 6 pot

NIGEL PIC Tutorial Hardware phần 6 pot

... subroutines from the previous tutorial, and subroutines written to read the joystick. ;Joystick routines with LCD display ;Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we ... Board. The bottom of the Joystick Board. For this tutorial you require the Main Board, LCD Board and the Joystick Board, as written the tutorials use the LCD Board on PortA and the Joysti...

Ngày tải lên: 08/08/2014, 03:20

11 203 0
NIGEL PIC Tutorial Hardware phần 7 potx

NIGEL PIC Tutorial Hardware phần 7 potx

... resolution. ;Joystick routines with LCD display ;Nigel Goodwin 2002 LIST p=16F6 28 ;tell assembler what chip we are using include "P16F6 28. inc" ;include the defaults for the chip ... capacitor bcf STATUS, RP0 ;select bank 0 retlw 0x00 ReadX clrf Timer_H ;clear timer hi byte PIC Tutorial Five - Infrared Communication Infrared Board This is the Infrared...

Ngày tải lên: 08/08/2014, 03:20

11 163 0
NIGEL PIC Tutorial Hardware phần 9 potx

NIGEL PIC Tutorial Hardware phần 9 potx

... bytes), 24C04 (512 bytes), 24C 08 (1024 bytes) or 24C16 (20 48 bytes), these all use 'standard addressing', you can also use a 24C32 (4096 bytes) or 24LC64 (81 92 bytes) which use 'extended ... But7 Equ 0x06 But8 Equ 0x07 But9 Equ 0x 08 org 0x0000 goto Start org 0x0004 retfie Start movlw 0x07 movwf CMCON ;turn comparators off (make it like a 16F84)...

Ngày tải lên: 08/08/2014, 03:20

12 207 0
NIGEL PIC Tutorial Hardware phần 10 pptx

NIGEL PIC Tutorial Hardware phần 10 pptx

... battery). PIC Tutorial - I2C Clock Board I2C Clock Board  This is the I2C Clock Board, it uses a PCF8 583 P, which is a real time, battery backed, CMOS I2C clock chip in an 8 pin DIL package. ... years, the PCF8 583 only provides 0-3 for the years, with 0 being a leap year - extra software routines will be required to do this, with the actual values stored in spare PCF8 583 EEP...

Ngày tải lên: 08/08/2014, 03:20

13 284 0
w