View previous topic :: View next topic |
Author |
Message |
temtronic
Joined: 01 Jul 2010 Posts: 9221 Location: Greensville,Ontario
|
caller id and a PIC |
Posted: Wed Jul 10, 2024 12:33 pm |
|
|
curious, has anyone interfaced a 'caller id' chip to a PIC ?
I now get 40-50 spammers a day calling. Thought of dragging a WIN98SE/ QB45 PC up here but yeesh....using a PIC would be nice !
The actual code is simple ....... |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19495
|
|
Posted: Thu Jul 11, 2024 1:41 am |
|
|
I did it years ago with just a DTMF decoder chip. As you say the actual
code is simple. In the USA at least, there are a number of different
standard for this Bell 202, and ITU-T, that I can think of. The latter
is used on ISDN. So a dedicated decoder chip will probably be easier.
Look at the Holtek HT9032. However I think that is now EOL. I don't
know of any others that support both standards. The Bell 202 is easy
with something like the EM92547A.
Did it a decade ago, but not touched it since.
In the UK at least, there are legality issues with anything connected to
the phone network.
In the UK, the ID is sent before the first ring. I think the US sends it
between the first and second ring.
For your own use, I reckon you could even add simple code with a
known number database, and have it terminate the call for unrecognised
numbers!...
|
|
|
Woody
Joined: 11 Sep 2003 Posts: 83 Location: Warmenhuizen - NL
|
|
Posted: Tue Jul 16, 2024 8:01 am |
|
|
Yes, quite some time ago. I looked it up; according to the time stamp the code was lastly compiled with CCS PCW C Compiler, Version 3.110 on 10/18/2002
It interfaced a PIC16f628 to an MT8870 DTMF decoder; the code read the (parallel) digit from the decoder and spit it out over serial. No idea what I used it for, it must have been a question of 'lets see if I can do this'. It never got off the breadboard as I found no CAD files with the project. |
|
|
|