Problem with LCD and Start Up


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517


    Did you find this post helpful? Yes | No

    Smile

    Paul's Theory - It sure sounds like to me that during the 0-3 second period after you turn off the power (and before you turn it on again), the power supply voltage drops low enough to reset the pic but not low enough to reset the LCD. After 4 seconds off, I am guessing the voltage decays enough to reset the processor AND the LCD - the LCD might be in the brown area until 4 seconds passes. You can:

    1)Use a scope to measure the voltage after you turn off the power and see what it does.
    2)Reset the LCD in software as partially described earlier in the week here
    http://www.picbasic.co.uk/forum/showthread.php?t=4851
    3)Change your power supply so that the voltage decays faster when the power is removed.
    4) Board change – move the power for the LCD (not backlight if you have one) to an open pin on the PIC and control it there. (I know your board is does but ... if you need to make a change later)

    the LCD show chinese
    Oh, I am guessing it is japanese you are seeing and not chinese - most controllers have japanese as a second set of data characters built in.

    Just my 2 cents worth
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

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


    Did you find this post helpful? Yes | No

    Default

    chinese or japanese, it's greek to me
    Steve

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

  3. #3
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Smile

    Quote Originally Posted by mister_e
    chinese or japanese, it's greek to me
    maybe japanese

  4. #4
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Default now work

    I change the pic16f84a with 16f628a and now work OK
    why this difference;
    my config is
    Attached Images Attached Images  
    Last edited by savnik; - 21st October 2006 at 11:11.

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


    Did you find this post helpful? Yes | No

    Default

    Brown out detect is the answer.

    Maybe the power-up timer could help on your grandpa F84. But more than likely, a capacitor between MCLR and gnd will work... have a look to the F84 datasheet. i'm pretty sure they show you some RESET circuit there.

    It's no coincidence why most PIC have a Brown-Out detect feature now

    I usually set both to ON
    Last edited by mister_e; - 21st October 2006 at 19:29.
    Steve

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

  6. #6
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e
    Maybe the power-up timer could help on your grandpa F84.
    I test but no help.

    Quote Originally Posted by mister_e
    a capacitor between MCLR and gnd will work
    I have capacitor.

    The only solution for me is to replace the 16f84a with 16f628a , or to use a MCP100-101
    Last edited by savnik; - 21st October 2006 at 20:25.

Similar Threads

  1. Newbie? Problem with LCD
    By lew247 in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th December 2009, 19:48
  2. Play with LCD on PICDEM
    By The IceMan in forum mel PIC BASIC
    Replies: 5
    Last Post: - 22nd August 2008, 16:56
  3. PIC HSERIN problem
    By shaiqbashir in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 20th July 2008, 11:08
  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 : 0

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