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 6 - LCD display

How many characters?

On the market, you find a lot of displays. 16x2 LCD are cheap (2-4$), you find also Nokia displays for 2$ (84x48 pixels) or OLED displays for 5$ (128x64)
The problem is always the RAM on the Arduino. We can't store all this data, so we have to calculate the position of each character in real time and we can't store it in a variable.
So, the best solution is a 16x2 LCD display or a 20x4 LCD display. I think 16x2 should be enough for this project.



...


Comments:

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