PDA

View Full Version : will 16f84 pic work for the dejan box??



||Joe
13-02-2002, 03:37 AM
hi, i would just like to ask if 16f84 pic would work for the dejan box hex? is it compatible with the 16ce625? because 16f84 is the only pic available here in our country. /n/images/smiles/icon_frown.gif thnx. br noggy

o_MAST
13-02-2002, 09:50 AM
I think yhat is non possible because the 16f84 is too small.
You can try the pic 16f628.

Bye

||Joe
13-02-2002, 11:29 AM
yes, o_mast you are right. the 16f628 will work, but you will need to modify the hex code to do this correctly.

o_MAST
13-02-2002, 04:12 PM
Where I can find a de-assembler for disassemble hex of 16ce625??

Thank a lot
Bye

Gianni
13-02-2002, 04:26 PM
Hi,
try this...
o_Mast are you italian? I'am italian....
B.r.
Gianni.

Yasser
13-02-2002, 05:42 PM
HI Guys!!!

PIC16F628 works with the Hex. I have been told by someone. But, he has combined the 2 hexes into ONE hex and it works.

Can anyone please try this with the 2 hexes and let us know. Or can anyone else be kind enuff to post the NEW SINGLE HEX.

Many Thanks

BR

Yasser

o_MAST
13-02-2002, 06:05 PM
4 Gianni:
Si sono italiano! Tu di dove sei? Io di Napoli.
Gianni, thanks 4 your program, but it works only with 16F84!


Bye

o_MAST
13-02-2002, 06:17 PM
Yasser, can you post the "combined" hex for 16F628? I can try it.
I have maked Dejan box but I can't find 20 mikrofarad condensator? What other condensator can replace it?
For make the combined hex you have to read the pic after wrote the two file into it.

Thank You
Bye

||Joe
13-02-2002, 06:24 PM
to o_MAST

use any capacitor higher than 20 microfarad

Yasser
13-02-2002, 07:41 PM
For o_MAST!!

Hi man..how are you? Well, if I had the 'Combined' HEX, I would have posted it. But the person who told me about it wont give it.

He is using this combined HEX on a PIC16F628 and it works 100% according to him.

The asm files were also posted few days ago by SAMAN. So you can use them and combine them into one. A good programmer should be able to do that in no time. My area is hardware, not too much software. Plus, i only get time in the evening a little from uni.

Hmmm...if I get anything, I will let u know.

In the meantime. try to make the box work using PIC16F628 with the 2 HEXES. Bu the things is you have to reconfigure to use them for this pic. You can use propic or any other Microchip software. All the other FUSES are/hould be same ....just the PIC type. It should work as far as I know. Let me know what happens.

Finally, Thanks for showing me and rest of us your BEAUTIFUL BOX....(hehehehehehehhe). As long as it works man...good. /n/images/smiles/icon_smile.gif

Take Care and hear from you soon

BR

Yasser

Gianni
13-02-2002, 08:47 PM
Ciao o_Mast,
Io sono di Perugia...... Stò cercando di trovare questo benedetto Hex per la PIC16f628 anche perché non sono riuscito a trovare la pic16ce625.. Comunque se trovi un programma per unire i due Hex fammi sapere io farò lo stesso..
A presto.
Gianni.

Yasser
13-02-2002, 09:00 PM
Hey Gianni.

Where in Italy are you? I was there in November last year for 10 days...Full country trip.....Really nice country and lovely WOMEN /n/images/smiles/icon_smile.gif) yumyum..

See u./n/images/smiles/icon_smile.gif

Yasser

Gianni
13-02-2002, 09:10 PM
Hi Yasser,
I live in Perugia... In Umbria... Do you know? And where do you live?
Yes there are many many beautiful girl here..
Please have you got winace?
Thanks..
Gianni.

Yasser
13-02-2002, 09:41 PM
Hi Gianni!!

How are you? I am in London UK. You can download winace from http://www.winace.com/

The best girls I saw were in Florence ....oh my GoD /n/images/smiles/icon_smile.gif and in Mirana di Pisa...wow...

I couldn't go to Perugia...maybe next time /n/images/smiles/icon_smile.gif

Take Care

BR

Yasser

o_MAST
14-02-2002, 01:43 PM
The asm files that have posted SAMAN are wrong.
I think that pic 16F628 can works with normal hex files 100% because the program and data memory addresses of pic 16ce625 and 16F628 are the same(the pic 16ce625 have 128 byte of ram, 16F628 have 224, so they are compatibles).
I can't found any microfarad capacitor /n/images/smiles/icon_frown.gif( Can you tell me if another 100nf condensator will works???


Thank You
BYe

Yasser
14-02-2002, 10:38 PM
Ho O_mast

you are forgetting another difference too my friend. What about the I2C pasrt in PIC16CE625 which is NOT in the PIC16F628. I think the Saman Code may need to be edited by writing additional few subroutines to compensate for the migration from pic16ce625 to pic16f628.

Take Care

BR

yasser

Yasser
14-02-2002, 10:50 PM
HI Guys

Check this page out and also read the datasheets aswell.

http://www.microchip.com/download/lit/migrat/41169b.pdf

Take Care

BR

Yasser

o_MAST
15-02-2002, 09:23 AM
Sasama asm are wronb because if you try to compile them for the pic 16ce625 and 16F628 the compiler give you a lot of error!
Dex0 and dex1 are OK. Dex1 write some value on the eeprom and dex0 is working hex. What we need are the value that dex1 write on the eeprom!
In fact dex1 doesn't work on pic 16F628!

B.r
o_MAST

PS: thank 4 pdf file!