Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    21,132

    Re: Digital output (RA5) on 16f884

    You have porta set to output try with resistor 4K7 between RA5 and VCC.
  2. Replies
    4
    Views
    4,110

    Re: 16f690 interupt

    I use PBP 2.50C and both program sample compiled without problems. "loop variables" by first program working very good. I was trying with "loop1" and was no changed.
  3. Replies
    4
    Views
    4,110

    16f690 interupt

    hello,

    I have program which working perfect on PIC18F242. I wish to changed this program and build to 16F690. I was changed some pins between PIC and now don't working properly. Now couldn't test...
  4. Replies
    34
    Views
    32,022

    Re: LCD Rolling Odometer Effect

    Darrel,

    I couldn't see your picture on this thread.
    Who can find include file "elapsed.bas"?
  5. Replies
    2
    Views
    2,891

    Re: PIC18F252 and AD configuration

    I solve this problem.

    I was leaved ADCON1 and ADCON0 to unchanged. I changed sampling time to 50us and ADC clock to 3. Now working each channel independed from other.

    I use Mister E PIC...
  6. Replies
    2
    Views
    2,891

    PIC18F252 and AD configuration

    Hello,

    I have PIC18F252 and use first 3 analog input with 10 bit resolution. On each input have trimmer 10K resistor between VCC and GND.
    If set one or two trimmer to min.(gnd) then couldn't set...
  7. Replies
    1
    Views
    2,866

    problem with variable on PIC10f202

    Hi,

    I have a simple program and make me problem. After receiving data blinking LED only one cycle and after this cycle LED is off
    I would that LED is after receiving data blinking constant. Why...
  8. Replies
    78
    Views
    49,070

    Frequency of 100 Hz is not a problem. In the case...

    Frequency of 100 Hz is not a problem. In the case that I use PIC16F886 asking whether the command HPWM10 set timer TMR1 and TMR2 for each channel?
    Can you write the registry settings for the...
  9. Replies
    78
    Views
    49,070

    10 bit HPWM command on both CCP modules

    Hello,

    I would have two different frequency on CCP1 and CCP2 pin the first is 100HZ and second is 20Khz-40KHz. I use 1MHz quartz for clock and HPWM10 command from D.T. I use PIC16F876.
    I have on...
  10. Replies
    11
    Views
    9,535

    your defines are ok. A0 VAR WORD DEFINE...

    your defines are ok.

    A0 VAR WORD
    DEFINE ADC_BITS 10
    DEFINE ADC_CLOCK 3
    DEFINE ADC_SAMPLEUS 50
    TRISA = 255 ' Set PORTA to all input
    ADCON1=%10000010 'This gives me 8 bit...
  11. Replies
    11
    Views
    9,535

    your variable A0 by ADCIN must be defined as word...

    your variable A0 by ADCIN must be defined as word and no as byte
  12. Replies
    11
    Views
    9,535

    change your ADCON1 =2 with ADCON1=%10000010

    change your ADCON1 =2 with

    ADCON1=%10000010
  13. Replies
    1
    Views
    4,653

    Timer interrupt frequency

    Hello,

    I use template from DT for my project. I wish to made simple voltage to frequency converter. AD converter measure voltage and show value from 0-1023 o LCD. On output pin become 2Hz pulse....
  14. Replies
    0
    Views
    2,106

    internal TMR for frequency output

    hello,

    How can use internal TMR for freq. output. I need linear 0-2Khz on output pin. I use 10bit ADC and frequency on out must be independed from ADC sample pause.

    Have where resource?
  15. Replies
    11
    Views
    14,188

    You have problem in software. When show all...

    You have problem in software. When show all pixels on display then is contrast ok. Check your data signal
  16. Replies
    11
    Views
    14,188

    Hi, 3 pin on LCD is normally tied to GND....

    Hi,

    3 pin on LCD is normally tied to GND. negative supply is need by extrem contrast or low temperatures.

    You can help with PWM from PIC. see Attachment


    Samo
  17. Replies
    9
    Views
    8,745

    where was a problem?

    where was a problem?
  18. Thread: ANSEL command

    by Samoele
    Replies
    4
    Views
    5,129

    Hello! I was repaired this problem. I was...

    Hello!

    I was repaired this problem.
    I was copy compiled file on location where have MCS and run it :
  19. Thread: ANSEL command

    by Samoele
    Replies
    4
    Views
    5,129

    thanks Alain I was repair our routine and...

    thanks Alain

    I was repair our routine and result is no unchanged. Here must be another problem :(

    show attachment
  20. Thread: ANSEL command

    by Samoele
    Replies
    4
    Views
    5,129

    ANSEL command

    Hello,

    I was made one simple test program with ADC. I have problem with MCS compiled. I don't understand what is wrong with ANSEL = 1 command? Into status line write syntax error!! When disable...
  21. Replies
    1
    Views
    2,465

    TMR1 setting for PIC12F675

    I have made program for using TMR1 on PIC18F242 and is working well. Afterwords I have adjusted for PIC12675 but is not working. Here is sample of the program which is not working. Is the TMR1...
  22. Replies
    2
    Views
    3,479

    Hello Scott, I hope that this help you, 1)...

    Hello Scott,

    I hope that this help you,

    1) A string constant is output as a literal string of characters.
    2) A numeric value (either a variable or a constant) will send the corresponding...
  23. Thread: AD problems

    by Samoele
    Replies
    3
    Views
    3,823

    Thank you for your help. It is working now. ...

    Thank you for your help. It is working now.

    Samo
  24. Thread: AD problems

    by Samoele
    Replies
    3
    Views
    3,823

    AD problems

    Hello,

    I use two AD channel on PIC 16F877. Until interrupt pulse measure value on channel 0 and channel 1 with 2 ms delay. On AD pins have voltage divider with resistor.(from 9V to 4,5V). Problem...
  25. Replies
    5
    Views
    3,728

    hello, Blink led is not prper in my case. My...

    hello,

    Blink led is not prper in my case. My LED has to work all the time in some cases.

    could you please paste a link with the same solution? (instant interrupt)

    regards
    Samo
Results 1 to 25 of 32
Page 1 of 2 1 2