![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I've just received my very own PicKit 2 programmer and am dying to see something working. so lets say flashing leds just to be original lol
can somebody post or link me to the program needed and the circuit diagram I intend using the 16F88, does the pic have to be totally isolated from the circuit when programed ?
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) |
|
Hi,
I just got mine too 1 month + ago. Just check the datasheet of PICKit2 from Microchip's website. The connections of ICSP is in it. For the program, as usual http://winpicprog.co.uk
__________________
Superman returns..
|
|
|
|
|
|
|
(permalink) |
|
yea I saw nigels tutorial and think I might try following it through but I only have 16F88 and 18F1220 and 18F1230 pics so was wondering if the programs will run ok on the 16F88
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) |
|
Of course it is working, but you need to do some modification.
Since PIC16F88 is full of features, one configuration setting is not enough Besides the comparator, it has built in ADC as well. By default, some pins are analog input pins, so you have to make them to be digital I/O first before doing any digital controlling.
__________________
Superman returns..
|
|
|
|
|
|
|
(permalink) |
|
ok perhaps I just make myself a new email address and get some more samples orders off right now as I've already ordered the above pics for the next 35 odd days
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
========================= Futz's Microcontrollers & Robotics ========================= Last edited by futz; 18th January 2008 at 03:32 PM. |
||
|
|
|
|
|
(permalink) | |
|
Quote:
PIC16F88 is the most powerful 18 pins PIC among the 16F (for me). Just stick with what you have.
__________________
Superman returns..
|
||
|
|
|
|
|
(permalink) |
|
erm yes but I know nothing about programing and need tgo start simple then move on
suppose nigel used what he did for a good reason
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
========================= Futz's Microcontrollers & Robotics ========================= |
||
|
|
|
|
|
(permalink) |
|
Ok, here you go:
Instead of Code:
__config 0xxxxx movlw 0x07 movwf CMCON Code:
__config _CONFIG1, 0xxxxx __config _CONFIG2, 0xxxxx bsf STATUS, RP0 ;to select bank1 clrf ANSEL ;disable the analog inputs movlw 0x07 movwf CMCON bcf STATUS, RP0 ;select bank0 The rest of them should be the same.
__________________
Superman returns..
|
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
ok so are the edits bananasiong posted suitable the xxxxx what is that that I am looking for ?
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
ok by xxxxx that I want what is actually meant ? does this set the pic functions so what functions do I want ? (obviously not ADC)
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
|
|
(permalink) |
|
so I'm making a sample order of 16F628A what else could I get while I'm ordering ?
__________________
I AM the exeption that disproves the rule in many ways but the rules still apply (unfortunately) my site:www.simons-photography.com http://rushdenrotaract.org.uk see also http://www.bigstockphoto.com/account...fid=m2URATYch5 http://www.redbubble.com/people/simonsphotography |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Latest |
| Connecting Servo to 68HC11 using Assembly Language | arfin | Micro Controllers | 11 | 3rd January 2008 05:58 AM |
| Help needed ASM to HEX with MPLAB | Virus | Micro Controllers | 39 | 26th December 2007 03:30 PM |
| Remote Proximity Start | mindctrl | Electronic Projects Design/Ideas/Reviews | 6 | 2nd October 2006 06:51 PM |
| Finding serial START bit by bit banging | Oznog | Micro Controllers | 24 | 6th December 2005 09:20 PM |
| hardware or software fault? | gastonanthony | Micro Controllers | 6 | 6th June 2005 01:13 PM |