Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: mat janssen; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    21
    Views
    57,171

    Re: PICs in a RS-485 network?

    In the attached file the source for the transmitter and the receiver.
    The receiver software fits in the input and output card.
  2. Re: How to convert a current transformer to a digital switch

    Use a comperator for this problem.
    You can use the buildin comperator when using thi right chip, or a LM311 when using an external one.
  3. Replies
    3
    Views
    2,782

    Maybe it's possible if you connect it as I...

    Maybe it's possible if you connect it as I drawed.
    At start you must set the SCL and the SDA and the communication as an input.
    If pic1 wants to read or write the memory set the communucation line...
  4. Replies
    16
    Views
    7,761

    I did some tests with that chip and also using a...

    I did some tests with that chip and also using a rs485 chip to test. You talked about rs232 and a direction (TX_ENABLE) and when I look at the code I think it's RS485, but that is not an issue.
    I...
  5. Replies
    4
    Views
    3,122

    Which pin did you use first and what pin later on?

    Which pin did you use first and what pin later on?
  6. Replies
    4
    Views
    3,122

    Please post your code so that we can see what you...

    Please post your code so that we can see what you forgot in the config word to setup the adc, switchoff the comperator, etc. etc.
  7. Als already said in this topic: USE MPASM...

    Als already said in this topic:
    USE MPASM instead of PM.
    Then the problem is gone.
  8. I have a 64 bit Windows 7 computer. I run PBP...

    I have a 64 bit Windows 7 computer.
    I run PBP 2.60 as the compiler.
    I use MPASM as the asembler.
    I use PICKIT2 as the programmer.
    And I use (please don't laugh) CDlite as the editor (I' am an...
  9. Replies
    3
    Views
    2,729

    And them with %11110000 for the 4 higher bits or...

    And them with %11110000 for the 4 higher bits or and them with %00001111 for the for lower bits.
    For the 4 higher bits you could shift them 4 times right to get them on the lower positions
  10. Replies
    12
    Views
    8,068

    That should be no problem. If you did it like...

    That should be no problem.
    If you did it like that and nothing else connected to the chip, it must programm it.
    There is ofcource still another possibility!
    The porgramm you wrote, sucks!
    The...
  11. Replies
    12
    Views
    8,068

    Let us see how you connect the PICKIT2 to your...

    Let us see how you connect the PICKIT2 to your 16F627A with the rest of your circuit. Maybe you made some wrong connections.
    Give us a drawing or some good photo's
  12. Replies
    2
    Views
    5,420

    ansel = 0 !!

    ansel = 0 !!
  13. Replies
    14
    Views
    46,841

    Sticky: Hi Darrel, I did some tests and they all passes....

    Hi Darrel,
    I did some tests and they all passes.
    Great work,
    Regards,
    M
  14. Replies
    7
    Views
    9,377

    The 8 K are the assembled words/ I cannot tell...

    The 8 K are the assembled words/
    I cannot tell you how much that is in PBP.
    It depends on the pbp instructions you use.
    Each instruction has some overhead code in asm. LCDout has more code then...
  15. Replies
    7
    Views
    9,377

    It's just a warning, no problem. You chip is big...

    It's just a warning, no problem. You chip is big enough for your program now.
    Try it and you will see that (if you mean what you programmed) your progam works.
  16. Replies
    3
    Views
    3,470

    Because HPWM is taken from the internal timers...

    Because HPWM is taken from the internal timers and the internal timers are clocked from the xtal oscillator. The min. and max freq is depended of that.
    If you take a very low xtal, you min. freq is...
  17. Replies
    4
    Views
    2,897

    No code ! No Help .

    No code !
    No Help .
  18. Replies
    2
    Views
    2,579

    CD4067B 16 channel. CD4051B 8channel, CD4052B...

    CD4067B 16 channel. CD4051B 8channel, CD4052B dual 4 channel.
  19. If you take a longer RC time, the ripple voltage...

    If you take a longer RC time, the ripple voltage will be smaller, but the time when the DC outputvoltage is stable is than longer.
  20. Replies
    7
    Views
    6,408

    Try serout for the first pic and serin for the...

    Try serout for the first pic and serin for the second pic.
    How to use serout and serin is in the manual that came with the compiler.
  21. Replies
    8
    Views
    5,701

    Merry Christmas and a happy new year for...

    Merry Christmas and a happy new year for everybody who reads, posts moderates and administrates this forum, and I hope it will lasts still for a long time.
  22. Replies
    6
    Views
    9,725

    When I look how this all is connected, then I...

    When I look how this all is connected, then I think the T2 component is a fuse of 2 Amp slow, and the other component is a voltage regulator like 78M05 smd.
  23. Replies
    6
    Views
    9,725

    If you mean the one with 1 pin left and 3 pins at...

    If you mean the one with 1 pin left and 3 pins at the right side of the component than I can tell you that it is a small power transistor or a fet.
    The middle pin of the left side is connected to...
  24. Replies
    6
    Views
    4,093

    Try to put a pause of 1 sec. yust before your...

    Try to put a pause of 1 sec. yust before your programm starts.
    The display must be initialised. And that kosts time.
    The instruction is faster then the display initialisation.
    Between
    value var...
  25. Replies
    2
    Views
    4,783

    In your output circuit is a fault drawn. You...

    In your output circuit is a fault drawn.
    You have to swap the collector with the emmitor.
    Otherwise your circuit is not working.
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4