Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    3,331

    Re: PIC and GLCD Question

    Thanks Robert, I figured that might be the route, but was being lazy.;)
  2. Replies
    3
    Views
    3,331

    PIC and GLCD Question

    Does anyone know if Mikroe Visual GLCD can be used with PB Pro or do I need to use their compiler as well? :confused:
  3. Replies
    24
    Views
    11,539

    "where do I find your book ?" = Melanie's manual...

    "where do I find your book ?" = Melanie's manual
    Melanie's manual = MicroEngineering Labs, Inc. PICBASIC PROtm Compilier manual



    In my copy

    Section 7.1 is on page 171, look down the page...
  4. Replies
    8
    Views
    3,644

    How about basing it the height of the subject as...

    How about basing it the height of the subject as well as other sensor? Unless of course people are keeping 800 lb gorillas in the house.

    Melanie had better hope her Banker and Lawyer never take...
  5. Replies
    27
    Views
    16,643

    All bolts have dataheets, all bolts have torque...

    All bolts have dataheets, all bolts have torque specs. Based on PICBaisc Forum replys all bolts must be torqued.
  6. Replies
    3
    Views
    3,098

    is SHIFTOUT DO, CLK, 1, [2, ADDR.HIGHBYTE,...

    is

    SHIFTOUT DO, CLK, 1, [2, ADDR.HIGHBYTE, ADDR.LOWBYTE, ADDR]


    OR

    is

    SHIFTOUT DO, CLK, 1, [$02, ADDR.HIGHBYTE, ADDR.LOWBYTE, ADDR]
  7. Replies
    24
    Views
    11,539

    Melanie you don't keep it under your pillow? I...

    Melanie you don't keep it under your pillow?
    I laugh but at times I kind of wonder if just maybe you did write the book. :)



    skimask, what does " .....................ffffffffffffffffffftttt"...
  8. Replies
    2
    Views
    2,453

    Located the datasheet it appears my 4X16 are...

    Located the datasheet it appears my 4X16 are really 4X20.
    They have a HD44780 controller and the addresses are indeed
    $80
    $C0
    $94
    $D4

    Thanks Darrel for confirming.
    I was using the EasyPic5...
  9. Replies
    2
    Views
    2,453

    Hardware Question

    I have 16x4 LCD I am playing with here.
    First two lines are fine, however the next two begin half way across the screen. I think I know the answer, but what the heck.

    Does this mean I have my...
  10. Replies
    4
    Views
    5,108

    Also

    Found this very helpful. even has code.

    http://www.maxim-ic.com/appnotes.cfm/appnote_number/159
  11. Replies
    4
    Views
    5,108

    Take a look at this. ...

    Take a look at this.

    http://datasheets.maxim-ic.com/en/ds/DS1921G.pdf


    Presence detector acknowledges when reader first applies voltage.
  12. Replies
    3
    Views
    3,395

    Nick you sure about that 12volts? The MCLR...

    Nick you sure about that 12volts?

    The MCLR pin on the PIC will be driven to approximately 13V during programming. This raises two concerns. The first is that your circuit must allow 13V on the...
  13. Replies
    1
    Views
    3,669

    Can't help much Joe, but take a look at this to...

    Can't help much Joe, but take a look at this to see what might be in store for you.

    http://ww1.microchip.com/downloads/en/DeviceDoc/21801e.pdf
  14. Replies
    10
    Views
    8,391

    Or what about a MicroChip AY0438 32-Segment CMOS...

    Or what about a MicroChip AY0438 32-Segment CMOS LCD Driver needs only 3 pins as it is serial.

    http://ww1.microchip.com/downloads/en/DeviceDoc/80438a.pdf

    Price is not to bad either about 1.53USD
  15. Replies
    17
    Views
    6,937

    Now if someone could just fix that darn search...

    Now if someone could just fix that darn search .....
  16. Replies
    18
    Views
    28,731

    Getting started

    I am very new here myself. I will share what I have found over the years and in my short time here.

    People don't mind helping, but they hate doing it for you.

    The link you provided is dead,...
  17. Replies
    5
    Views
    4,363

    Darrel You pointed me to the answer to my...

    Darrel

    You pointed me to the answer to my question before I asked. Man are you GOOD!

    1. It pays to read all threads even if they are not about something you are doing or your own thread.
    ...
  18. Thread: hpwm error

    by manwolf
    Replies
    9
    Views
    4,652

    Darrel I was not trying to override your...

    Darrel

    I was not trying to override your suggestion, just asking cpillips82 if he noticed the note. It caught me by surprise is all.

    I always bow to your experience. I am lucky if I don't get...
  19. Thread: hpwm error

    by manwolf
    Replies
    9
    Views
    4,652

    If you have the datasheet did you notice the...

    If you have the datasheet did you notice the note?

    Note 1: The CCP1 pin is determined by CCPMX in
    Configuration Word 1 register. You have a choice of 1 of 2 pins.

    Note: The TRISB bit (0 or 3)...
  20. Thread: Something New

    by manwolf
    Replies
    3
    Views
    2,492

    If in MicroCode studio click help and look at...

    If in MicroCode studio click help and look at ADCIN. Might even find some useful code there.
  21. Thread: port config.

    by manwolf
    Replies
    3
    Views
    3,759

    I find the Help button in PBP is very useful...

    I find the Help button in PBP is very useful also. Try ADCIN, code you can cut and paste...
  22. Replies
    42
    Views
    22,289

    Beginners luck.

    Beginners luck.
  23. Replies
    42
    Views
    22,289

    Jack The reason your PBP version did not work...

    Jack

    The reason your PBP version did not work was because:

    You attempted to convert C to F using the RAW temp from the DS18S20.

    TEMP = ((TEMP*9/5)+32 )

    Then tried to calculate the temp...
  24. Replies
    42
    Views
    22,289

    Jack As Acetronics stated: Remember PBP...

    Jack

    As Acetronics stated:

    Remember PBP works with UNSIGNED INTEGERS ...

    So 9/5 = 1.8 still won't fly in PBP

    How about something like this?
  25. Replies
    42
    Views
    22,289

    jcleaver Here is a couple of files for you to...

    jcleaver

    Here is a couple of files for you to play with.

    pbptc.txt is your program that correctly displays the temp C and changes when the temp changes. You will need to change the LCD port, I...
Results 1 to 25 of 64
Page 1 of 3 1 2 3