Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,495

    Can someon identify this connector please?

    I forgot to order the lead duh so now I've got a connector I've got to make a lead up for but no idea what type of connector it is or where to get the plugs to plug into it (or ready made leads)...
  2. Replies
    5
    Views
    3,911

    I searched for many combinations of things, but...

    I searched for many combinations of things, but stupidly it never occured to me to search for that the way you wrote it. One of my problems at the moment is not being able to think of the obvious...
  3. Replies
    5
    Views
    3,911

    Can I ask a favour please

    I'm sure you'll have heard this before, but here goes anyway.
    I'm trying to get back into pic programming 2 yrs after having brain surgery and I can do simple things like program lcd displays and so...
  4. Replies
    6
    Views
    4,236

    Thanks for that just what I needed No special...

    Thanks for that just what I needed

    No special pins needed, it's all going to be normal i/o pins

    Basically a fancy switch with temp sensing to control the switching

    I've decided to allow for...
  5. Replies
    6
    Views
    4,236

    Quick question regarding Pic selection

    I'm trying to get back into programming and making a board up, but after having brain surgery it's very hard to remember certain things such as the simplest items.


    Can anyone tell me what would...
  6. Replies
    4
    Views
    4,675

    Maybe I didn't explain it good enough, or maybe I...

    Maybe I didn't explain it good enough, or maybe I just don't understand what you mean.

    a hypothetical scenario - Think of a pic processor with a variable resistor attached, at 4 stages in the...
  7. Replies
    4
    Views
    4,675

    Can you teach a PIC to learn?

    I'm thinking about starting a project that would basically mean the PIC having to learn.

    Ill explain in the simplest analagies I can think of.

    Picture a fuel guage, it works by having a...
  8. Replies
    7
    Views
    21,575

    Not certain if external links are allowed here,...

    Not certain if external links are allowed here, if not can someone remove it please

    1 wire lcd solution

    http://www.romanblack.com/shift1.htm

    He says it's all open source so I presume its ok...
  9. Replies
    2
    Views
    2,555

    Very simple question (for someone)

    IF I have a program I've written in picbasic pro, it comiled ok and end up with a hex code.

    How do I know how much code space in the pic it will take?

    I want to see if I can use a physically...
  10. Replies
    109
    Views
    87,551

    Alain You were right as always. I hadn't the...

    Alain

    You were right as always. I hadn't the board configured properly.

    I totally forgot about the row of jumpers to set the pins pull-up or pull-down, I had it set wrong.

    Thank you
  11. Replies
    109
    Views
    87,551

    Sorry Alain, I wasn't too clear on what I meant....

    Sorry Alain, I wasn't too clear on what I meant.

    The easypic board HAS pullup resistors on those ports.

    When i run the program, the lcd sits there with just the * displaying even when no button...
  12. Replies
    109
    Views
    87,551

    I thought that might be the problem, but where...

    I thought that might be the problem, but where would I put
    high portA.0

    If I put it before the mainloop it displays the temperature all the time,
    if I put it at the end of mainloop then it...
  13. Replies
    109
    Views
    87,551

    I've been playing with this all day today and...

    I've been playing with this all day today and it's a great piece of code.
    I used this as I have an easypic 6*

    I have one problem/question that perhaps someone could answer please

    When I...
  14. Replies
    10
    Views
    9,941

    Got it working at last :) Thanks for all the...

    Got it working at last :)
    Thanks for all the help everyone.

    I think the problem I had was I was trying to overwrite the inc files without realising.

    I now have @ __config _CONFIG1, _HS_OSC &...
  15. Replies
    10
    Views
    9,941

    Sorry I forgot totally about that, PM would not...

    Sorry I forgot totally about that, PM would not work at all,because I have an X64 system

    For some reason @ __config _CONFIG1, _HS_OSC & _WDT_ON & _MCLRE_ON & _LVP_OFF & _CP_OFF will not work
    ...
  16. Replies
    10
    Views
    9,941

    after much more reading I came up with the...

    after much more reading I came up with the following, but it still doesn't do anything.
    I tested the board and pic by using the blinking led program and it works, and then modified that to...
  17. Replies
    10
    Views
    9,941

    Newbie? Problem with LCD

    Hi All,
    I put myself down as a newbie even though I played with Pic's over a year ago.
    The problem I have stems from I had a severe brain injury and had to undergo surgery, and since then I have...
  18. Thread: How do you

    by lew247
    Replies
    23
    Views
    10,591

    Thanks :) although I've decided to give up...

    Thanks :)
    although I've decided to give up totally on trying to figure out pic chips, see my question where I asked the simple query about how you connect one to an icd2
  19. Replies
    5
    Views
    3,573

    Never mind, i worked it out I THINK... tough if...

    Never mind, i worked it out
    I THINK... tough if I got it wrong I'll just give up and bin the whole pic chip thing.
    although if someone had actually answered instead of suggesting things I've...
  20. Replies
    5
    Views
    3,573

    Hmm so it's back to the manual again! (all 112...

    Hmm so it's back to the manual again! (all 112 pages)
    The reason I asked what to everyone here was a really simple question is it's easier to digest something from being told it than reading...
  21. Replies
    5
    Views
    3,573

    Really simple question for you experts :)

    This is going to seem so simple that most of you will possibly flame me down but...

    I've got an ICD2 programmer and am making a circuit board up with a 16F877A (first time making a board and not...
  22. Thread: How do you

    by lew247
    Replies
    23
    Views
    10,591

    Its umm not sure really all I know is what i got...

    Its umm not sure really
    all I know is what i got off the dats sheet which for a newcomer like me isnt much
    if anyone wants to look at the sheet its...
  23. Thread: How do you

    by lew247
    Replies
    23
    Views
    10,591

    Anyone any ideas how to, or clues as to where i...

    Anyone any ideas how to, or clues as to where i go to start figuring out..
    how to decode the data coming from my module, it outputs its own serial data and it uses a 1khz sinc pulse, aparently as it...
  24. Thread: Usart

    by lew247
    Replies
    0
    Views
    2,545

    Usart

    Anyone able to tell me how a USART works?
    I want to decode a 1khz data stream and been told that using a pic with usart would probably be best, using synchronous serial reception mode to handle the...
  25. Read those thanks. actually spent the last couple...

    Read those thanks. actually spent the last couple of days trying to digest them, but they arent a lot of help really
    All i reallly need to know is in simple terms the differences between the 2...
Results 1 to 25 of 33
Page 1 of 2 1 2