Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: .n0rig.; Keyword(s):

Search: Search took 0.00 seconds.

  1. :(

    Guys, I could not get the car working :(. I lost...but can take it to states :) :(

    For some reason the data being sent, even when wired, would not work. I was using several if then statements but...
  2. I am assuming that it "waited" to receive a digit...

    I am assuming that it "waited" to receive a digit of 9, then the array of 2 movement split the next 2 incoming bytes into the array.

    That part worked if afterward I did a check on what digit was...
  3. This is what I did to test it with your code and...

    This is what I did to test it with your code and it worked perfectly :D

    Start:

    PORTc.1 = 1 'turn communication pin high
    TRAIN=$55
    MOVEMENT VAR BYTE[2] 'ARRAY VARIABLE
    SERIN2...
  4. wtf...double post and I don't know why...READ...

    wtf...double post and I don't know why...READ BELOW :)
  5. Wow bruce Thanks. I did receive it today and I am...

    Wow bruce Thanks. I did receive it today and I am planning on working on it later tonight (the cd was in there and those files look very helpful). I am going to attach what I have as of now for both...
  6. some funny thing that happened...I ordered some...

    some funny thing that happened...I ordered some wireless transceiver RF chips from mouser.com (great place :D) but they were so tiny and I don't have the equipment to solder to them that they are...
  7. Okay, deadlines are this saturday. I got the...

    Okay, deadlines are this saturday. I got the chips communicating with a wired connection. On a 16F684 I used the pin portc.1 to communicate. I got it to send a variable (but now I just changed it to...
  8. Can you please post the link :) ????

    Can you please post the link :) ????
  9. :( I can't get the chips to communicate...

    :( I can't get the chips to communicate...
  10. Also, for my two 16F pics (not decoder/encoder,...

    Also, for my two 16F pics (not decoder/encoder, Tx/rx) I was wondering if I could make subroutines in the code that simplify the wireless communication part. Maybe have it do something like this (in...
  11. Found this at rentron and going to see if I can...

    Found this at rentron and going to see if I can make my own encoder and decoder. Ok...I know I will need this to minimize "noise" that may be from cells and stuff like that at the competition. sooo,...
  12. okay, after spending about an hour reading...

    okay, after spending about an hour reading through rentron's articles...I have come to the conclusion that I will need to generate the signal, run that through my IR transceiver and then collect it...
  13. elec_mech, you are really helpful and thank you...

    elec_mech, you are really helpful and thank you for finding those links for me.In regards to some of your questions, yes, I will be using serout to "wireless" interface like this:

    me -> push...
  14. Yea sounds like a good idea, I figured out how to...

    Yea sounds like a good idea, I figured out how to do if then commands and I think I just figured out why my buttons were not working. I didn't signify a b0 register as a byte. Anyways, what I will...
  15. SparkMods.com - OpenSource RapidFire for the xbox 360- Pic Basic - RapidFireMods

    I rethought this...
  16. triple...please erase these last two.

    triple...please erase these last two.
  17. sorry double posted

    sorry double posted
  18. ok, I got the IF THEN statement to compile in one...

    ok, I got the IF THEN statement to compile in one of my other codes. As for this remote controller car, how would I got about controlling two DC or three DC rumble motors from an xbox 360 controller?...
  19. thanks tony, I figured the whole serin and serout...

    thanks tony, I figured the whole serin and serout deal but I was just wondering if I can do that on any of the pic's pins? I will look at the datasheets of the pics I am doing but can you give me a...
  20. First timer...building a remote controlled vehicle

    I have a science Olympiad tournament coming this month and for my project I am going to build a remote controlled vehicle. I can probably do the motor and turning part. But I need someone to help me...
Results 1 to 20 of 20