Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds; generated 58 minute(s) ago.

  1. Thread: Error

    by naga
    Replies
    2
    Views
    3,448

    Re: Error

    Perfect!!.. Thank you Henrik :-)
  2. Thread: Error

    by naga
    Replies
    2
    Views
    3,448

    Error

    Hello,

    I am using http://www.dt-ints.com/DT_INTS-14/SPWM.html SPWM_INT in PB3. Getting following error. Seeking help. Thanks in advance.8316
  3. Thread: Timer + rc5

    by naga
    Replies
    8
    Views
    8,673

    Many Thanks, Shall give it a try...

    Many Thanks,
    Shall give it a try...
  4. Thread: Timer + rc5

    by naga
    Replies
    8
    Views
    8,673

    Hi all, Thanks again.. @Steve: could you please...

    Hi all, Thanks again..
    @Steve: could you please share your sony 12 project also..
    @ Aratti: i m not good with assembly language.. Really appreciate some basic code.
    Mean while i have found some...
  5. Thread: Timer + rc5

    by naga
    Replies
    8
    Views
    8,673

    @ Altiblade: Thank you for you code.. Still...

    @ Altiblade: Thank you for you code.. Still struggling.. I would really appreciate if someone can share the complete project/working code...Thanx again.
  6. Thread: Timer + rc5

    by naga
    Replies
    8
    Views
    8,673

    HI..desperately waiting for help..

    HI..desperately waiting for help..
  7. Thread: Timer + rc5

    by naga
    Replies
    8
    Views
    8,673

    Timer + rc5

    Hello All,
    Controlling timer with few buttons using darreltaylor's Elapsed Timer Routines perfectly, Would like to control wirelessly with the use of a normal TV-remote-control with the RC5...
  8. Replies
    4
    Views
    3,647

    Thanks to all, Is there any way that can porta.5...

    Thanks to all, Is there any way that can porta.5 be used as output?..Thanx again.
  9. Replies
    4
    Views
    3,647

    16f628a porta.5 as input

    HI ALL,
    Using portb as output : working well.
    Using porta.0 to 7 except porta.4 & 5 as input with pull-up resistor working well with 0v trigger, Can i use also a pull-up resistor to porta.4 &5? or...
  10. Replies
    14
    Views
    11,450

    Please paste the code,would love to see.. Regards.

    Please paste the code,would love to see.. Regards.
  11. Replies
    14
    Views
    10,634

    @ Peterdeco1,Thank you very much .. Very...

    @ Peterdeco1,Thank you very much .. Very nice..Working perfectly.. Thanks to all of you..
    Other problem is..
    When using MeLabs default (PM) Assembler compiles OK:
    @ device pic12F675,...
  12. Replies
    14
    Views
    10,634

    Thanks..Shall post the complete project shortly..

    Thanks..Shall post the complete project shortly..
  13. Replies
    14
    Views
    10,634

    Hi, The debounce was the problem..Following both...

    Hi, The debounce was the problem..Following both codes are working after adding some delay.. I didnt use CASE.. Pls suggest if it needs to be fine tuned..Thanx..
    if (ADVAL > 200) AND (ADVAL < 256)...
  14. Replies
    14
    Views
    10,634

    Thanks mackrackit, IF (ADVAL > 1) AND (ADVAL

    Thanks mackrackit, IF (ADVAL > 1) AND (ADVAL < 53) THEN ... this code is working..
    Since we using ADCIN for switches, should be able to TOGGLE the ports.. I have tried with WHILE..WEND also.. no...
  15. Replies
    14
    Views
    10,634

    Hi All, tried this code, its working but is there...

    Hi All, tried this code, its working but is there any other reliable way....

    adval var byte ' Create adval to store result

    TRISA = %11111111 ' Set PORTA to all input
    ADCON1 =...
  16. Replies
    14
    Views
    10,634

    multiple switches~one ADC

    Planning to connect multiple switches into single port.one ADC pin to detect voltage level when each switch for each state is pressed and each switch is associated with a voltage.connecting 8...
  17. Replies
    3
    Views
    3,214

    Thanx for the reply....

    Thanx for the reply....
  18. Replies
    3
    Views
    3,214

    External interrupts

    HI, Is it possible for to change EXT interrupt from portb.0 to other port(portC or D?)
    Thanks In advance....
  19. Replies
    18
    Views
    54,956

    @Melanie, Voltage Doubler working perfect for...

    @Melanie,
    Voltage Doubler working perfect for me, but i had to change R4(10k to 1k),PWM produces 3+ volts only from PIC if i use 10k as per your schematic..i dont know whats wrong with my circuit.....
  20. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    Hi all,So in my post #17, which Part of a...

    Hi all,So in my post #17, which Part of a statement that is not correct..Help.
  21. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    @Melanie, Should i change " HPWM 1,25,1000" TO "...

    @Melanie, Should i change " HPWM 1,25,1000" TO " HPWM 1,127,1000" ? as per the PBPManual. And please let me know if any other value needs to be changed.. Actaully i'll have to finish this project...
  22. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    Hi, Still not working..need help.. Thanks.

    Hi, Still not working..need help..

    Thanks.
  23. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    Hi all, no luck, Please gothru my code...Thanks....

    Hi all, no luck, Please gothru my code...Thanks.

    Include "MODEDEFS.BAS" ' Include Shiftin/out modes

    @ device PIC16F877A , xt_osc, wdt_on, pwrt_on, protect_on ,lvp_off
    Define Osc 4 ...
  24. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    Hi, Could you please guide me If a 4MHz...

    Hi, Could you please guide me If a 4MHz oscillator and 16f877a are used. want to control with UP and Down Buttons(10 steps)

    Example: (Porta.0)

    PWM PORTA.0,127,10 ?

    Thank you.
  25. Thread: 0-10v dc

    by naga
    Replies
    24
    Views
    13,853

    Thank you very Much, actually i was trying that...

    Thank you very Much, actually i was trying that code in proton,by mistake i pasted.will delete now.
    Since you are a senior member of this forum, and you also understood what code i am searching for,...
Results 1 to 25 of 42
Page 1 of 2 1 2