Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,267

    Here is how I handled a fade in on my LED clock I...

    Here is how I handled a fade in on my LED clock I did recently. You would just need to reverse it to fade out again and add a pause at the end to leave it on for 1 second. Pulse is just a variable...
  2. Replies
    4
    Views
    11,907

    Thanks Darrel. I've already fixed the time...

    Thanks Darrel.

    I've already fixed the time problem you mentioned and I did it exactly as you suggested! I'll need to post the new code soon as I also removed one of the buttons - I stole another...
  3. Replies
    4
    Views
    11,907

    Hi Jerson, Yep I'm a programmer (amongst other...

    Hi Jerson,

    Yep I'm a programmer (amongst other things) in the PC world and like to keep my progs neat and tidy.

    I'm sure the code could be made smaller and more "clever" but I like to keep it...
  4. Replies
    4
    Views
    11,907

    Single digit 7 Seg LED clock - PIC16F88

    Hi All,

    I've been wanting to do this project for a while now and have finally gotten around to it.

    I've built a single digit clock using a 2.3" 7 segment LED (green in this case). The clock...
  5. Replies
    12
    Views
    7,383

    I didn't say I wrote it - I said I had it...

    I didn't say I wrote it - I said I had it working. I found some sample code and used that as a basis.

    Sarcasm really is the lowest form of wit don't you think?
  6. Replies
    12
    Views
    7,383

    Thanks guys. Darrel: I hadn't used any other...

    Thanks guys.

    Darrel: I hadn't used any other config directives.

    The problem is that this setup will be used in an environment other than my office so it has to be reliable. I've decided to go...
  7. Replies
    12
    Views
    7,383

    Darrel, point taken. Here is how I've set the...

    Darrel, point taken.

    Here is how I've set the configs (18F4525):

    DEFINE OSC 8


    OSCCON = %01110010
    CMCON = %00000111
    ADCON0 = %00000000 ...
  8. Replies
    12
    Views
    7,383

    Thanks Bruce. I tried 396 (and a bunch of...

    Thanks Bruce.

    I tried 396 (and a bunch of other modes) but no joy.

    I have disabled the A/D and set porte to all digital IO.

    I've read on this site that using an internal osc is a bad idea...
  9. Replies
    12
    Views
    7,383

    Thanks Brian, The T2400 is a constant from...

    Thanks Brian,

    The T2400 is a constant from modedefs.bas that I've included in my program (though I have tried using 396 and various other modes as well).

    I've had easy success using this type...
  10. Replies
    12
    Views
    7,383

    SEROUT2/SERIN2 Problem

    Hi All,

    I'm hoping someone can shed some light on a problem I'm having.

    I have 2 projects (one PIC18F4525 based and one PIC16F913 based). I have connected the two projects together via port...
  11. Replies
    111
    Views
    96,690

    Hi Guys. I'm writing a program to control a...

    Hi Guys.

    I'm writing a program to control a drag racing xmas tree and time the 1/4 mile but I need .0000 (ie thousandths) second accuracy.

    Looking a the ASM routine I'm wondering if I can just...
  12. Thread: Remote comms

    by thirsty
    Replies
    1
    Views
    3,636

    Remote comms

    Hi All,

    My first posting as I seem to be able to resolve most of my issues by myself and by reading this forum!!

    I want to interface to an anemometer that is reading wind speed and direction at...
Results 1 to 12 of 12