CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

caller id and a PIC

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
temtronic



Joined: 01 Jul 2010
Posts: 9163
Location: Greensville,Ontario

View user's profile Send private message

caller id and a PIC
PostPosted: Wed Jul 10, 2024 12:33 pm     Reply with quote

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: 19335

View user's profile Send private message

PostPosted: Thu Jul 11, 2024 1:41 am     Reply with quote

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!...
Very Happy
Woody



Joined: 11 Sep 2003
Posts: 76
Location: Warmenhuizen - NL

View user's profile Send private message

PostPosted: Tue Jul 16, 2024 8:01 am     Reply with quote

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 Laughing

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.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group