Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    20
    Views
    61,470

    Thank you Mister_e

    I know that it is some years ago now that you have postet this great simple way of making a capacitive touch-sensor.
    But still I would like to thank you for it, it just helped me on making a...
  2. Replies
    12
    Views
    7,037

    I am not really sure that I understand your...

    I am not really sure that I understand your question.

    I assume that you have an change on PORTA interrupt and that you want to know which of PORTA pins that triggered your interrupt.

    Maybe you...
  3. Replies
    12
    Views
    9,651

    I have used pull-ups up to 100 K without...

    I have used pull-ups up to 100 K without problems.

    I know that you don't like weak pull-ups I remember from one of my other thread's, but I would really like do know what the problem about them...
  4. Replies
    12
    Views
    9,651

    The touchpad that is connected to the board have...

    The touchpad that is connected to the board have 1.5 metre of cable.

    I have only used the capacitors and the serie resistors for products that needed
    to have an approval.

    But if I understand...
  5. Replies
    12
    Views
    9,651

    Hi Mister_e, I normally do the debounce in...

    Hi Mister_e,

    I normally do the debounce in software.
    I have always used capacitors on inputs to suppres noise, but maybe they are not necessary?

    Sharky
  6. Replies
    12
    Views
    9,651

    Here is the link: ...

    Here is the link:

    http://img4.picsplace.to/img.php?file=img4/26/weakP.JPG

    Sharky
  7. Replies
    12
    Views
    9,651

    Hmm, really on the 16F630 I use it work on PORTA....

    Hmm, really on the 16F630 I use it work on PORTA. :)

    I am not having problems programming the weak pull ups.
    I just want to know if I should use a serie resistor and a decoupling capacitor
    as I...
  8. Replies
    12
    Views
    9,651

    Series resistor when using weak pull-up

    Hi, I am designing a board that is connected to a momentary switch,
    normally i just use a pull-up resister and a series resistor and a capacitor,
    the series resistor and capacitor work as a...
  9. Replies
    4
    Views
    4,040

    Yes! I have some experience on capacitive water...

    Yes! I have some experience on capacitive water level sensors, they can do what you need.
  10. Replies
    2
    Views
    3,777

    Hi mister_e, Dooh, yes of course it's: @DEVICE...

    Hi mister_e,

    Dooh, yes of course it's: @DEVICE 12F629 :o

    Thanks!

    Sharky
  11. Replies
    6
    Views
    19,291

    I think that I will stick to my pull up...

    I think that I will stick to my pull up resistors, because I will not take any chances.

    I have about 300 pcs. of my application with pull-up resistors in the field and they work just great, but...
  12. Replies
    6
    Views
    19,291

    Using weak pull-up

    Hi,

    I have and application using a 12F629 using 4x10Kohm pull-up resistors,
    but should there be any reason not to use the internal weak pull-resistors instead?

    That would save me some space on...
  13. Replies
    2
    Views
    3,777

    Using GPIO.3 as input on 12F629

    Hi,

    I would like to use GPIO.3 as an input on the 12F629.
    But how do I do that in the right way?
    Is this the right way?


    @ DEVICE pic16F628, INTRC_OSC_NOCLKOUT, NO_MCLR

    DEFINE OSCCAL_1K 1...
  14. Replies
    0
    Views
    3,763

    ESD protection of input pin with Transsorb

    Hi,

    I am working on a little controlpanel with a 12F629 pic.

    I want to protect the input ports from ESD and I think that the best way to do that is to use a transient diode.

    But how do you...
  15. Replies
    5
    Views
    3,497

    Thanks

    Hi,

    Thanks to Tissy and Chuck for your examples.

    I can conclude that you don't use the BUTTON command when you "read" a switch.
    I just thought that it was possible to set up all the parameters...
  16. Replies
    5
    Views
    3,497

    How to use BUTTON command right?

    Hi,

    I'm trying to switch a relay on and off with the help of BUTTON and TOGGLE command.

    It's working but not the way I want it to work, because when I press the button
    the relay is switching...
  17. Replies
    5
    Views
    5,828

    Waaauu, that's what I call a quick reply. ...

    Waaauu, that's what I call a quick reply.

    Okay, I will use a 275V VDR then, because it's for use in all 230V AC countries.

    Is there any rule of thumb that I can use, to learn how you get to the...
  18. Replies
    5
    Views
    5,828

    How to calculate a VDR resistor

    I have made a small control panel using a 12F629.
    I'm controlling a relay that has to switch a pump or a solenoid valve.

    Since these inductive loads can couse peaks when switched I would like to...
  19. Thread: AC Signal...

    by Sharky
    Replies
    18
    Views
    9,543

    Hi Tear, Sorry to say it, but I think your on...

    Hi Tear,

    Sorry to say it, but I think your on a slippery slope.

    I agree that it is really fun to play and work with PIC's but I really think that there most be an easier way for you than to use...
  20. Thread: pause 0.5

    by Sharky
    Replies
    2
    Views
    2,851

    Use PAUSEUS 500 Regards Gert

    Use PAUSEUS 500

    Regards
    Gert
  21. Replies
    3
    Views
    6,443

    It's working now

    Now I solved the problems.

    The first thing was my JDM programming device, when I use:

    It is not possible to program the PIC again with my JDM or Velleman programmer.

    I solved the problem by...
  22. Replies
    3
    Views
    6,443

    Hi Bruce, Right now I use the K8048 from...

    Hi Bruce,

    Right now I use the K8048 from Velleman. I like the programmer but I really don't like the software called ProgPic2.

    The code that works is a HEX file that I have downloaded from the...
  23. Replies
    3
    Views
    6,443

    Can't get a 12F629 to blink a led

    Hi,

    What is wrong with this code, I know that is has to be very simple but I can not get it to work! :(


    I have tried to download a hexfile for the 12F629 that blinks GPIO.0 and 1 that is...
  24. Replies
    12
    Views
    7,807

    Hi Dave, I'm not the one that is trying to...

    Hi Dave,

    I'm not the one that is trying to messure on pin 13 :)

    Well I agree on that you could stop the oscillator with your scope prope,
    that's why I asked Netjammer if he was messuring...
  25. Replies
    12
    Views
    7,807

    Hi Netjammer, I think that I misunderstood...

    Hi Netjammer,

    I think that I misunderstood your question. I thought that the problem was that your program would not execute.
    Are you trying to messure directly on the crystal?

    Regards
    Sharky
Results 1 to 25 of 31
Page 1 of 2 1 2