Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    13,685

    Re: How do I operate an Arduino I2C LCD

    I have this library,
    I didn't see any helpful information there.
    There is a binary file, maybe it includes something, but how do I open it ?

    Gil.
  2. Replies
    8
    Views
    13,685

    Re: How do I operate an Arduino I2C LCD

    Can you share your code ?
  3. Replies
    8
    Views
    13,685

    Re: How do I operate an Arduino I2C LCD

    Do you think they have a library for picbasic ?
  4. Replies
    8
    Views
    13,685

    How do I operate an Arduino I2C LCD

    Hi All,
    I bought this Arduino I2C LCD.

    http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150618547319&ssPageName=STRK:MEWNX:IT

    Can't find any examples or basic code to operate it.
    Anyone can...
  5. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    1M resistor in parallel to the crystal has solved...

    1M resistor in parallel to the crystal has solved the problem.
    Thank all.
    Menta.
  6. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    At first I used capacitors on each device just...

    At first I used capacitors on each device just like the book.
    Crystal to PIC with 2x 22pF cap.
    Did everything nice smooth and easy. All looked very good.
    The whole problem was due to that 2 wires...
  7. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    btw, I've reached a point where my WW board is...

    btw, I've reached a point where my WW board is working, only when I use LONG wires to the external crystal.
    I guess this cause some kind of induction which makes it do work.
    I was using a very...
  8. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    I think i'm not going to use the 877A. Too much...

    I think i'm not going to use the 877A.
    Too much trouble comparing to the 887.
    I spent 2 days on this issue and I still can't understand why it works or not.
    Thanks.
  9. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    Its amazing, When I use the test board...

    Its amazing,
    When I use the test board (http://dj-gil.com/PIC/posts/math.jpg) everything is ok.
    When I put in the wireWrap board (http://dj-gil.com/PIC/posts/WW1.jpg)...
  10. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    I'm not using all programmer legs, just + and -

    I'm not using all programmer legs, just + and -
  11. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    How do you explain that when using the power from...

    How do you explain that when using the power from the programmer, everything is OK ?
  12. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    And ofcourse, if using the programmer power ,...

    And ofcourse, if using the programmer power , everything is ok (with MCLR stright to the +5v)
  13. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    Well, I really dont know what do more. On the...

    Well, I really dont know what do more.
    On the test board everything was ok. The LED was blinking, the LCD shows the numbers.
    Now I wrap it again and it aint work, unless I touch the 8Mhz crystal...
  14. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    On the temporary board the led was blinking very...

    On the temporary board the led was blinking very fast (suppose to have 1 sec pause)
    Only when I set MCLR to +5v it started to run ok.
  15. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    I build a temporary new board and it works ok....

    I build a temporary new board and it works ok.
    Maybe something is wrong with the other board.
    I might build it fro scratch again.
    Thanks.
  16. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    Guys, Everything is working perfect when I use...

    Guys,
    Everything is working perfect when I use the programmer power.
    A ~700 lines code.
    The problem is very simple when connecting outside power source.
  17. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    From my first post I'm not using anything...

    From my first post


    I'm not using anything beside the PIC and the LCD.
  18. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    I tried to connect the MCLR stright to the +5V....

    I tried to connect the MCLR stright to the +5V. Didnt help. Will try with RCR.
    887 use internal OSC while the 877A use an external.
    The code works perfect on both devices when using the USB...
  19. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    languar I didn't get you point. DEFINE OSC 8...

    languar I didn't get you point.


    DEFINE OSC 8
    a var byte
    a=0
    TRISB=$0
    test:
    SEROUT PORTB.0,4,[254,128,#a]
    a=a+1
  20. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    Guys, I have a another circuit with 1 7805 that...

    Guys,
    I have a another circuit with 1 7805 that push the PIC16f887 and the same LCD type.
    I think its something else.
  21. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    i'm using a code to print 1,2,3... to the LCD I...

    i'm using a code to print 1,2,3... to the LCD
    I see that it prints the numbers but also print junk,
    So I guess something is making noise on the LCD input.
    Tried with a resistor to the ground and...
  22. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    I will. If I use the second circuit 7805 output...

    I will.
    If I use the second circuit 7805 output and connect it to the first circuit (with the 16f887) it is working ok. (it has same parts including the LCD)
  23. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    The program is working when I use the programmer...

    The program is working when I use the programmer as power supply.
    I of course compiled the program differently for each controller.
    I have multimeter, What is the best way to check the current ?...
  24. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    Yes, its 16f877A, my mistake. I tried connecting...

    Yes, its 16f877A, my mistake.
    I tried connecting the MCLR pin to the +5v but it didn't help.
    It also didn't help using 2x 7805.
    Its very strange because I have another circuit just exact to this...
  25. Thread: Power problems

    by menta
    Replies
    50
    Views
    20,278

    transformer output without load is ~16V. 7805...

    transformer output without load is ~16V.
    7805 output is 4.95 while its on.

    I have another circuit usining the same parts, with one change, I use the PIC Kit2 demo board with 16f887 which works...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4