Using Nokia LCD - Page 7


Closed Thread
Page 7 of 8 FirstFirst ... 345678 LastLast
Results 241 to 280 of 301

Thread: Using Nokia LCD

  1. #241
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Out of curiosity, which PIC didn't worked for you?
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #242


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve

    I was using the 16F88

    Regards

  3. #243
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    i was trying to use pic16f628a.

    I have seen over the internet some others they succeed with pic12f629

  4. #244
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    it could even work with a 10F, but probably not with PBP as it consume too much RAM, but that's another story
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  5. #245
    varunksr's Avatar
    varunksr Guest


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    hi
    can anyone please send info regarding interfacing the nokia 6610 display with 8051..

  6. #246
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    You're probably out of luck on a Microchip PIC oriented forum like here, but
    http://www.google.ca/search?q=nokia+...w=1366&bih=596

    then
    http://www.lcdinterfacing.info/Nokia...-Interface.php
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  7. #247
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve,

    i'm looking forward to see the new driver.

    I have 5 of the Nokia 5110 and i would like to play with them.

    I'm sure you did a good work.

  8. #248
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    You can work with them right now, everything here work as long as you're aware of some Macro limitations. Which PIC do you plan to use ???

    BTW, I'll take no credits, all the job have been done here and well done. I just put some of my spices in, some user configurables settings and some ease of use. It will be like my Keypad routine.

    Still working on the final touch, code optimisation, documentation, some code example, basic schematics... fun job.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  9. #249
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Quote Originally Posted by astanapane View Post
    i was trying to use pic16f628a.

    I have seen over the internet some others they succeed with pic12f629
    Note to self, always read previous posts sorry 'bout that...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  10. #250


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve,

    you are right about being able to using it except of some Macro limitations.

    It works like a charm with the 16F88 microcontroller IF i dont use the "@ PrintStr x,y, "string goes here"" . But...IF i use that i get the truncated errors.

    Regards

  11. #251
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    That's because the macro use DATA, you want to jump on the DA or DT asm instruction
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  12. #252
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi Steve,

    are you going to share the new Nokia 3310 and 5110 driver with us the following days?

    thanks

  13. #253
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,807


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Do you want to be a beta tester or a happy user?

    Trust Steve that he will post a good piece of working code when he decides it is ready. Besides being on different time zone.

    Ioannis
    Last edited by Ioannis; - 29th June 2011 at 20:30.

  14. #254
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Ioannis,

    i can wait as long as it needs to be ready.

    thanks

  15. #255
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    I have it working, no problem, I just always find some features to add in, and/or way to use it. Yes it will works on almost everything. 12f629 is enough with PBP... but damn, dont'expect being able to show a lot of string and embedded pictures with a so RAM/EEPROM underpowered device Still doable to add some eeprom to it, but WHY?!? Too much new 8 pin device with much more horse power under the hood for the same price.

    The magic is at compilation time... hidden but there. The "driver" know which method to use to store/retrieve the strings out of the code space... OR EEPROM if you want.

    Some PIC allow to read/write to their code space (PIC16F88, 877 and so forth), some don't (16F628, 12F629...)... and then you have the PIC18. 3 different method, one driver deciding for you. Sick! I learned a lot out of it... again.

    Sure there will be odd PIC somewhere though... there's ALWAYS one ... or twelve.

    Stay tunned... free stuff need patience
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  16. #256
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    i would like to thank you once more Steve.

    :-)

  17. #257
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Really welcome my friend. BTW it will be handy for me too
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  18. #258
    Join Date
    Jan 2011
    Location
    Skopje,Macedonia
    Posts
    71


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    @Fretello,can you post the code for this project (see image : )
    please I need it to make a project with Nokia 3310 LCD display.And can you put the program that you make those graphic pictures?

  19. #259
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    579


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    All you need...
    Attached Files Attached Files

  20. #260
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Simple follow up: I haven't gave up, just really busy.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  21. #261
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    no problem Steve,

    take your time.

    :-)

  22. #262
    Join Date
    Jan 2011
    Location
    Skopje,Macedonia
    Posts
    71


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    I compile the code and I got an error message:When I delete this line:@ DEVICE pic16F628A, XT_OSC, WDT_OFF, PWRT_OFF, BOD_OFF, MCLR_ON, LVP_OFF, CPD_OFF, PROTECT_OFF
    there is no Error.When the line isn't deleted there is an error,that is saying Illegal opcode(pic16F628A) This error is when I use pic16F648A

  23. #263
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    which code?

    @ DEVICE line is for PM assembler, if you're using MPASM to compile, you need to change it accordingly.

    So again, Post #1 & #5
    http://www.picbasic.co.uk/forum/showthread.php?t=543
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  24. #264
    Join Date
    Jan 2011
    Location
    Skopje,Macedonia
    Posts
    71


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    I am using MPASM to compile.I try with two of them @DEVICE and _config_... etc. but it doesn't working on my PC.

  25. #265
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    If you have read post #1 and #5 of the above link and it still don't work.... Post what you tried then...

    For MPASM you will use @ __CONFIG thing. notice there's 2 underscore character before CONFIG
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  26. #266
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Teaser time... have a good reading BEFORE the launch... or lunch... whatever floats your boat.

    Readme.txt
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  27. #267
    Join Date
    Oct 2010
    Posts
    411


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi steve,

    i have downloaded the txt, reading time.

    thanks.

  28. #268
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default BETA Version

    OK, since I'm changing my ISP and I'll be unavailable for a few days, I've decided to post the BETA version of it today. It's not finished yet, but quite workable.

    Extract the archive to your root directory, it should create a NokiaGLCD folder. from there surf in the few code example and you should be able to understand most part of it.

    Like I said, it's not 100% finished yet, the documentation is not finished (maybe not 100% accurate either) AND I'm still adding/modify features and try to shrink the whole codesize. No need for ANY complaints and I know some part have to be coded better than they already are

    Before next friday (july 5th) I might not be able to access the internet as much as I would like to.

    Beta Enjoy.. or beta wait
    Last edited by ScaleRobotics; - 30th July 2011 at 05:08. Reason: removed outdated file
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  29. #269
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: BETA Version

    OUPS, discard the previous.. from wrong computer
    here you go, sorry
    Attached Files Attached Files
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  30. #270
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    579


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Wow !!! GREAT JOB !!! Thanks Mr. E !
    ...In some applications I put the "RES" pin of display to V+ (max 3v3), and I have no problem...Maybe it's usefull for having one "extra-pin" free, for 12F675, for example.

  31. #271
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Thanks Fratello,
    Yup, I'm aware of that, But I would prefer the CE option, since it's better to initialise the LCD right after a hardware reset. Basically you can set the CE pin to ground without problem. Now if you really run out of I/O, you could use a R/C network on the RES pin, and do the initialisation. Another thing, if you run your unit and want to go in Sleep mode... you can still re-initialise the display after the Sleep. Not sure if you can do it properly with the RES pin always high.. However, I haven't messed too much with this too much.

    If you want to save an I/O, set the RES pin to Ground and use the following define
    DEFINE GLCD_OVERRIDE_CE

    This will remove the CE High/Low at compile time.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  32. #272


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Thank you Steve for your work on this,

    Will do some experiments this week.

    Best regards
    Rui

  33. #273
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Thanks Rujic. This should work

    The next and final version Include the Variable/constant to HEx/Bin/Dec conversion routine, improvement for custom, character/custom screen and... that's all. After that, it will be to the end user to make his own homework
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  34. #274
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    as of today, 37 downloads, no bug report, no questions, not much comment... must be ok
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  35. #275
    Join Date
    Jan 2004
    Location
    Thessaloniki , GREECE
    Posts
    61


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Mister_e: I had very long time since last read this thread!
    I see that ther has been great project with NOKIA LCD stuf!!!

    Excellent work you've done my friend!

    If ever I need to use nokia lcd ,in the future, your routine will certainly be my first option!!!

  36. #276
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Haha thanks Bitmaniac!
    I don't know how much future there is in those Nokia LCD right now, seems the deal is no longer the deal some had couple of years ago, however it's been a good and funny project. Learnt a lot from it. Still polishing the latest version for PBP 2.60, and I guess I could have it easier to use for PBP3 but not sure yet.

    Side note, for the Proteus/Isis user, one of my friend found a Model for that. I haven't used it myself because... I don't use Proteus.

    OK, it seems it doesnt simulate all Nokia features like Contrast, Inverse Video and couple of other, but It looks workable. Here's the link for those interested.

    http://www.8051projects.net/download...eus-model.html

    What I've been told about the installation: You unpack the .zip file and copy the files located in Models and Library folder of this zip archive to Proteus/Isis Models and Library folder. Period... and it should work. My friend use Version 7.8 on Win 7 , not sure if this is the latest version or not... however...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  37. #277
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Quote Originally Posted by mister_e View Post
    as of today, 37 downloads, no bug report, no questions, not much comment... must be ok
    Waiting for a display to arrive in the mail...

  38. #278
    Join Date
    Mar 2006
    Location
    Hyderabad (India)
    Posts
    123


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    @ Steve,
    Perhaps one can convert it to work on a modern TFT type NOKIA lcd display, as 3310 displays may not be available in future.
    Regards,
    Sarma

  39. #279
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Sure enough, it's a huge core for ANY Glcd. Sure they will be available for some times... but not those <= 2$
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  40. #280
    farhang's Avatar
    farhang Guest


    Did you find this post helpful? Yes | No

    Default Re: Using Nokia LCD

    Hi,could you please send me hex code an schematic for me, my email [email protected] many thanks.

Similar Threads

  1. Nokia COLOR LCD PicBasicPro 2.50a example code
    By skimask in forum Code Examples
    Replies: 49
    Last Post: - 28th September 2011, 01:43
  2. 16f688 LCD what have I done wrong
    By spitfiredriver in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th August 2009, 19:54
  3. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  4. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts