Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: aggie007; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thanks Jerson !!! I have come up with some...

    Thanks Jerson !!!

    I have come up with some kinda code which you can see in my new post titled - "Need help with SLEEP mode ".

    Please correct me on it. I would really appreciate everyone's...
  2. Replies
    3
    Views
    4,581

    Need help with SLEEP mode

    Hi,

    I have a PIC 18F4525 connected to a LCD screen (16X2). When I turn on the power, I want the PIC to be in SLEEP mode forever until a button, which is connected to one of the pins of the PIC, is...
  3. How to get PIC out of Sleep mode and turn-on LCD, vice versa ?

    Hi,

    I have PIC18F4525 connected to a LCD (16X2).

    1. I want to set the PIC into SLEEP mode.

    2. I want the LCD screen to turn-on when a push-button, connected to the PIC, is pressed. This...
  4. Replies
    4
    Views
    9,654

    I tried using different PICs, but still the...

    I tried using different PICs, but still the problem persists. I tried switching to a different computer, it worked fine for the first couple of times and then again the problem appeared. I tried...
  5. Replies
    4
    Views
    9,654

    "Program Memory Error" with MPLAB IDE (PBP)

    Hi,

    I am trying to program PIC 18F4525 using PBP in Micro Code Studio, which compiles the code successfully. When I use MPLAB IDE v7.50 to program the PIC, once or twice it works fine, but from...
  6. LCD displays text msgs but not numerical value

    Hi all,

    I have hooked up a LCD (HD44780 controller - 16X2) with PIC18F4525.

    The LCD is now displaying text messages, but when I try to display a numerical value of a variable or a constant, it...
  7. I have defined Port B as output port in my code...

    I have defined Port B as output port in my code by using TRISB=0.

    And by using the command:
    @_CONFIG_CONFIG1H_OSC_INTIO67_1H

    the internal oscillator is working fine at 8 MHz.

    The LCD is...
  8. Hi Mackrackit, Here is the pin to pin...

    Hi Mackrackit,

    Here is the pin to pin description of my schematic:

    PIC 18F4525 ------ LCD HD44780 (16X2)
    B0-------- Pin4 -RS
    B1-------- ...
  9. PIC18F4525 & LCD problem - external resonator ?

    I am hooking up PIC 18F4525 to a parallel LCD screen which has HD44780 controller (16X2). I am just trying to test the connection and the working of the LCD by writing a code which displays a one...
  10. Replies
    7
    Views
    6,114

    I tried all those things mentioned above - 20K...

    I tried all those things mentioned above - 20K pot for contrast, etc, etc.

    But it still doesnt work !!

    The LCD lights up...but doesn't display anything. The PIC is working fine by itself, I...
  11. Replies
    7
    Views
    6,114

    Savnik, I didnt know that LCD_DBIT 4 means...

    Savnik,

    I didnt know that LCD_DBIT 4 means PORTB4-B7 ....I thought it just states the starting data bit for a 4 bit bus.....I was totally confused on this one !!

    Thanks for pointing it...
  12. Replies
    7
    Views
    6,114

    I am using a 20K pot which takes care of the...

    I am using a 20K pot which takes care of the contrast.
  13. Replies
    7
    Views
    6,114

    PIC18F4525 & LCD simple code problem

    Hi,

    I am new to any kind of programming and I am using PicBasic Pro to program PIC18F4525. I am hooking up the PIC to a parallel LCD screen which has HD44780 controller (16X2). I am just trying...
Results 1 to 13 of 13