Truncated match.
PICList
Thread
'Pic code protection alert!'
1996\04\04@174417
by
Dennis Velthuis
|
Hello pic users.
I have posted a message here some time ago about someone claiming to be
able to unprotect any '84 with a device called the picbuster II.
Now I read in alt.satellite.tv.europe that the picbuster III is coming.
I haven't heard any details about this device yet.
But what about the other pic's???
I was very surprised to read the following message some days ago in the
alt.cellular newsgroup ...
>>SERVICE THAT IS NOW 100% WORKING WE CAN GUARANTEE THAT
>>WE CAN READ ANY PIC16/C54 PIC16/C55 PIC16/C56 PIC16/C71 PIC16/84
>>WITH THE LOCK BIT ENABLED WE DONT EMULATE THE CODE WE GO STRAIGHT IN TAKE
>>THE LOCK BIT OF AND READ THE CODE OUT IN HEX
>>FORMAT IF YOU ARE INTRESTED IN THIS SERVICE AND PRICES PLEASE
>>EMAIL THANKS...
*glunk*, ANY pic? Wow, that's quite a claim!
Well, being curious I mailed the poster of the message asking some details
about this service and this is his answer ...
>>Hello i cant tell you how its done but we can read the pics with no problem
>>at all
>>the service costs $2000 for a pic54 and $2300 for abouth ie 56 71 ect
>>and ther is no hard ware avalible for sale to do it...
>>if you want any more info call ..
<details deleted>
Now this makes me wonder. Is this really possible?
Pic's are used in many commercial products and I would assume that many
people don't want their pic code being read out.
I don't know if this is a serious claim, you might never know.
(well, he did mention the company's name and tel/fax number)
I think you all should be aware of the fact(?) that someone (maybe) can
read the code out of your product.
I hope someone can shed some light on this matter.
Let's solve this 'mystery' once and for all. :-)
Bye!
D. Velthuis
--
****************************************************************************
* -= Dennis Velthuis =- -= spam_OUTdenvTakeThisOuT
htsa.hva.nl =- *
* -= Raving His Way Into Tha Future ;) =- *
* -= http://htsa.htsa.hva.nl/~denv =-
* -= U Have The Right to Exchange Information, So Use This Right! =- *
****************************************************************************
1996\04\05@044215
by
Otto Tronarp
At 00.43 1996-04-05 METDST, you wrote:
>Hello pic users.
>
>I have posted a message here some time ago about someone claiming to be
>able to unprotect any '84 with a device called the picbuster II.
>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>I haven't heard any details about this device yet.
I have a program called picbust. I don't have a pic programmer so I don't
know if it works but if some one want it I could post it to the list.
Regards Otto
1996\04\05@044215
by
Otto Tronarp
At 00.43 1996-04-05 METDST, you wrote:
>Hello pic users.
>
>I have posted a message here some time ago about someone claiming to be
>able to unprotect any '84 with a device called the picbuster II.
>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>I haven't heard any details about this device yet.
I have a program called picbust. I don't have a pic programmer so I don't
know if it works but if some one want it I could post it to the list.
Regards Otto
1996\04\05@044215
by
Otto Tronarp
At 00.43 1996-04-05 METDST, you wrote:
>Hello pic users.
>
>I have posted a message here some time ago about someone claiming to be
>able to unprotect any '84 with a device called the picbuster II.
>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>I haven't heard any details about this device yet.
I have a program called picbust. I don't have a pic programmer so I don't
know if it works but if some one want it I could post it to the list.
Regards Otto
1996\04\05@113924
by
liver Niekrenz
>
> Hello pic users.
>
> I have posted a message here some time ago about someone claiming to be
> able to unprotect any '84 with a device called the picbuster II.
> Now I read in alt.satellite.tv.europe that the picbuster III is coming.
> I haven't heard any details about this device yet.
Well, there was indeed an article about busting a protected pic sometime
ago in the above mentioned newsgroup.
You were given a detailed procedure about how to do this, so you don't
really need to use this horribly expensive service.
I saved this article and it looked really easy as far as I can remember.
oli
1996\04\05@113924
by
liver Niekrenz
>
> Hello pic users.
>
> I have posted a message here some time ago about someone claiming to be
> able to unprotect any '84 with a device called the picbuster II.
> Now I read in alt.satellite.tv.europe that the picbuster III is coming.
> I haven't heard any details about this device yet.
Well, there was indeed an article about busting a protected pic sometime
ago in the above mentioned newsgroup.
You were given a detailed procedure about how to do this, so you don't
really need to use this horribly expensive service.
I saved this article and it looked really easy as far as I can remember.
oli
1996\04\05@115615
by
Mike Keitz
|
>>I have posted a message here some time ago about someone claiming to be
>>able to unprotect any '84 with a device called the picbuster II.
>>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>>I haven't heard any details about this device yet.
>
>I have a program called picbust. I don't have a pic programmer so I don't
>know if it works but if some one want it I could post it to the list.
>
The '84 is reportedly easy to bust, though I haven't tried it myself. I can
think of a similar method for the EPROM models, by raising the Vdd voltage
until the unit senses the CP bit as unprogrammed, then programming groups of
4 zeros over the program and X-oring the verify codes at each stage to
determine what was programmed (this would destroy the program in the PIC,
but of course a new one could be programmed with the now cracked program).
Since reprogramming of the first 64 locations is not disabled by the CP bit,
these can be cracked immediately with nothing more than an ordinary
programmer. At the very least, put sensitive code or data in the top part
of the EPROM which is somewhat more protected.
The only defense I've heard of (If Microchip is putting new features in the
PICs to defeat cracking, they aren't saying anything here) is to burn out
the pin buffers on the pins used for programming / verifying (B6 and B7 on
14-bit units, probably B0-B3 on 12-bit units would be sufficient) after
programming. Of course the pins are then not available for I/O purposes
either, and the PIC may end up destroyed entirely. This should defeat most
"garage" methods that use the existing program/verify paths, but more
advanced ones like opening the package up and scanning the chip will
probably never be stopped.
-Mike
1996\04\05@115615
by
Mike Keitz
|
>>I have posted a message here some time ago about someone claiming to be
>>able to unprotect any '84 with a device called the picbuster II.
>>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>>I haven't heard any details about this device yet.
>
>I have a program called picbust. I don't have a pic programmer so I don't
>know if it works but if some one want it I could post it to the list.
>
The '84 is reportedly easy to bust, though I haven't tried it myself. I can
think of a similar method for the EPROM models, by raising the Vdd voltage
until the unit senses the CP bit as unprogrammed, then programming groups of
4 zeros over the program and X-oring the verify codes at each stage to
determine what was programmed (this would destroy the program in the PIC,
but of course a new one could be programmed with the now cracked program).
Since reprogramming of the first 64 locations is not disabled by the CP bit,
these can be cracked immediately with nothing more than an ordinary
programmer. At the very least, put sensitive code or data in the top part
of the EPROM which is somewhat more protected.
The only defense I've heard of (If Microchip is putting new features in the
PICs to defeat cracking, they aren't saying anything here) is to burn out
the pin buffers on the pins used for programming / verifying (B6 and B7 on
14-bit units, probably B0-B3 on 12-bit units would be sufficient) after
programming. Of course the pins are then not available for I/O purposes
either, and the PIC may end up destroyed entirely. This should defeat most
"garage" methods that use the existing program/verify paths, but more
advanced ones like opening the package up and scanning the chip will
probably never be stopped.
-Mike
1996\04\05@122608
by
paul
Yes pic buster does exist and theres also a programmer that need no extra
software its all done in hardware and works on the latest 84 chips ....
Anyone want to swop one for a programmer that programs all pics ?
--
Paul Bulmer
1996\04\05@122608
by
paul
Yes pic buster does exist and theres also a programmer that need no extra
software its all done in hardware and works on the latest 84 chips ....
Anyone want to swop one for a programmer that programs all pics ?
--
Paul Bulmer
1996\04\05@161634
by
Robin Abbott
Having seen all the code busting stuff on this list am I the
only person on the list who would rather that code busting
techniques were :
a) kept quiet, I don't need my code busted thanks.
b) rebutted by Microchip. The 16C84 code busting technique is
available on at least 2 web sites, and appears to be well
documented. WHY don't Microchip respond to these threats to
their customers intellectual property ? Do other manufacturers
have such duff protection ? My current thoughts are that if
it is so easy to bust PIC code then anyone who cares about
their code ought to go elsewhere.
Robin
+-----------------------------------------------------------------------+
| |
| .....robin.abbottKILLspam
@spam@dial.pipex.com |
| |
| PIC programmers and BASIC development systems from |
| FOREST Electronic Developments. Visit our home page at |
| |
| http://www.ibmpcug.co.uk/~gmwarner/fed.htm |
+-----------------------------------------------------------------------+
1996\04\05@161634
by
Robin Abbott
Having seen all the code busting stuff on this list am I the
only person on the list who would rather that code busting
techniques were :
a) kept quiet, I don't need my code busted thanks.
b) rebutted by Microchip. The 16C84 code busting technique is
available on at least 2 web sites, and appears to be well
documented. WHY don't Microchip respond to these threats to
their customers intellectual property ? Do other manufacturers
have such duff protection ? My current thoughts are that if
it is so easy to bust PIC code then anyone who cares about
their code ought to go elsewhere.
Robin
+-----------------------------------------------------------------------+
| |
| robin.abbott
KILLspamdial.pipex.com |
| |
| PIC programmers and BASIC development systems from |
| FOREST Electronic Developments. Visit our home page at |
| |
| http://www.ibmpcug.co.uk/~gmwarner/fed.htm |
+-----------------------------------------------------------------------+
1996\04\05@162929
by
Roger Books
Well, I am probably going to draw flames about this since I am not writing
commercial applications (yet), however...
I wish that the code protection fuse didn't exist. Why?
If someone wants to bad enough they are always going to find a way around
it.
So, someone from a country that is notorious for stealing software and
hardware designs manages to bypass the code fuse for your product. They
manufacture your product, but since they didn't have the R&D they can
undercut you and you are hosed.
Because of the code protection fuse you can't read their code. Is your
company going to invest in bypassing the code fuse, probably not unless they
have a good idea of what is going on. You are hosed.
Without the fuse? Well, you do a quick dump of the code, compare it to
yours, and the lawyers get to make money.
I, for one, don't believe that any of the manufacturers have a foolproof
method to keep someone from looking at your code. Maybe I'm clueless.
Roger
1996\04\05@162929
by
Roger Books
Well, I am probably going to draw flames about this since I am not writing
commercial applications (yet), however...
I wish that the code protection fuse didn't exist. Why?
If someone wants to bad enough they are always going to find a way around
it.
So, someone from a country that is notorious for stealing software and
hardware designs manages to bypass the code fuse for your product. They
manufacture your product, but since they didn't have the R&D they can
undercut you and you are hosed.
Because of the code protection fuse you can't read their code. Is your
company going to invest in bypassing the code fuse, probably not unless they
have a good idea of what is going on. You are hosed.
Without the fuse? Well, you do a quick dump of the code, compare it to
yours, and the lawyers get to make money.
I, for one, don't believe that any of the manufacturers have a foolproof
method to keep someone from looking at your code. Maybe I'm clueless.
Roger
1996\04\05@174558
by
hoss karoly
>
> I have a program called picbust. I don't have a pic programmer so I don't
> know if it works but if some one want it I could post it to the list.
>
> Regards Ottoplease do because if it worx i'll have to go and learn 8752bh
i hope it wont because i like this little poliploid spider
bye
charley
.....timothyKILLspam
.....bekes.hungary.net
1996\04\05@174558
by
hoss karoly
>
> I have a program called picbust. I don't have a pic programmer so I don't
> know if it works but if some one want it I could post it to the list.
>
> Regards Ottoplease do because if it worx i'll have to go and learn 8752bh
i hope it wont because i like this little poliploid spider
bye
charley
EraseMEtimothyspam_OUT
TakeThisOuTbekes.hungary.net
1996\04\05@204048
by
ETS Electronics
I also have the picbuster program but I have no docs. If you have a
readme or doc file please e-mail it to me. I am using the Microchip
PICSTART 16B1 programmer on COM2. When I run the picbust program I get
an error that states that it can't find the PIC device. I have tried all
of the common switches -? /? /h and so on.
Thanks in advanced.
JIM
1996\04\05@204048
by
ETS Electronics
I also have the picbuster program but I have no docs. If you have a
readme or doc file please e-mail it to me. I am using the Microchip
PICSTART 16B1 programmer on COM2. When I run the picbust program I get
an error that states that it can't find the PIC device. I have tried all
of the common switches -? /? /h and so on.
Thanks in advanced.
JIM
1996\04\06@072744
by
Otto Tronarp
|
--=====================_828825789==_
Content-Type: text/plain; charset="us-ascii"
At 00.45 1996-04-06 +0100, you wrote:
{Quote hidden}>>
>> I have a program called picbust. I don't have a pic programmer so I don't
>> know if it works but if some one want it I could post it to the list.
>>
>> Regards Ottoplease do because if it worx i'll have to go and learn 8752bh
>i hope it wont because i like this little poliploid spider
>bye
>charley
>
timothy
spam_OUTbekes.hungary.net
>
>
--=====================_828825789==_
Content-Type: application/octet-stream; name="PICBUST.ZIP";
x-mac-type="42494E41"; x-mac-creator="6D646F73"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="PICBUST.ZIP"
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
AN8UAAAAAA==
--=====================_828825789==_--
1996\04\06@072744
by
Otto Tronarp
|
--=====================_828825789==_
Content-Type: text/plain; charset="us-ascii"
At 00.45 1996-04-06 +0100, you wrote:
{Quote hidden}>>
>> I have a program called picbust. I don't have a pic programmer so I don't
>> know if it works but if some one want it I could post it to the list.
>>
>> Regards Ottoplease do because if it worx i'll have to go and learn 8752bh
>i hope it wont because i like this little poliploid spider
>bye
>charley
>
@spam@timothyKILLspam
bekes.hungary.net
>
>
--=====================_828825789==_
Content-Type: application/octet-stream; name="PICBUST.ZIP";
x-mac-type="42494E41"; x-mac-creator="6D646F73"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="PICBUST.ZIP"
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
AN8UAAAAAA==
--=====================_828825789==_--
1996\04\06@151040
by
hoss karoly
1996\04\06@151040
by
hoss karoly
1996\04\09@022511
by
ETS Electronics
I also have the picbuster program but I have no docs. If you have a
readme or doc file please e-mail it to me. I am using the Microchip
PICSTART 16B1 programmer on COM2. When I run the picbust program I get
an error that states that it can't find the PIC device. I have tried all
of the common switches -? /? /h and so on.
Thanks in advanced.
JIM
1996\04\09@022518
by
hoss karoly
>
> I have a program called picbust. I don't have a pic programmer so I don't
> know if it works but if some one want it I could post it to the list.
>
> Regards Ottoplease do because if it worx i'll have to go and learn 8752bh
i hope it wont because i like this little poliploid spider
bye
charley
spamBeGonetimothyspamBeGone
bekes.hungary.net
1996\04\09@022716
by
Roger Books
Well, I am probably going to draw flames about this since I am not writing
commercial applications (yet), however...
I wish that the code protection fuse didn't exist. Why?
If someone wants to bad enough they are always going to find a way around
it.
So, someone from a country that is notorious for stealing software and
hardware designs manages to bypass the code fuse for your product. They
manufacture your product, but since they didn't have the R&D they can
undercut you and you are hosed.
Because of the code protection fuse you can't read their code. Is your
company going to invest in bypassing the code fuse, probably not unless they
have a good idea of what is going on. You are hosed.
Without the fuse? Well, you do a quick dump of the code, compare it to
yours, and the lawyers get to make money.
I, for one, don't believe that any of the manufacturers have a foolproof
method to keep someone from looking at your code. Maybe I'm clueless.
Roger
1996\04\09@022720
by
Robin Abbott
|
Having seen all the code busting stuff on this list am I the
only person on the list who would rather that code busting
techniques were :
a) kept quiet, I don't need my code busted thanks.
b) rebutted by Microchip. The 16C84 code busting technique is
available on at least 2 web sites, and appears to be well
documented. WHY don't Microchip respond to these threats to
their customers intellectual property ? Do other manufacturers
have such duff protection ? My current thoughts are that if
it is so easy to bust PIC code then anyone who cares about
their code ought to go elsewhere.
Robin
+-----------------------------------------------------------------------+
| |
| TakeThisOuTrobin.abbottEraseME
spam_OUTdial.pipex.com |
| |
| PIC programmers and BASIC development systems from |
| FOREST Electronic Developments. Visit our home page at |
| |
| http://www.ibmpcug.co.uk/~gmwarner/fed.htm |
+-----------------------------------------------------------------------+
1996\04\09@022742
by
paul
Yes pic buster does exist and theres also a programmer that need no extra
software its all done in hardware and works on the latest 84 chips ....
Anyone want to swop one for a programmer that programs all pics ?
--
Paul Bulmer
1996\04\09@022931
by
liver Niekrenz
>
> Hello pic users.
>
> I have posted a message here some time ago about someone claiming to be
> able to unprotect any '84 with a device called the picbuster II.
> Now I read in alt.satellite.tv.europe that the picbuster III is coming.
> I haven't heard any details about this device yet.
Well, there was indeed an article about busting a protected pic sometime
ago in the above mentioned newsgroup.
You were given a detailed procedure about how to do this, so you don't
really need to use this horribly expensive service.
I saved this article and it looked really easy as far as I can remember.
oli
1996\04\09@022940
by
Mike Keitz
|
>>I have posted a message here some time ago about someone claiming to be
>>able to unprotect any '84 with a device called the picbuster II.
>>Now I read in alt.satellite.tv.europe that the picbuster III is coming.
>>I haven't heard any details about this device yet.
>
>I have a program called picbust. I don't have a pic programmer so I don't
>know if it works but if some one want it I could post it to the list.
>
The '84 is reportedly easy to bust, though I haven't tried it myself. I can
think of a similar method for the EPROM models, by raising the Vdd voltage
until the unit senses the CP bit as unprogrammed, then programming groups of
4 zeros over the program and X-oring the verify codes at each stage to
determine what was programmed (this would destroy the program in the PIC,
but of course a new one could be programmed with the now cracked program).
Since reprogramming of the first 64 locations is not disabled by the CP bit,
these can be cracked immediately with nothing more than an ordinary
programmer. At the very least, put sensitive code or data in the top part
of the EPROM which is somewhat more protected.
The only defense I've heard of (If Microchip is putting new features in the
PICs to defeat cracking, they aren't saying anything here) is to burn out
the pin buffers on the pins used for programming / verifying (B6 and B7 on
14-bit units, probably B0-B3 on 12-bit units would be sufficient) after
programming. Of course the pins are then not available for I/O purposes
either, and the PIC may end up destroyed entirely. This should defeat most
"garage" methods that use the existing program/verify paths, but more
advanced ones like opening the package up and scanning the chip will
probably never be stopped.
-Mike
1996\04\09@044109
by
Keith Dowsett
|
>Having seen all the code busting stuff on this list am I the
>only person on the list who would rather that code busting
>techniques were :
>
>a) kept quiet, I don't need my code busted thanks.
Not a hope. With the current state of the internet if anyone discovers
something which they regard as useful (but not profitable) they are free to
publish it.
>b) rebutted by Microchip. <minor snip..> WHY don't Microchip respond
> to these threats to
> their customers intellectual property ? Do other manufacturers
> have such duff protection ?
I guess they didn't anticipate a really determined attempt to defeat their
protection, or they assumed that if someone throws enough time and money at
the problem it will be cracked one way or another. Hopefully they are
developing improved schemes for future releases.
> My current thoughts are that if
> it is so easy to bust PIC code then anyone who cares about
> their code ought to go elsewhere.
I think that the PICs have been subject to a particularly intensive attack
on their code protection schemes because they have been used in smart-cards
for satellite TV systems. Duplicating these means big money and possible
access to 'banned' adult channels. I would imagine that if the code
protection systems on other microcontrollers were subjected to the same
level of scrutiny they would soon be disabled by one means or another.
Perhaps in some way they have been a victim of their own success.
Just my thoughts.
Keith.
==========================================================
Keith Dowsett "Variables won't; constants aren't."
E-mail: RemoveMEkdowsett
TakeThisOuTrpms.ac.uk
Phone: 0181-740-3162
Fax: 0181-743-3987
Snail mail: MRC Clinical Sciences Centre, Cyclotron Unit.
Hammersmith Hospital. London W12 0NN.
1996\04\22@094556
by
n/a
Hi,
In a previous mail Mike Keitz made reference to "opening the package up" Is
this possible? I'm interested in super-minaturising my application - is it
possible to buy the chip slices. If not, is it possible to "open the package".
I'm thinking in terms of grinding away the majority of the epoxy resin to
leave a thin slice. Has anyone any info on this.
Geoff.
1996\04\22@144131
by
Richard Klosinski
At 02:33 PM 4/22/96 LCL, you wrote:
>Hi,
>
>In a previous mail Mike Keitz made reference to "opening the package up" Is
>this possible?
yes, I works at a FAC (failure analysis of components) at HP, we did it all
the time.
I'm interested in super-minaturising my application - is it
>possible to buy the chip slices.
you can purchase pics in die form, but you will need to contact Microchip.
If not, is it possible to "open the package".
>I'm thinking in terms of grinding away the majority of the epoxy resin to
>leave a thin slice. Has anyone any info on this.
don't do it!
Rich
1996\04\23@045221
by
n/a
>>In a previous mail Mike Keitz made reference to "opening the package up" Is
>>this possible?
>yes, I works at a FAC (failure analysis of components) at HP, we did it all
>the time.
How was this done?
Geoff.
1996\04\23@120622
by
Richard Klosinski
At 09:46 AM 4/23/96 LCL, you wrote:
>>>In a previous mail Mike Keitz made reference to "opening the package up" Is
>>>this possible?
>
>>yes, I works at a FAC (failure analysis of components) at HP, we did it all
>>the time.
>
>How was this done?
>
>
1) the part to be analyzed was molded with epoxy into a round cylinder, with
the top ( or bottom in some cases) exposed. This is to add some mass to make
the part easier to handle.
2) the glob from above is inserted into a disk sander system (note that this
sander is not a crude as the ones bought at home depot). This runs for a
specific time (we know from past knowledge the time). After this process, the
die is exposed.
3) then, the not so easy part... using an electron microscope (something
everyone has). the part was analyzed for over-something failures (this is
a visual thing). i knew people that could reverse engineer a ic just by
looking at the die!
Rich
1996\04\24@031432
by
Prashant Bhandary
|
At 02:33 PM 22/04/96 LCL, you wrote:
>Hi,
>
>In a previous mail Mike Keitz made reference to "opening the package up" Is
>this possible? I'm interested in super-minaturising my application - is it
>possible to buy the chip slices. If not, is it possible to "open the package".
>I'm thinking in terms of grinding away the majority of the epoxy resin to
>leave a thin slice. Has anyone any info on this.
>
> Geoff.
>
>
Have you looked at the surface mount version of 16c84? Not much can be
gained by grinding that critter down! I've had this idea for a tiiiny
circuit but the challenge of taking on SMT and the lack of a cheap,
small SMD H bridge and crystal have stopped me so far.
Regards
Prashant
+----------------+ -------------------------------------------------
| | Prashant Bhandary
| +---+ | Spatial Information Systems Section
| | | | Roads and Traffic Authority
| | | | Rosebery NSW 2018, AUSTRALIA
| | | | Tel: +61-2-662 5299
| | +----+ | Fax: +61-2-662 5348
| | | | Email: prashbEraseME
.....rta.oz.au
| +--------+ |
| Still a newbie | "2b|!2b" - William Shakespeare
+----------------+ -------------------------------------------------
1996\04\24@085942
by
myke predko
|
I'd have to agree with Prashant. Where I work, we have labs which do F/A on
packaged components and the technicians who do it have tricks to expose and
prove problems that border on the artistic.
When I asked one of them about decapping a component, he thought I was
asking about the Circuit Cellar project which made a CCD Camera out of a
DRAM Chip, he just smiled and said good luck.
When I explained that it was to release a chip from a package, I got a long
lecture on why this is impractical. The biggest reason why it is
impractical is that you will probably cut the the wirebonds to the lead
frame as you shave down the package. As somebody mentioned before, you
should look at the SMT Packages (About 0.100" above the board for the SOIC
as opposed to 0.225" for the PTH DIP) or buying the individual dies and
investing in a wire-bonder.
Sorry I don't have better news,
Myke
{Quote hidden}>At 02:33 PM 22/04/96 LCL, you wrote:
>>Hi,
>>
>>In a previous mail Mike Keitz made reference to "opening the package up" Is
>>this possible? I'm interested in super-minaturising my application - is it
>>possible to buy the chip slices. If not, is it possible to "open the package".
>>I'm thinking in terms of grinding away the majority of the epoxy resin to
>>leave a thin slice. Has anyone any info on this.
>>
>> Geoff.
>>
>
>Have you looked at the surface mount version of 16c84? Not much can be
>gained by grinding that critter down! I've had this idea for a tiiiny
>circuit but the challenge of taking on SMT and the lack of a cheap,
>small SMD H bridge and crystal have stopped me so far.
>
>Regards
>
>Prashant
Myke
"We're Starfleet officers, weird is part of the job."
Capt. Catherine Janeway
1996\04\25@002434
by
Eric Strauts
All this discussion on "opening the package" brought to mind a
project I worked on about 20 years ago.
It involved reverse engineering where it was necessary to identify
an IC with no markings. In order to see what the chip looked
like we used an epoxy dissolver. This stuff actually broke the polymer
bonds and left only the chip with the bond wires and lead frame intact.
I don't recall if the chip was damaged by the process since this was
not a concern. Sanding the chip was considered but we had no
precision equipment to do the job.
The epoxy dissolver was a commercial product made specifically for
salvaging potted assemblies and might still be available.
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
| Eric Strauts |
| TEEM Electronics |
| Park Ridge, IL 60068 |
| Email: EraseMEestrauts
ix.netcom.com |
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1996\04\26@012708
by
Prashant Bhandary
|
At 10:31 AM 24/04/96 -0400, you wrote:
>On Wed, 24 Apr 1996, Prashant Bhandary wrote:
>
>> Have you looked at the surface mount version of 16c84? Not much can be
>> gained by grinding that critter down! I've had this idea for a tiiiny
>> circuit but the challenge of taking on SMT and the lack of a cheap,
>> small SMD H bridge and crystal have stopped me so far.
>
>Use a ceramic resonator. You can use 2 pins from 16c84 as a 20 milliamp H
>bridge. What would you use for a tiiiny source of power and tiiiny
>motors?
>
OK, remember you asked for this :-)
A new standard, DCC, has been established for model trains. The signal is
sent through the tracks. Normally the train has connections going directly
from the tracks to the motor and you control speed and direction by
controlling the voltage on the rails. But in this case, a decoder sits
in between and decodes the packet and drives the motor appropriately.
Now the decoder should fit inside a train and the scale of the train
defines the magnitude of the problem. I model N scale which is 1:160
and believe me when I say tiiiny I mean every i in that word.
As you can guess the power supply is connected to the tracks and can be as big
as you want it. The motor is already in the train. What remains is this
small space at your disposal to squeeze a PIC and an H bridge driver. The
16C84 is ideal for this job. It even has an EEPROM which is one of the
requirements. The SMT 4Mhz part is avilable in single unit quantities locally.
So is an SMT H bridge. The other SMT parts would be a few caps and resistors
and a bridge rectifier.
The ceramic resonator seems to be a good solution. The frequency would be 4 MHZ
as I need all the speed I can get. I will look around for an SMT version. The
PIC as an H bridge driver is not an option as the motor runs at a few hundred
milliamps(paralleling the outputs isn't enough either). I have found this SMT
H bridge a little big and is a dual. I forget the part no. and I believe it
is a 24 pin gul wing SMT. I would like to see a single H bridge which is a
little smaller and possibly cheaper.
Regards
Prashant
P.S. I am posting this to the list too to get a few hints on SMT PIC apps.
+----------------+ -------------------------------------------------
| | Prashant Bhandary
| +---+ | Spatial Information Systems Section
| | | | Roads and Traffic Authority
| | | | Rosebery NSW 2018, AUSTRALIA
| | | | Tel: +61-2-662 5299
| | +----+ | Fax: +61-2-662 5348
| | | | Email: RemoveMEprashbEraseME
EraseMErta.oz.au
| +--------+ |
| Still a newbie | "2b|!2b" - William Shakespeare
+----------------+ -------------------------------------------------
1996\04\26@034804
by
John Payson
|
> A new standard, DCC, has been established for model trains. The signal is
> sent through the tracks. Normally the train has connections going directly
> from the tracks to the motor and you control speed and direction by
> controlling the voltage on the rails. But in this case, a decoder sits
> in between and decodes the packet and drives the motor appropriately.
> Now the decoder should fit inside a train and the scale of the train
> defines the magnitude of the problem. I model N scale which is 1:160
> and believe me when I say tiiiny I mean every i in that word.
N scale is 1/2 of HO, right? So you're looking at putting your control in
a space about 0.4"x0.4"x0.8"? That's not very big...
Normally my inclination for controlling a model railroad would be to use a
single power-switching transistor and a direction-switching relay. When
space is not a problem, this will save components and may save cost (esp. if
you'd want to opto-isolate things). In your case, however, there isn't really
room for a relay. :-(
Given that, I expect your best bet may be to produce a 3-board stack. The
bottom board will contain two SOTs on each side; the next board would contain
the rectifier for the PIC power supply, and two SOTs (which would switch the
high-side SOT's on the bottom board). The top board would contain the PIC and
resonator on one side, and the filter caps and regulator for the PIC's supply
on the other. By my figuring, this should all (barely) fit in the space you
have.
My other recommendation: switch to O gauge :-)
1996\04\26@084330
by
Roger Books
Prashant Bhandary wrote:
> The ceramic resonator seems to be a good solution. The frequency would
> be 4 MHZ as I need all the speed I can get. I will look around for an
> SMT version.
Just out of curiosity, why do you need all the speed you can get? 4 million
(minus a few for jumps) instructions per second is pretty heavy duty for
things interfacing to human times.
I'm still kicking myself for that 4MHZ crystal I bought for my electrical
scoring box for fencing. The 4059 programmable divider won't run at 4MHZ
and +5 Volts, it looks like the 4013 will just barely run at 4MHZ and +5.
That's what happens when I come from writing data acquisition software
for FSU's accelerator and have to listen to people scream constantly about
speed. Oh well, next one runs at 2 or even 1MHZ.
Not that that may have anything to do with your train.
Roger
1996\04\26@155348
by
Mike Keitz
|
>> A new standard, DCC, has been established for model trains. The signal is
>> sent through the tracks. Normally the train has connections going directly
>> from the tracks to the motor and you control speed and direction by
>> controlling the voltage on the rails. But in this case, a decoder sits
>> in between and decodes the packet and drives the motor appropriately.
>> Now the decoder should fit inside a train and the scale of the train
>> defines the magnitude of the problem. I model N scale which is 1:160
>> and believe me when I say tiiiny I mean every i in that word.
N scale is very small. The cars are maybe 3 or 4 inches long.
>Normally my inclination for controlling a model railroad would be to use a
>single power-switching transistor and a direction-switching relay. When
>space is not a problem, this will save components and may save cost (esp. if
>you'd want to opto-isolate things). In your case, however, there isn't really
>room for a relay. :-(
>
Assuming you get to build the power supply too, feed the track with AC
(constant voltage) and (inside the train) slice either positive or negative
half-cycles depending on the direction of travel commanded. This will
simplify things since now you only need one switch, but it has to be
bidirectional. For low frequencies a single triac (can you get triacs small
enough?) could work, higher frequencies could use inverse-series connected
MOSFETs or something similar. A custom drive waveform which is a square
wave with maybe 10% return to zero time inbetween half-pulses would give the
triac time to turn off and also an interval to synchronously send data in
that will be fairly free of motor noise.
If space permits, you can sense the motor voltage while the drive is off,
this will be directly proportional to the speed. Thus a closed-loop speed
control could be implemented.
The mind boggles at the possiblities of such a setup. Every locomotive,
switch, and lamp-post in the whole model train landscape could be connected
in parallel with two wires back to the control panel. (Ever heard of a
"smart lamp-post"? You will.)
-Mike
1996\04\26@192601
by
John Payson
|
> Assuming you get to build the power supply too, feed the track with AC
> (constant voltage) and (inside the train) slice either positive or negative
> half-cycles depending on the direction of travel commanded. This will
> simplify things since now you only need one switch, but it has to be
> bidirectional. For low frequencies a single triac (can you get triacs small
> enough?) could work, higher frequencies could use inverse-series connected
> MOSFETs or something similar. A custom drive waveform which is a square
> wave with maybe 10% return to zero time inbetween half-pulses would give the
> triac time to turn off and also an interval to synchronously send data in
> that will be fairly free of motor noise.
Hmm... I like this idea... [pondering how much a model RR setup would cost]...
Though thinking about it, what about running the rails with Manchester-coded
data [derived using a high-current bridge and a DC supply]? This could be
really easy (hardware) to decode (you've got a +/- 20 volt data signal)...
all you'd need to decode it would be a resistor going to a PIC port pin [RA4
would have a Shmidt trigger, but if you use that one you'd need a diode or
else tie the signal to another pin as well].
> If space permits, you can sense the motor voltage while the drive is off,
> this will be directly proportional to the speed. Thus a closed-loop speed
> control could be implemented.
Yup, this is possible but voltage->time is a little tricky to implement nicely
on a PIC; for fast speeds it could be done (use a resistor to convert voltage
into current, and use an RC timer). Alternatively, you might be able to AC
couple to a port pin and measure the frequency of the back-EMF waveform.
> The mind boggles at the possiblities of such a setup. Every locomotive,
> switch, and lamp-post in the whole model train landscape could be connected
> in parallel with two wires back to the control panel. (Ever heard of a
> "smart lamp-post"? You will.)
The one difficulty with this approach in general would be providing a back-
signal path from the locomotive to the main CPU; perhaps there could be a
current-sinking transistor in the locomotive to send data by modulating
current.
'Pic code protection alert!'
1996\05\02@035401
by
Mike Sunners
|
On Fri, 26 Apr 1996, Prashant Bhandary wrote:
> A new standard, DCC, has been established for model trains. The signal is
> sent through the tracks. Normally the train has connections going directly
> from the tracks to the motor and you control speed and direction by
> controlling the voltage on the rails. But in this case, a decoder sits
> in between and decodes the packet and drives the motor appropriately.
> Now the decoder should fit inside a train and the scale of the train
> defines the magnitude of the problem. I model N scale which is 1:160
> and believe me when I say tiiiny I mean every i in that word.
Unlimited possibilities! Multiple trains on a track. Collision detection.
Trains talking to trains. Trains talking to signals. Signals talking to
trains. Signals talking to signals. Trains switching points. Signals
switching points. Power down features. ... :-)
________________________________________________
Mike Sunners <RemoveMEmikesspam_OUT
KILLspamcaa.org.au> W +61 8 223 2519
More... (looser matching)
- Last day of these posts
- In 1996
, 1997 only
- Today
- New search...