NIGEL PIC Tutorial Hardware phần 9 potx

NIGEL PIC Tutorial Hardware phần 9 potx

NIGEL PIC Tutorial Hardware phần 9 potx

... Delay50 movlw d'50' ;delay 50mS goto d0 Delay27 movlw d'27' ;delay 27mS PIC Tutorial Six - I2C EEPROM Programming I2C EEPROM Board This is the I2C (or IIC) Board, ... bytes), these all use 'standard addressing', you can also use a 24C32 (4 096 bytes) or 24LC64 (8 192 bytes) which use 'extended addressing' to access the greater memory....
Ngày tải lên : 08/08/2014, 03:20
  • 12
  • 207
  • 0
NIGEL PIC Tutorial Hardware phần 5 potx

NIGEL PIC Tutorial Hardware phần 5 potx

... RETLW 0x32 RETLW 0x33 RETLW 0x34 RETLW 0x35 RETLW 0x36 RETLW 0x37 RETLW 0x38 RETLW 0x 39 RETLW 0x41 RETLW 0x42 RETLW 0x43 RETLW 0x44 RETLW 0x45 RETLW 0x46 movlw 0x01 ... RETLW 0x32 RETLW 0x33 RETLW 0x34 RETLW 0x35 RETLW 0x36 RETLW 0x37 RETLW 0x38 RETLW 0x 39 RETLW 0x41 RETLW 0x42 RETLW 0x43 RETLW 0x44 RETLW 0x45 RETLW 0x46 Text...
Ngày tải lên : 08/08/2014, 03:20
  • 11
  • 278
  • 0
NIGEL PIC Tutorial Hardware phần 7 potx

NIGEL PIC Tutorial Hardware phần 7 potx

... incfsz HiX,f goto x1 EndX bsf STATUS, RP0 ;select bank 1 bcf JOY_TRIS, PotX ;make PotX an output bcf JOY_PORT, PotX ;discharge capacitor bcf STATUS, RP0 ;select bank 0 retlw 0x00 ReadY ... JOY_Init ;setup joystick port bsf STATUS, RP0 ;select bank 1 bcf JOY_TRIS, PotX ;make PotX an output bcf JOY_PORT, PotX ;discharge capacitor bcf JOY_TRIS, PotY ;make Pot...
Ngày tải lên : 08/08/2014, 03:20
  • 11
  • 163
  • 0
NIGEL PIC Tutorial Hardware phần 1 pptx

NIGEL PIC Tutorial Hardware phần 1 pptx

... cuts ( 19 of them) with blue circles, with this picture, and the one above, it should be fairly easy to duplicate the board - remember - there are 19 track cuts, and 21 wire links. PIC Tutorial ... 453-230 1 Pack (10) Socket Housing 467-633 1 Pack (10) Socket Terminals 467- 598 1 Pack (100) PIC Tutorial Hardware The hardware required consists of a number of small boar...
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

... Delay 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 ... will be required. 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=...
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

... end Tutorial 1 .9 So far we have used two different methods to produce a 'bouncing' LED, here's yet another version, this time using a data lookup table. ;Tutorial 1 .9 - Nigel ... 1.5 uses 24 lines within the loop, by introducing another PIC command we can make this smaller, and much more elegant. ;Tutorial 1.7 - Nigel Goodwin 2002 LIST p=16F628 ;tell a...
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

... last pressed. Tutorial 2.4 - requires Main Board, Switch Board, and LED Board. Very similar to the last tutorial, except this one combines Tutorials 2.2 and 2.3 with Tutorial 1 .9, the result ... makes them bounce more. Tutorial 2.3 - requires Main Board, Switch Board, and LED Board. Now for a more realistic example - this combines Tutorial 2.1 with Tutorial 1 .9, the result i...
Ngày tải lên : 08/08/2014, 03:20
  • 12
  • 192
  • 0
NIGEL PIC Tutorial Hardware phần 6 pot

NIGEL PIC Tutorial Hardware phần 6 pot

... addwf Hund,f addwf Ones,f addlw 0XE9 movwf Tens addwf Tens,f addwf Tens,f swapf NumL,w andlw 0X0F addwf Tens,f addwf Ones,f PIC Tutorial Four – Joysticks Joystick Board ... either of the two 'difficult' pins for PortA, pins 4 and 5. Download zipped tutorial files. Tutorial 4.1 - requires Main Board, LCD Board and Joystick Board. This program use...
Ngày tải lên : 08/08/2014, 03:20
  • 11
  • 203
  • 0
NIGEL PIC Tutorial Hardware phần 8 docx

NIGEL PIC Tutorial Hardware phần 8 docx

... control - the Device ID's table above was obtained using this design. ;Tutorial 5_1 ;Read SIRC IR with LCD display ;Nigel Goodwin 2002 LIST p=16F628 ;tell assembler what chip we are using ... 0x03 respectively (just to confuse us, the number keys start from zero, not from one). ;Tutorial 5.2 - Nigel Goodwin 2002 ;Sony SIRC IR transmitter LIST p=16F628 ;tell assembler...
Ngày tải lên : 08/08/2014, 03:20
  • 12
  • 232
  • 0
NIGEL PIC Tutorial Hardware phần 10 pptx

NIGEL PIC Tutorial Hardware phần 10 pptx

... Download zipped tutorial files. As with the LCD Tutorial, the idea is to implement a reusable set of I2C routines. Rather than showing the routines on the page as with earlier tutorials (they ... characters in PIC data registers, this still wouldn't allow a continuous data stream, but would probably do all that's required. (For a further possibility see Tutorial 7.7a) Tu...
Ngày tải lên : 08/08/2014, 03:20
  • 13
  • 284
  • 0