Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Re: My DT_Interrupts broke in PBP3... guess I'm too dense too figure out why

    Hi Darrel,

    Thanks for your help. I'm sorry I haven't followed through with this yet.

    I discovered wet carpet in a spare bedroom and traced it back to a leak in the bathroom.
    Rotten floor,...
  2. Re: My DT_Interrupts broke in PBP3... guess I'm too dense too figure out why

    I'm sorry Darrel, I'm getting to where I can't even cut & paste the right code anymore.
    I think I need to step away from the keyboard and go make some cookies or something instead.

    THIS gives the...
  3. Re: My DT_Interrupts broke in PBP3... guess I'm too dense too figure out why

    Thanks Darrel!
    I knew I'd done something stupid and that was it!

    Welll... part of it.
    It did indeed get rid of those errors, but it brought up some fresh ones.

    6123

    I'm clearly still...
  4. My DT_Interrupts broke in PBP3... guess I'm too dense too figure out why

    Well, now that I've switched from PBP2..6 to PBP3 I seem to be having trouble with DT_Interrupts in some "previously working" code. :(

    I've read the manual about migrating from PBP2.6 to 3.0, and...
  5. Replies
    3
    Views
    2,739

    Re: shifting in decimals

    Sounds rather painful.





    How about modulus? (remainder)

    2540 // 1000 = 540
  6. Replies
    20
    Views
    11,331

    Re: Power factor measurement

    Ahhhh... do we have a Microchip engineer lurking in our midst? :)

    Greetings Brett!

    AN220 looks like a good read. Thanks!
    (Hmmm... I think I've seen your name on other Microcips AN's as well)
  7. Replies
    7
    Views
    4,008

    Re: Watching for pin High

    Have you set the pins to be inputs using TRISA?

    (Heckler's post #5)

    Unless those pins are set as inputs, all other effort will be wasted...


    Steve
  8. Replies
    24
    Views
    17,720

    Re: A REALLY accurate clock.

    We're not necessarily misinformed... we just have a lot of old stock to burn up still. :p
  9. Replies
    37
    Views
    146,916

    Re: Soldering station

    Here, I'm familiar with the MAX6675 so I'll give you a start...

    This should read the MAX6675 and display degrees C & degrees F on a LCD display.
    (Pin aliases for LCD not shown, only for the...
  10. Replies
    12
    Views
    8,240

    Re: PIC18s and Oscillator settings

    I'm not familiar with the 18F4515, but this line looks odd to me...


    @ CONFIG OSC = INTIO67 ;config for internal osc

    INTIO67 ??
  11. Replies
    13
    Views
    8,152

    Re: Temprature conversion --- C to F

    NORM!
    This works great!
    I tested it with my circuit and it works perfect down to at least -20C (-4F) which is as cold as my freezer goes. :)
    So that should cover the full range of temperature now....
  12. Replies
    13
    Views
    8,152

    Re: Temprature conversion --- C to F

    Well, I got lost in a world of fire wood this week and haven't had a chance to look through all these great suggestions. But THANKS to everyone for the input so far. Hopefully in the next day or 2...
  13. Replies
    13
    Views
    8,152

    Re: Temprature conversion --- C to F

    Thank You Heckler!

    That looks like exactly what I need!
    I should have known that Darrel had already written something cool to cover it. (Thank You Darrel !!)

    I'll have a read through that...
  14. Replies
    13
    Views
    8,152

    Temprature conversion --- C to F

    --------------------------------------

    I have a temperature sensor (MCP9800) that spits out a 12 bit - 2's compliment number that represents degrees C from - 55 C to + 125 C.

    5996

    12 bits of...
  15. Replies
    54
    Views
    34,134

    Re: Smooth LED fading via PWM

    I've gotta go stack wood, so this is quickk and needs fixing, but this is the sort of thing I was thinking:




    count = count + 1

    If count < 33 then address = 1 'all...
  16. Replies
    6
    Views
    4,428

    Re: Under water control data

    Swimming pool submarine?
  17. Replies
    54
    Views
    34,134

    Re: Smooth LED fading via PWM

    I think instead of having 31 consecutive memory locations that contain a "1", I'd just store the first 1 and arrange my code so that when it looks up those locations they all point to the one slot...
  18. Re: Better location for articles and projects.

    OK, it was only a serving suggestion.



    I think you taught me last year about the joys of volunteering.
  19. Replies
    30
    Views
    17,755

    Re: limiting to "no less than" zero

    Nope, that didn't work.
    OK, 8 bit math then....

    Thanks!
  20. Re: Better location for articles and projects.

    Yes please! I'd like to 2nd those thoughts.
    The wiki area is terribly depressing to wade through only to find most of it is empty.
    An index of the articles somewhere "up front" would be great.
  21. Replies
    30
    Views
    17,755

    Re: limiting to "no less than" zero

    OK, curiosity got me so I tried it with WORD values and it still seems to work...


    x = 32768
    Y = 32769
    x = x + y
    Result: X = 1, STATUS.0 = 1
    '--------------------------------

    x = 32768
  22. Re: 20x4 HD44780 LCD Supplier Recomendations

    Digikey?

    Mouser?
  23. Replies
    30
    Views
    17,755

    Re: limiting to "no less than" zero

    Audio chip? LM380 :)

    Ah, you asked because I used "volume" as a variable in my question...

    Actually it's not an audio project. It's for FrankenGriddle.
    ...
  24. Replies
    30
    Views
    17,755

    Re: limiting to "no less than" zero

    IF !STATUS.0 THEN Volume = 0

    Darrels way works with a 16F887.
    Can't vouch for any other chips...
  25. Replies
    30
    Views
    17,755

    Re: limiting to "no less than" zero

    Wow... thanks Darrel. THAT is an interesting item to know about.
    I'm sure I can make good use of that!

    Ioannis, I'm using a 16F887. And thanks for helping explain the STATUS thing!


    steve
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4