Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 8th February 2007, 12:52 PM   (permalink)
Smile PIC16C54 Does any one have Simple programmer for this Chip

Does any one have Simple programmer for this Chip
PIC16C54
pasanlaksiri is offline   Reply With Quote
Old 8th February 2007, 01:33 PM   (permalink)
Default

Hi Pasanlaksiri,

Welcome to the forum.

if you dont have many ICs of 16c54 it is better to shift to newer vesrsions. if only c54 is preferred, then cosider 16F54 which is flash and ICSP programmable. In fact it is better to consider very new versions than spend money for programmer. you may take help of any friends who can do few chips abd done with it.
__________________
Regards,
Sarma.
mvs sarma is offline   Reply With Quote
Old 8th February 2007, 03:35 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
Hi Pasanlaksiri,

Welcome to the forum.

if you dont have many ICs of 16c54 it is better to shift to newer vesrsions. if only c54 is preferred, then cosider 16F54 which is flash and ICSP programmable. In fact it is better to consider very new versions than spend money for programmer. you may take help of any friends who can do few chips abd done with it.
Thanks for the info bro. I'm a newbie for programming. But i make some ccts using 16F84A, 16F628A and 12C508. But in this case i wanna try this 4 Digit Digital Clock . So can some one help me to programm this PIC.
pasanlaksiri is offline   Reply With Quote
Old 8th February 2007, 03:44 PM   (permalink)
Default

As suggested, why not use the 16F54, it's easily programmed replacement?. Without checking on MicroChip I can't be sure, but some of the ancient OTP devices required a parallel programing rather than the newer serial system.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 8th February 2007, 03:53 PM   (permalink)
Default

did you see the AN615
operates from 2 cells-- i have modded it to work with 16F84a and with continous display. this works well the 1.8 to 3V max ie., two celss either chargeable or dry cells.

if you want,i can give you the mod hex File
__________________
Regards,
Sarma.

Last edited by mvs sarma; 8th February 2007 at 03:56 PM.
mvs sarma is offline   Reply With Quote
Old 8th February 2007, 04:42 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
did you see the AN615
operates from 2 cells-- i have modded it to work with 16F84a and with continous display. this works well the 1.8 to 3V max ie., two celss either chargeable or dry cells.

if you want,i can give you the mod hex File
Oh plz can u give it to me with source code and Schematics. Thanks bro
pasanlaksiri is offline   Reply With Quote
Old 8th February 2007, 05:17 PM   (permalink)
Default

Quote:
Originally Posted by pasanlaksiri
Oh plz can u give it to me with source code and Schematics. Thanks bro
Hi, you may download the application note AN615B from www.microchip.com which is comperhensive.

modified software clk8fcont.hex is appended

No change in hardware-- apply only 3V . at 4.5 volts it is behaving erratic. at 3V or 2.4v(nicd or nimh) it works fine
__________________
Regards,
Sarma.

Last edited by mvs sarma; 7th July 2008 at 12:12 PM.
mvs sarma is offline   Reply With Quote
Old 8th February 2007, 05:24 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
Hi, you may download the application note AN615B from www.microchip.com which is comperhensive.

modified software clk8fcont.hex is appended

No change in hardware-- apply only 3V . at 4.5 volts it is behaving erratic. at 3V or 2.4v(nicd or nimh) it works fine


Can I use PIC16F84A for this cct. And what is the meaning " continous display ". Does it mean no fickering rate or very low flickering rate? Is it a 24hour clock?


Thanks ton my friend. I'm going to make it Tomorrow.

Last edited by pasanlaksiri; 8th February 2007 at 05:43 PM.
pasanlaksiri is offline   Reply With Quote
Old 8th February 2007, 05:44 PM   (permalink)
Default

Quote:
Originally Posted by pasanlaksiri
Can I use PIC16F84A for this cct. And what is the meaning " continous display ". Does it mean no fickering rate or very low flickering rate?

Thanks ton my friend. I'm going to make it Tomorrow.
yes 16F84 a-4 can be used. crystal is 32.768KHz

original design is also low flicker- but after 8 sec the display will be off. that timing i removed it .
little flickering is due to low spped of refreshing.
you may read the article and only if you like you make-- other wise you can modify the 590 software to suite 16F84A-4
__________________
Regards,
Sarma.
mvs sarma is offline   Reply With Quote
Old 8th February 2007, 06:08 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
yes 16F84 a-4 can be used. crystal is 32.768KHz

original design is also low flicker- but after 8 sec the display will be off. that timing i removed it .
little flickering is due to low spped of refreshing.
you may read the article and only if you like you make-- other wise you can modify the 590 software to suite 16F84A-4
I like to make it. Hey do u have any 12Hour clocks using 16F84A
pasanlaksiri is offline   Reply With Quote
Old 8th February 2007, 06:29 PM   (permalink)
Default

Quote:
Originally Posted by pasanlaksiri
I like to make it. Hey do u have any 12Hour clocks using 16F84A

Hi someother person also wanted it-- you may modify this.as you can download original asm file
__________________
Regards,
Sarma.
mvs sarma is offline   Reply With Quote
Old 8th February 2007, 06:33 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
Hi someother person also wanted it-- you may modify this.as you can download original asm file
Anyway thank u bro
pasanlaksiri is offline   Reply With Quote
Old 9th February 2007, 03:11 PM   (permalink)
Default

Quote:
Originally Posted by mvs sarma
yes 16F84 a-4 can be used. crystal is 32.768KHz

original design is also low flicker- but after 8 sec the display will be off. that timing i removed it .
little flickering is due to low spped of refreshing.
you may read the article and only if you like you make-- other wise you can modify the 590 software to suite 16F84A-4
Hey bro, That 32.768kHz crystal is hard to find here. So do u have any idea, what r the calculations for RC. Or how to calculate it.
pasanlaksiri is offline   Reply With Quote
Old 9th February 2007, 03:23 PM   (permalink)
Default

Quote:
Originally Posted by pasanlaksiri
Hey bro, That 32.768kHz crystal is hard to find here. So do u have any idea, what r the calculations for RC. Or how to calculate it.
It's a standard watch crystal - try taking an old watch or battery clock to pieces!.

It would be pointless using an RC oscillator on a clock!.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk

Last edited by Nigel Goodwin; 9th February 2007 at 03:25 PM.
Nigel Goodwin is offline   Reply With Quote
Old 9th February 2007, 03:27 PM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin
It's a standard watch crystal - try taking an old watch or battery clock to pieces!.

It would be pointless using an RC oscillator on a clock!.
Ya I know that. K i'll try to find
pasanlaksiri is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
PIC Programmer through COM and ICSP (JDM ??) test1 Micro Controllers 6 12th October 2004 08:06 AM
Simple serial programmer with external supply? amady Micro Controllers 2 4th October 2004 08:47 AM
simple pic programmer problem! Thunder_scream Micro Controllers 30 20th July 2004 11:24 AM
Zilog Z8 Encore simple setup DirtyLude Micro Controllers 9 17th February 2004 01:13 PM
Devolpment board or simple programmer? Electron Junkie Micro Controllers 2 30th November 2003 10:28 AM



All times are GMT. The time now is 11:53 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.