BACK
Home Page

Phone Spam - Project

The entire project is Documented and open (except for the server-side part, for security reasons).
Feel free to use this schematics.
Phase 1 - caller ID
Read caller ID from Tip and Ring with the HT9032D decoder chip.
Phase 2 - caller ID
Arduino code to get the caller ID.
Phase 3 - WiFi chip
A small and cheap WiFi Transmitter.
Phase 4 - Access Point
How to connect to an access point.
Phase 5 - Post Request
Sending phone number to a server.
Phase 6 - LCD display
A LCD display for the caller name.

Phase 1 - caller ID

The HT9032D chip

There is a low cost chip able to decode the caller ID: the HT9032 from holtek.
It has only 8 PINS:
Pin 1DOUTData out, can be read as serial with 1200 bauds
Pin 2VDD5V (works from 3.5V to 5.5V)
Pin 3TIPconnect to TIP of your phone line
Pin 4RINGconnect to RING of your phone line
Pin 5PDOWNPower down mode
Pin 6VSSGround
Pin 7X2Oscillator output
Pin 8X1Oscillator input

Download ht9032d datasheet

Schematics


Even if you can create a complicated circuit, it is really simple! Tip and Ring should be connected to your phone connectors. With a 10nF condensator and a 200kΩ resistor you will be able to read those signals.
X1 and X2 is used for an oscillator, if you don't want synchronize it with your control unit, you can attach it without any other components.
At least, you need to have a 'Reset' signal, without it the chip will not work. So don't connect it to ground. In this schema a condensator will generate the reset-peak but another solution is to connect it directly to the Arduino.

If at this point you have 5V on DOUT, the chip should be working.

TIP / RING documentation

On the most countries, the analog phone was updated to show the phone number.
In Idle mode, you have -48V DC on this lines. If someone call you, 90V AC is overlaid to your line at 20Hz and this will let your phone ring.
After the first ring, the call-hour, call-date and caller-id will be transmitted and this circuit should be able to decode it.
You can find more info on this pages:
www.tech-faq.com
www.wikipedia.org
www.lanshack.com



Comments:

© Phonespam - 2015Adriano Petrucci Progetto personale per cercare di rendere la vita difficile a questi bas*ardi.