Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    5,831

    thanx guys.it work....

    thanx guys.it work....
  2. Replies
    3
    Views
    2,921

    why x-10 technology use a 120khz???

    hi,can someone tell me why x-10 technology use a 120khz of frequency to burst into a ac power line???
  3. Replies
    5
    Views
    5,831

    wow.simple solution.haha.thanx a lot bruce.but...

    wow.simple solution.haha.thanx a lot bruce.but are your coding mean i need to hold the push button to PWM on & release the button to PWM off...or push the button once to PWM on & push once again to...
  4. Replies
    5
    Views
    5,831

    how can i stop the pic from sending a PWM???

    hi all.my pic16f877a did generate the 125kHz with 50% (get from this forum,thanx) but i don't know how to turn it off.what i mean is if i push the button 1 pic will generate the pwm & when i push the...
  5. thanx skimask...thanx Darrel Taylor...your...

    thanx skimask...thanx Darrel Taylor...your explanation seem clear to me.so i just need to set the 'T2CON.2 = 0' after stopping the pwm and set it to 'T2CON.2 = 1' back if i want to burst it one more...
  6. i really don't understand how to use the XOUT...

    i really don't understand how to use the XOUT command.i just want to send the pwm signal at several time delay.lets say 1ms...so,is that correct if i use the following coding:

    define osc 8
    TRISC...
  7. thanx Darrel Taylor...did u mean this: define...

    thanx Darrel Taylor...did u mean this:

    define osc 8
    TRISC = 0 'PORTC all outputs

    main:

    PR2 = 15 'Load Period Register
    CCPR1L = 8 'Set 50% duty cycle
    CCP1CON = %1100 'PWM mode
  8. sending a 120khz pwm with 50% duty cycle at several time(delay)

    hi all.i want to send the 120khz with 50% duty cycle pwm signal only for 1ms.how can i do it.i'm using pic16f877a.the following code show how the pic generate the pwm signal:

    define osc 8
    TRISC =...
  9. Replies
    12
    Views
    6,404

    and one more thing.can someone guide me where do...

    and one more thing.can someone guide me where do i need to start the coding.my main idea is...

    transmitter:
    1.press push button
    2.detect each zero crossing(i don't know how to play with the...
  10. Replies
    12
    Views
    6,404

    ok.thanx a lot guys...

    ok.thanx a lot guys...
  11. Replies
    12
    Views
    6,404

    i've design the x-10 module using the application...

    i've design the x-10 module using the application note from microchip(an236).
  12. Replies
    12
    Views
    6,404

    i refer to application note from microchip(an236)...

    i refer to application note from microchip(an236) with a little modification(use only push button not push button + LCD).does xout & xin in the picbasic are x-10 driver.if so,that means i only have...
  13. Replies
    12
    Views
    6,404

    yes, i've look a the xin & xout command but i...

    yes, i've look a the xin & xout command but i can't understand.how can i timing the 120khz to burst at each zero crossing???help me please.
  14. Replies
    12
    Views
    6,404

    help me in coding for xin & xout for x-10 PLC

    i want to transmit data using x-10 powerline communication and receive the data at the receiver.but i don't have an idea how to do it.basically i just want to turn the LED at the receiver by just...
  15. Replies
    4
    Views
    3,655

    thanx...i will try it.

    thanx...i will try it.
  16. Replies
    4
    Views
    3,655

    for example: SO VAR portc.6 'tx pin for...

    for example:

    SO VAR portc.6 'tx pin for pic16f877a
    SI VAR portc.7 'rx pin for pic16f877a

    SERIN SI,N2400,["A"],B0 'Wait until the character “A” is received serially

    am i correct???
  17. Replies
    25
    Views
    11,157

    thanx everyone.i can get 332khz with 50% duty...

    thanx everyone.i can get 332khz with 50% duty cycle using OSC 20MHz...
  18. Replies
    4
    Views
    3,655

    how to use SERIN???

    i try to send data from vb to pic16f877a using serial port.can i use those code below???

    code:

    SO con 0 ' Define serial out pin
    SI con 1 ...
  19. Replies
    25
    Views
    11,157

    still don't have solution!!!

    hi.please help me.i still can't generate my 120khz pwm using pic16f877a.the maximum that i can get is 50khz using hpwm.and 80khz using my own modification...
  20. thanx everyone.it's work.but i have another...

    thanx everyone.it's work.but i have another problem that i can't solve.feel free to check my new thread...
  21. @ DEVICE pic16F877a, INTRC_OSC_NOCLKOUT ' System...

    @ DEVICE pic16F877a, INTRC_OSC_NOCLKOUT
    ' System Clock Options
    @ DEVICE pic16F877a, WDT_ON
    ' Watchdog Timer
    @ DEVICE pic16F877a, PWRT_ON
    ' Power-On Timer
    @ DEVICE pic16F877a, MCLR_OFF
    ' Master...
  22. ' Device Programming Options '...

    ' Device Programming Options
    ' --------------------------
    @ DEVICE pic16F628, INTRC_OSC_NOCLKOUT
    ' System Clock Options
    @ DEVICE pic16F628, WDT_ON
    ' Watchdog Timer
    @ DEVICE pic16F628, PWRT_ON...
  23. thanx.i will work it out.if something goes...

    thanx.i will work it out.if something goes wrong...i'll tell u guys...
  24. how to use the internal comparator in pic16f877a??

    hi,how can i use the internal comparator in pic16f877a.can someone help me with the coding please.my Vin is 3.40 and my Vref is 4.00.please help me...
  25. Replies
    12
    Views
    7,397

    oh no.my x-10 receiver circuit cannot detect...

    oh no.my x-10 receiver circuit cannot detect 100khz-120khz pwm frequency.i've tested today and you know what, it need a 1Mhz pwm frequency.how can i generate it.oh nooo.
Results 1 to 25 of 45
Page 1 of 2 1 2