Use Nokia 3310 Lcd with at90s2313

Status
Not open for further replies.

pkedvessy

Member level 5
Joined
Feb 17, 2005
Messages
81
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
2,077
nokia 3310 lcd avr

Hy!

Is it possible to use the Nokia 3310 phone's Lcd display with atmel 90s2313???
 

nokia 3310 avr

yes i think u can....
we have used atmel 89c2051 for the same disply....
3310 has SPI interface (4 Wire).....so u just have to implement the SPI in ur microcontroller....

unfortunatly i dont have the link for the pinout of 3310.....but if u search u can get it easily....

Regards...

Sadashiv
www.custm-logics.com

Added after 8 minutes:

this may help you...

**broken link removed**



Regards

Sadashiv
www.custom-logics.com
 

avr nokia 3310

If you're an assembly fun go to:
**broken link removed**
I know it's not in english but you can parse the code easily.

Microsyl Nokia LCD Library for the AVR microcontroller written in C
here: **broken link removed**

More info about Nokia 3310LCD pin description and link to Philips PCD8544 controller here:
http://www.amontec.com/lcd_nokia_3310.shtml

If you like Bascom AVR look in attachement
or at:
for BASCOM-AVR 1.11.7.4 and AT90S2313
**broken link removed**
**broken link removed**



For setup and use of the AVR microcontroller SPI interface :
http://www.atmel.com/dyn/resources/prod_documents/doc2585.pdf
and software
http://www.atmel.com/dyn/resources/prod_documents/AVR151.zip
 
Reactions: Ephi

    Ephi

    Points: 2
    Helpful Answer Positive Rating
nokia 3310 display avr

Is it possible to drive the LCD with the computer throw the lpt port without any micrcontroller?
 

bascom 3310

If I want to use this **broken link removed** source, how I can Link the LCD to the 90s2313???
 

nokia 3310 bascom

It should be possible to use the LCD together with your atmel MCU.

I've interfaced such an LCD to a PIC mcu.
Sorry, no experience with atmel.

I used some of the projects at the following website as a guideline.
https://www.techdesign.be/projects.htm

Note:
The code is written in C and targeted for PIC mcu's.
Since it's C it should be possible to translate it to your compiler.
The background information about interfacing this LCD supplied by this site is great.
 

lcd nokia 3310 avr

Hello ,

This is regarding your post about Nokia 3310 display.

I used

here: **broken link removed**

These routines but my LCD is not working can you help me out?

I am using routines in following manner

LcdInit();
LcdClear();
LcdUpdate();
LcdGotoXY(10,10);
LcdUpdate();
LcdStr(FONT_1X,"H");
LcdUpdate();
while(1);

My display shows nothing.
 

Re: nokia 3310 avr

 
Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…