PIC16F84A + Nokia 3310 lcd

Thread Starter

Rk17

Joined Apr 23, 2011
43
I just want to know if this is possible? if yes could you please give me some tips on how or where to find a program for this. I really want to experiment on this one tnx for any help
 

SgtWookie

Joined Jul 17, 2007
22,230
A quick Google search for "Nokia 3310 lcd" returned about 803,000 hits.

This page looks promising:
http://www.scienceprog.com/connect-nokia-3310-lcd-to-lpt-port/
It's using a PC LPT port to control the display, but at least shows what your minimum connections are, and also provides a link to the display controller manual.

Here's a page where someone connected a PIC18F to the display:
http://www.botskool.com/tutorials/electronics/interfacing-nokia-3310-lcd-pic-18f2520

Here someone connected the display to a PIC12F683:
http://www.pyrofersprojects.com/blog/3310-nokia-lcd-pic-12f675/

Adding PIC to the Google query gives about 110,000 hits.
 

SgtWookie

Joined Jul 17, 2007
22,230
I can't tell you that, because I don't know how much memory a PIC16F84 has offhand.

If memory is limited, you will need to use the character mode (if it has one) of the 3310 LCD. If the 3310 does not have a character mode and memory is limited, you might not be able to use a PIC16F84A.
 
Top