Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    8,184

    Anyone working with the MRF24J40MA's?

    I ordered 2 of these new Microchip RF transceivers. I think I'm in way over my head. I haven't started anything yet, though I did want to make an airborne data link for R/C airplanes. Microchip's web...
  2. As long as you don't run off the limits of the...

    As long as you don't run off the limits of the feedback pot. A JR digital servo I have runs off the pot before the physical limits. This is becuse JR does not use a D key on the pot shaft. Since it's...
  3. Replies
    22
    Views
    14,475

    One more thing... Turn the WDT OFF since your...

    One more thing...

    Turn the WDT OFF since your not clearing it.

    Ex:@ DEVICE pic16F877A, WDT_OFF ' Watchdog Timer off
  4. Replies
    22
    Views
    14,475

    At first glance, replace the "goto inicio" at the...

    At first glance, replace the "goto inicio" at the end of the program with "return" (it was called under a "gosub").
  5. Replies
    22
    Views
    14,475

    Alain, you forgot one... 7) A swear jar ;) ...

    Alain, you forgot one...

    7) A swear jar ;)

    You too can retire rich!

    Camolas, in a month's time you should have some code. Post it so we can take a look at it.
  6. Replies
    14
    Views
    11,316

    Tim, it doesn't look like he's using the HSERIN....

    Tim, it doesn't look like he's using the HSERIN. Ports RA.0 and RA.1 aren't the serial ports on this PIC.
  7. Replies
    14
    Views
    11,316

    Seems so, Tim. I didn't notice the lack of a 10ms...

    Seems so, Tim. I didn't notice the lack of a 10ms pause though. Good catch.
  8. Replies
    14
    Views
    11,316

    Is the "mem_off" variable word size? The 24C64...

    Is the "mem_off" variable word size? The 24C64 uses a word sized address. Your variable "mem_off" is being sent as the address. Also, just asking, but you do have the A0:A2 pins on the IC grounded...
  9. Replies
    31
    Views
    17,864

    Karen, don't be too hard on them. By nature, we...

    Karen, don't be too hard on them. By nature, we (PIC'ers) want to fix every problem in the world, even if it's not broken. They meant well and I don't think anyone thinks your project is stupid....
  10. Replies
    14
    Views
    11,316

    change this to a var, not con from the pbp...

    change this to a var, not con

    from the pbp manual:

    " Constants should not be used for the address as the size can vary dependent on the size of the constant. "
  11. Replies
    5
    Views
    4,760

    Well, at least you didn't order 1000 PCB's with...

    Well, at least you didn't order 1000 PCB's with RA5 used as an output. ;)

    Hardware equivalent of Cut And Paste. Use a jumper wire to move the connection to a pin that can be bi-directional.
  12. Replies
    10
    Views
    12,957

    Good to see you’re figuring it out Andy. I too...

    Good to see you’re figuring it out Andy. I too have jumped ship on PBP's I2C functions for my current project and have written my own. Like you said, it's easy to send out wrong addresses since the...
  13. Thread: ADC Vref

    by JD123
    Replies
    3
    Views
    4,224

    Microchip's web site ahs an excellent 20 minute...

    Microchip's web site ahs an excellent 20 minute video on designing AD circuits. I can't place a direct link due to their .aspx, but search their site for "Techniques that Reduce System Noise in ADC...
  14. Replies
    16
    Views
    7,726

    remove the space in the "port c.2"

    remove the space in the "port c.2"
  15. Replies
    0
    Views
    2,567

    6 birthdays today

    Happy B-Day guys and or gals.

    Give or take a day, that's July 4th for the 'real' birthday. Got to do something on a holiday. ;) ...but that doesn't explain the Brits and other countries???
  16. Replies
    19
    Views
    8,294

    Just use: I2CWRITE SDA,SCL,CTW,ADDR,[TEMP] ...

    Just use:

    I2CWRITE SDA,SCL,CTW,ADDR,[TEMP]

    In both ADDR and TEMP they are word size and PBP will send each byte out for the word - no need to bust them up and send them individually.
  17. Replies
    19
    Views
    8,294

    Just the use of a word size variable, invokes PBP...

    Just the use of a word size variable, invokes PBP to read two bytes. It places the first byte in the var.highbyte and the second in the var.lowbyte. EDIT: Sorry, I didn't see that you were not...
  18. Replies
    19
    Views
    8,294

    Use a word size variable. PBP will read the two...

    Use a word size variable. PBP will read the two bytes. Check PBP manual for the loading order. You may have to flip .highbyte and .lowbyte outside the I2CREAD statement.
  19. Replies
    23
    Views
    13,499

    Dispersion123, how's it coming, reading the 2...

    Dispersion123, how's it coming, reading the 2 bytes?
  20. Replies
    51
    Views
    36,719

    Check your comp drawing. If it's correct, you're...

    Check your comp drawing. If it's correct, you're sending the comp to rails. I think you ment to take the output of the rec to the inverting input, not ground. The 100uf cap is a bit much. I'd use a...
  21. Replies
    23
    Views
    13,499

    50Ghz? Don't know, but I think you can use the IC...

    50Ghz? Don't know, but I think you can use the IC as a hot-plate to keep your coffee warm. ;)
  22. Replies
    23
    Views
    13,499

    Mr.E., cute program you got there. See in the...

    Mr.E., cute program you got there.

    See in the program where you enter "1010000" for the address? That's $50 for the address.

    Any who, I think everyone's got the idea, in agreement or not. I...
  23. Replies
    23
    Views
    13,499

    Here's the $24 million dollar question: Does...

    Here's the $24 million dollar question:

    Does the documents for the slave IC say send address $10 or does it say that its address is $10.

    So far as the clocking speed, there can be pulses that...
  24. Thread: Dme

    by JD123
    Replies
    8
    Views
    4,439

    For giggles and grins... Light travels at...

    For giggles and grins...

    Light travels at about 1 foot per nano second.

    Kick a PIC at say 50mhz (skimask says it's "ok")

    Tcy is 1/4 clocking speed or 12.5 mips or 80 nano seconds.

    One Tcy...
  25. Replies
    23
    Views
    13,499

    Sorry, I overlooked your post. Are you seeing...

    Sorry, I overlooked your post. Are you seeing what I'm saying?
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4