Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,936

    Re: PIC16f1829 ADC question...

    Thanks for the input! Yea it was the VREF- set external... I was reading the bits left to right... in other words, I had my head solidly in brown town....
  2. Replies
    3
    Views
    2,936

    PIC16f1829 ADC question...

    I am not fully understanding the setup for the ADC, and therefor, I am missing something. With the following code I get my readout on the LCD, but I get 0 99.9% of the pot travel, and 255 @ POT WOT....
  3. Replies
    14
    Views
    8,483

    Re: How do I disassemble?

    Ok, this is a PIC32MX440F256H.... Does this make it more complicated somehow?
  4. Replies
    14
    Views
    8,483

    Re: How do I disassemble?

    That is EXACTLY what I need! I have an auto-acquire satellite dish system that is run by a PIC32, and I need it to shift itself just a few degrees left, and possibly a couple up or down, of where it...
  5. Replies
    14
    Views
    8,483

    Re: How do I disassemble?

    Ok, we seem to be mixing terms tho... I was under the impression that when it comes to MC programming, that there is a distinct difference betwteen disassemble and decompile. Correct me if I am...
  6. Replies
    14
    Views
    8,483

    Re: How do I disassemble?

    I understand that I will not be able to decompile, but everywhere I look, it says I should be able to disassemble. I know I'm gonna get assembly language back, but I can read assembly, I cannot read...
  7. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    A thousand thank-yous my friend! It worked beautifully!
  8. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    OK! I think I have my permanent solution. Since I had no problems with the first setup I did with this project where I was using physically attached buttons instead of serial commands to control the...
  9. Replies
    12
    Views
    7,397

    Re: Serin -> Hserout -> Hserin -> LCDOUT

    it started out that way. didn't work either. Also I need word-sized numbers to pass
  10. Replies
    12
    Views
    7,397

    Re: Serin -> Hserout -> Hserin -> LCDOUT

    I (think) have had a EUREKA moment! Look, my problem in a nutshell is that I cannot get serin data thru to my pic while hard interrupts are firing at 50hz. This means I can't get the data thru to...
  11. Replies
    12
    Views
    7,397

    Re: Serin -> Hserout -> Hserin -> LCDOUT

    Ive tried it hundreds of ways. It just doesn't work. Or rather, it works fine, but it will not acknowledge input from my terminal on my PC



    ' Name : HSERX.pbp
    ' Compiler : PICBASIC...
  12. Replies
    12
    Views
    7,397

    Re: Serin -> Hserout -> Hserin -> LCDOUT

    first two set the rx/tx pins. this pic has two sets. the third is interrupt edge selection... shouldnt affect usart
  13. Replies
    12
    Views
    7,397

    Serin -> Hserout -> Hserin -> LCDOUT

    I have been trying for months to get a PIC16f1829 to accept input via Hserin from a PC terminal with zero success. I have discovered that PIC to PIC, it seems to work fine. So my idea is to put...
  14. HSERIN almost works, but need help...

    I have a PIC16F1829 running a mobile satellite dish... I have gotten hserout to work fine. Hserin, not so much. I've been trying to get it to take input from a serial terminal on my computer thru a...
  15. Replies
    6
    Views
    3,854

    Re: Semi-random INT count???

    OK, bummer! My debugging was buggy.... Those are only there for the moment to see where I am. My fastest encoder, according to the scope is running about 50-60 hz. So that may be the problem. I'm...
  16. Replies
    6
    Views
    3,854

    Re: Semi-random INT count???

    I'm unfamiliar with this black magic you speak of... tell me more...
  17. Replies
    6
    Views
    3,854

    Re: Semi-random INT count???

    Ok... These are quadrature encoders. Each one has two signal wires producing a dual square wave at 50% offset. Which one is first is dependent on which way the encoder is rotating. I am only using...
  18. Replies
    6
    Views
    3,854

    Semi-random INT count???

    Last night, the azimuth on my dish was counting up 11541 to move the dish 180 deg. I changed NOTHING. I went to bed and came in this morning, and now it's only 3100. Now, in my code, I have it...
  19. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    I suppose I can also scope the data coming out of the bt and into the pic, but I dont think itll yield much more than seeing the led flicker... unless you want me to somehow capture and post the raw...
  20. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    Flow control.... hmmmm. Makes me think I may have somethiny else amiss... could it be terminal settings? Serin/serout works fine. I have hooked up an LED to the rx on the pic and I see it flicker on...
  21. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    that's correct
  22. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    Are you saying these lines do not execute?

    hSERIN [cereal]
    if VerboseMode = 1 then HSEROUT [#cereal,13,10]

    correct
  23. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    OK. I got multicalc working.
    I got hserout working.
    hserin - notsomuch.

    My menu looks fine in the terminal. (although I can't test it with interrupts firing since I can't respond and mover the...
  24. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    Jury's still out on the beating... I toast them at regular intervals doing far less nefarious acts to them.... However, they are, on whole, much cheaper to replace than arduino boards.

    As far as...
  25. Re: Trying to inch my way to the finish line w/ a 16F1829.........

    No I never got it working using hserin. I can't even get multicalc to run. I DID get some rather consistent gibberish through hserin, but nothing more.
Results 1 to 25 of 75
Page 1 of 3 1 2 3