Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: JetPack Spartan; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    28
    Views
    15,346

    Re: Detecting Horizontal Movement

    When the accelerometer detects acceleration you can determine the speed by the amount of acceleration and the amount of time spent accelerating. Then, if there is no further acceleration or...
  2. Replies
    28
    Views
    15,346

    Re: Detecting Horizontal Movement

    There are a couple companies making autopilot devices for autonomous helicopters, which use a camera looking down to maintain position in much the same way a mouse does.
  3. Re: Message[301] Processor-header file mismatch

    I think this was the problem. I had it pointing to "c:\program files (x86)\microchip\" instead of "c:\program files (x86)\microchip\mpasm suite".

    Thank you!
  4. Re: Message[301] Processor-header file mismatch

    I did not copy or move any files. There are no P*.inc files in the c:\pbp folder. There are M*.inc files in the c:\pbp\inc folder though.

    It does point to the correct assembler.
  5. Re: Message[301] Processor-header file mismatch

    Thanks but I think the installation is okay. I just need to know how to get my code to compile without errors. I think it has something to do with the changes that need to be made when using the...
  6. Message[301] Processor-header file mismatch

    Hello all,

    I've just installed PBP2.60 on Win7 64bit. Patched to PBP2.60c.
    Microcode Studio 4.0.0.0 installed. MPLAB 8.33

    When I compile an old program that I know to work fine under XP I get...
  7. Replies
    3
    Views
    15,147

    Ahh, I just knew it was going to be something...

    Ahh, I just knew it was going to be something simple.

    Thanks!

    Rich H
  8. Replies
    3
    Views
    15,147

    12F683 ADCIN - both channels the same

    I'm having a problem with reading two analog inputs. The first channel (GPIO.0) works well but the issue is that the next channel reads identically even though the voltage going into the pin is...
  9. Replies
    10
    Views
    8,185

    You might find these tutorials from Parallax...

    You might find these tutorials from Parallax useful;

    http://forums.parallax.com/showthread.php?t=124213

    Rich H
  10. Replies
    13
    Views
    10,522

    Two years earlier...

    http://forums.parallax.com/forums/default.aspx?f=25&p=1&m=121278

    Rich H
  11. Replies
    13
    Views
    10,522

    It is unclear to me how you want to record the...

    It is unclear to me how you want to record the motion. Do you want to move the servo, then push the button to save the position or do you want to push the button and then record the motion until you...
  12. This product uses inductive charging, I have a...

    This product uses inductive charging, I have a couple and they work well;

    http://images17.newegg.com/is/image/newegg/74-329-001-S01?$S180W$

    Rich H
  13. Replies
    8
    Views
    6,673

    No go for using ADRES :(

    Okay, I guess that explains why I couldn't get my program working, would have been nice to use ADRES.

    As far as the booleans, I cannot use them now without getting the "unable to fit variable"...
  14. Replies
    8
    Views
    6,673

    Thanks, I thought it might work. Also, if I...

    Thanks, I thought it might work.

    Also, if I read the datasheet correctly, ADRES retains it's value when rebooted. That would be really useful, just so long as it can't get worn out from being used...
  15. Replies
    8
    Views
    6,673

    10F222 ADRES as one more VAR?

    I was a bit surprised to find that I only have three bytes of RAM to work with in the 10F222. If I had read more carefully I would have caught the part about PICBasic Pro claiming most of the RAM....
Results 1 to 15 of 15