Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: g-hoot; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Re: New Computer has no Serial Port. How to do ICD?

    I just ordered this one. I like that it has the LEDs.
    http://www.amazon.com/gp/product/B00AHYJWWG/ref=ox_sc_act_title_2?ie=UTF8&psc=1&smid=A36K7LZ3H1W18W
  2. Re: New Computer has no Serial Port. How to do ICD?

    Yeah, I have melabs programmer for programming the PIC chips. I just figured since the USB programming cable for the PICAXE uses serial communication to the PICAXE chip to program it that it might...
  3. Re: New Computer has no Serial Port. How to do ICD?

    Thanks for the feedback Robert. I have one that is for programming picaxe chips. It is com 3 and Microcode Studio sees that it's there, but when I try to run the IDC, it says that it's unable to...
  4. New Computer has no Serial Port. How to do ICD?

    Well, I have been having problems with a program, so i bought Version 5 of MicroCode Studio to be able to use the ICD functionality, but looks like I have to have a serial port? Is there any way to...
  5. Replies
    0
    Views
    4,417

    Easy to program motion sensor

    Hello,
    I'll have a motion sensor board that uses the 08M picaxe chip in the next week or so. The board is originally for controlling cameras, but can be used to control other things too. A dual...
  6. Question on using MCLR pin for interupt. (PIC12F683)

    Hello,
    If I use the MCLR pin instead of GP2 for an interrupt to wake from sleep, is there a way to detect the interrupt just on that pin (like you can on GP2) rather than enabling interrupts on the...
  7. Replies
    5
    Views
    4,793

    I'm a rookie, but I think using subs will work...

    I'm a rookie, but I think using subs will work like this. Subs have to be after the "end" statement.

    main
    if switch1 = 1 then GoSub servocenter
    if switch1 = 0 then low led1
    if switch2 = 1...
  8. Replies
    46
    Views
    42,239

    This is great news! Thank you for explaining it...

    This is great news! Thank you for explaining it so well.
    Gary
  9. Replies
    46
    Views
    42,239

    Thank you Melanie, I looked at the data sheet...

    Thank you Melanie,
    I looked at the data sheet and see what you are saying. The one thing I'm still not sure about is if the MCLR pin has to be high when the circuit is powered up? If so, then my...
  10. Replies
    46
    Views
    42,239

    As a newbie, I was under the impression that the...

    As a newbie, I was under the impression that the MCLR had to be pulled high when the circuit is powered up, but after reading a little more, I'm not sure. My circuit will have a switch that is...
  11. Thread: LCDOut Woes

    by g-hoot
    Replies
    12
    Views
    7,436

    Hey LetTheSmokeOut, I'm still pretty newbie to...

    Hey LetTheSmokeOut,
    I'm still pretty newbie to this stuff, but I had 2 issues that drove me nuts for a while that you never kbnow, could be one of your problems. One was that, for some reason, no...
  12. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    I finally did...very good reading and explanation...

    I finally did...very good reading and explanation on the comparators. I am going to have to try Melanie's tutorial when I get a chance...very well written and explained! Thanks for those links...
  13. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    With my wire and duct tape, and your BFH, we can...

    With my wire and duct tape, and your BFH, we can do anything! HA

    I understand your analogy about the car owners manual vs. an engine overhaul manual, and you are right....but, Look at the attched...
  14. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    Ted's, I think I understand this less than you,...

    Ted's,
    I think I understand this less than you, so don't put too much faith in mu help. I still don't understand what a comparator does?... The idea of checking for high or low is what I like best...
  15. Replies
    3
    Views
    4,473

    Yes, seen that one many times too. Ya know, I...

    Yes, seen that one many times too. Ya know, I just remembered from back when you and some others helped me get going on storing the strings in EEPROM that "Flash Program Write" is disabled for the...
  16. Replies
    3
    Views
    4,473

    Please help with storing strings in codespace

    Hello,
    I have read Melanie's infamous "Making Program Code Space your playground..." post and some others and am trying to do what El AMPo posted below. I still don't grasp what "program code...
  17. Replies
    18
    Views
    9,034

    Thanks mackrackit, I will take a look at that. I...

    Thanks mackrackit, I will take a look at that. I did get the problem solved though, so I am very happy!
    Gary
  18. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    Hey there you go. Keeping it simple. Makes...

    Hey there you go. Keeping it simple. Makes sense since you don't need to sense a gradual change in the light. Good job!
    Gary
  19. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    Try the RCTIME code I posted. It should work...

    Try the RCTIME code I posted. It should work since it sounds like the resistance values for your ldr are bascally the same a the CDS Cell I am using. I have no resistor though, just connected...
  20. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    HAHA..."If it don't fit, get a bigger hammer!" ...

    HAHA..."If it don't fit, get a bigger hammer!"

    OK, Ted's, we'll try to get back on track....
    Gary
  21. Replies
    18
    Views
    9,034

    SOLVED! It's a long story, and I'm a little...

    SOLVED!
    It's a long story, and I'm a little embarrassed to admit it. I had issues every once in a while with strange characters displaying on the LCD. I sent one of my boards to the LCD company a...
  22. Replies
    18
    Views
    9,034

    Still doing the same thing to me. I copied the...

    Still doing the same thing to me. I copied the exact code here and pasted it into an empty program. Tried with the old config settings, and the new one's suggested here. Very strange. Appreciate...
  23. Replies
    18
    Views
    9,034

    Here's a pic of the config settings....

    Here's a pic of the config settings....
  24. Replies
    18
    Views
    9,034

    skimask, this is the entire code that reproduces...

    skimask,
    this is the entire code that reproduces the problem. I even deleted all of the defines...everything but this. Let me see what I need to do to show my configuration settings and I'll post...
  25. Thread: Time-Lapse

    by g-hoot
    Replies
    42
    Views
    19,434

    So "Well, I'm from OK, so tape is an obvious...

    So "Well, I'm from OK, so tape is an obvious choice." is an insider joke, tell me what it is about

    Well, people in the Southern US states have a reputation of "repairing" (rigging) things with...
Results 1 to 25 of 46
Page 1 of 2 1 2