Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: G-R-C; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    33
    Views
    14,071

    Did you happen to do anything differnt with the...

    Did you happen to do anything differnt with the MCLR? Config fuses?
    Another thought, if you suspect the Crystal OSC, try a resonator.
    They have the caps built-in. Much simplier (in m opinion...
  2. Thread: debug with mplab

    by G-R-C
    Replies
    4
    Views
    3,584

    I've tried using the ICD2 with PBP and did not...

    I've tried using the ICD2 with PBP and did not have the best of luck. This is a question
    that I have thought about as well. Although I wish I had an answer for you. Hopefully
    someone here...
  3. Thread: Metal Detector

    by G-R-C
    Replies
    18
    Views
    82,808

    Joe and Paul Thanks for the help again fellas. ...

    Joe and Paul
    Thanks for the help again fellas. Really like the PIC based link.
    I will to modify this idea as my starting ponit and go from there.
    Any idea if a microcontoller is used in the...
  4. Thread: Metal Detector

    by G-R-C
    Replies
    18
    Views
    82,808

    Thanks for the links Locko. Some of these I have...

    Thanks for the links Locko. Some of these I have seen before.
    I too was thinking about the BFO detector as well. However
    you are first person I have had any conversation with who has some real...
  5. Thread: Metal Detector

    by G-R-C
    Replies
    18
    Views
    82,808

    After re-reading my first post I should of...

    After re-reading my first post I should of mentioned I
    want to build the metal detector of the style used for searching
    the ground for old coins and such. Something like the Whites
    style of...
  6. Thread: Metal Detector

    by G-R-C
    Replies
    18
    Views
    82,808

    Metal Detector

    Hey Gang
    I am think of building a metal dectector. Purchased on this summer, but some how
    I think its possible to build a better one. After doing a google search and a search on
    this forum I'm...
  7. Thread: Rocket Altimeter

    by G-R-C
    Replies
    6
    Views
    9,053

    one last note. The code in the link is in...

    one last note. The code in the link is in PicBasic Pro,
    however the .HEX file is there and you should be able
    to load that into the PIC. Or you write your own code.
  8. Thread: Rocket Altimeter

    by G-R-C
    Replies
    6
    Views
    9,053

    Hey again Murph. Here is link that might point...

    Hey again Murph.
    Here is link that might point you into the right direction.
    Looks like this guys made a couple versions on an altimeter.
    One of them was a pic based version.
    ...
  9. Thread: Rocket Altimeter

    by G-R-C
    Replies
    6
    Views
    9,053

    Hey Murph I don't have alot info on altimatures,...

    Hey Murph
    I don't have alot info on altimatures, however these are real popular
    with the high power model rockets. Maybe a model rocket site will have some
    links on how to build your own. In...
  10. Replies
    8
    Views
    7,359

    Ohhh, lock me and whip me too please. On a...

    Ohhh, lock me and whip me too please.

    On a more serious note, I recall reading somewhere
    (with certain programmers) there was a problem with
    erasing the F88 with internal osc configured. Keep...
  11. Replies
    5
    Views
    3,837

    Ahh, better yet, here is the actual link to the...

    Ahh, better yet, here is the actual link to the step by step
    guide.

    http://melabs.com/support/mplab.htm

    You will use MPLAB but it will acept PBP code. This will let you
    use your ICD2 to...
  12. Replies
    5
    Views
    3,837

    I think there might be a better way. Recently...

    I think there might be a better way. Recently purchased an ICD 2 clone
    and set MPLAB to work with PBP. Its take a little work and some careful
    instructions (not to mention it was little hard to...
  13. Replies
    8
    Views
    4,049

    Hello all. In regards to the posts about the...

    Hello all.
    In regards to the posts about the DS18B20 sensors and resolution.
    This seems to be a fairly common problem with these sensors.
    I have trouble with this also. How can the resolution be...
  14. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    Hey Guys. In the PBP manual there is a circuit...

    Hey Guys.
    In the PBP manual there is a circuit diagram with a 10K resistor (pull-up)
    connected to +5 and A4. Also some of the portA pins require
    pull-ups, though don't recall which ones. I'd...
  15. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    The problem was a couple of issues. The port...

    The problem was a couple of issues. The port wasn't set to digtal (ANSEL),
    Another was the pull-up resistor was omitted. I checked the data sheet
    to make sure the CMCON was turned off, but...
  16. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    Hi All I'm happy to say my LCD is up and...

    Hi All
    I'm happy to say my LCD is up and running. I'm impressed by the number of
    quick responses to my question.

    Thanks to all for the replies and tips. You guys are great.
    Gordon
  17. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    Got going Joe. Thanks for the tips and the link...

    Got going Joe.
    Thanks for the tips and the link to the thread. Found it was a huge
    help.

    Thanks again, now I can move forward with this project.
  18. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    Tried the ANSEL=%00000000 ' set all analog...

    Tried the

    ANSEL=%00000000 ' set all analog pins to digital

    still no luck. Just the solid black line across the
    top of the LCD. Any other suggestions/ideas.

    Thanks in advance.
  19. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    Wow! Joe that was fast reply. I'm going to try...

    Wow! Joe that was fast reply.

    I'm going to try your suggestion right now. The

    ANSEL=%00000000 ' set all analog pins to digital

    is what I think is the missing piece.
    Will let know how this...
  20. Thread: LCD and 16F88

    by G-R-C
    Replies
    18
    Views
    9,004

    LCD and 16F88

    Hello all
    Recently made the to switch from MBasic to PBP.

    Here my trouble, my project is using a 16F88 with the 4MHz bootloader.
    (So cool you can now use a bootloader with a 16 pin PIC)
    Can...
  21. Replies
    1
    Views
    3,226

    Also I forgot to mention its not a USB...

    Also I forgot to mention its not a USB programmer. Its the serial style.
  22. Replies
    1
    Views
    3,226

    How to set ICD-2 clone to work with PBP?

    Hello all.
    Fighting with a problem for some time now. After purchasing PBP I found
    I didn't have a prgrammer that would readily work with PBP. A home made
    JDM would sometimes work, and my...
  23. Replies
    2
    Views
    12,416

    Hi Steve Thanks for your input. As a matter of...

    Hi Steve
    Thanks for your input. As a matter of fact I built an ICD-2 clone
    awhile back. Some folks say it can be used with PBP as a programmer.
    Although I haven't figured this out yet. As of...
  24. Replies
    2
    Views
    12,416

    Which Programmer Do Like Best?

    Hello Gang
    I'm new commer to PBP from another complier. So far I think PBP was the
    right choice for my projects. There is however a few hangs up with the
    programmer I use. So, perhaps maybe you...
  25. Replies
    2
    Views
    2,186

    Thanks Steve. I recall reading what you posted...

    Thanks Steve.
    I recall reading what you posted in the help file. But for some reason it
    rings a bit more clear the way you put.

    Gordon
Results 1 to 25 of 33
Page 1 of 2 1 2