Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    7,959

    Re: pic16F777 and ds1302 RTC

    ...several day later - problem solved! Circuit was incorrect! Power connected wrong Vcc on DS1302.
  2. Replies
    2
    Views
    7,959

    pic16F777 and ds1302 RTC

    Hi All,

    I cannot make a ds1302 RTC work with a pic16F777.

    I have used the RTC before with a smaller pic and that worked fine. For this project I need the 3 x HWPWM capabilities of the 16F777. I...
  3. Replies
    9
    Views
    11,467

    Re: 16F777 resetting - at seemingly random times

    Working perfectly!

    Changes made,
    MCLR OFF
    47ohms resistors to MOSFET's
    both Vdd and Vss's connected

    Have not added the cap's due to space constraints - but will do that if it plays up again....
  4. Replies
    9
    Views
    11,467

    Re: 16F777 resetting - at seemingly random times

    BOTH Vdd and Vss? Wow, that's new - I'm surprised my other projects worked at all..

    Will start with that and the MCLR and see how it goes.

    Thank you all.
  5. Replies
    9
    Views
    11,467

    Re: 16F777 resetting - at seemingly random times

    here is the circuit;

    5706
  6. Replies
    9
    Views
    11,467

    Re: 16F777 resetting - at seemingly random times

    I have tried three power supplies - Using one for circuit and one for LEDS, and also using the same supply split with a voltage regulator for the PIC circuit. The LED supply is a hefty (and expense!)...
  7. Replies
    9
    Views
    11,467

    16F777 resetting - at seemingly random times

    Interrupts? WDT?

    I've the PIC fading through the spectrum with RGB LED strips connected to the three PWM pins. Yet something keeps resetting the program. The timing of the resets is not...
  8. Replies
    8
    Views
    6,649

    Re: PWM problem with PIC16F777

    Ahhh... Sorry guys - I was looking at Page 155 (as per page number at bottom) and beyond - not Page 155 of the PDF! So I started (struggling) to read through missing the two pages before!
    ...
  9. Replies
    8
    Views
    6,649

    Re: PWM problem with PIC16F777

    Thanks!

    Phew - that wasn't fun...

    It is possible to set them individually?

    Thank you both very much - you have just completed the spectrum for me!
  10. Replies
    8
    Views
    6,649

    Re: PWM problem with PIC16F777

    Hi Steve,

    Thank you for the prompt reply.

    I've been looking through the datasheet in the A/D section, but it's quite over my head! I have done some searches and see that setting the ADCON1 to...
  11. Replies
    8
    Views
    6,649

    PWM problem with PIC16F777

    Would really appreciate some help on getting the 3rd PWM to work on my PIC16F777.

    I'm using the three PWM's to control R G B led strips. My PortB.5 will not light!

    The code I'm using -...
  12. Replies
    6
    Views
    4,457

    Re: PIC16F777 - setup

    Indeed!

    Many many thanks guys!
  13. Replies
    6
    Views
    4,457

    Re: PIC16F777 - setup

    Thanks Darrel,

    I have been through this - but it's still not clear to me;

    The files in my assembler's folder are *.epc, so not exactly what is discussed in the post you have forwarded. For...
  14. Replies
    6
    Views
    4,457

    PIC16F777 - setup

    Hi All,

    I hope someone can end these hours of frustration. I try very hard to find relevant threads before adding my problems to the list, but I am at a loss;

    I'm trying to use a PIC16F777,...
  15. Replies
    7
    Views
    10,954

    Re: How to use internal oscilator of PIC16F628A?

    Thank you Steve - got it working... but i do not understand all the bits in that register;

    IOFS: INTOSC Frequency Stable bit ?
    SCS<1:0>: Oscillator Mode Select bits ?
  16. Replies
    7
    Views
    10,954

    Re: How to use internal oscilator of PIC16F628A?

    I'm stuck on a very similar (i think!) problem;

    Using a PIC16F777 for the first time, which has an internal Osc. I'd like to get it running at 4MHz, but using fratello's DEFINE code modified to:
    ...
  17. Replies
    3
    Views
    5,361

    Re: DS1803 digital pot - can't get it working!

    Hi Ron,

    Solved the problem - the value being written was a variable of type "word", where it needs to be a byte.

    Thanks for your assistance.
    -orjon.
  18. Replies
    3
    Views
    5,361

    Re: DS1803 digital pot - can't get it working!

    Hi Ron,

    Thanks - that line you point out is indeed unnecessary.

    However, the 2nd command word, which I have at "%10101111" is the correct command to write to both pots according to the...
  19. Replies
    3
    Views
    5,361

    DS1803 digital pot - can't get it working!

    I'm having problems with the DS1803 010 (10Kohm) digital pot.

    This is simply a test circuit - ultimately I'd like to use the device to alter the brightness of a LED. Problem is, the simple...
Results 1 to 19 of 19