Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: 12f683 variable HPWM and fixed pulse tick thickness

    Thanx a little bit late for your both replies.
    Not as easy as I expected, I'll have to learn more and will start seeing Darrel's Instant Interrupts.

    ... and will be back again if I need help with...
  2. Re: 12f683 variable HPWM and fixed pulse tick thickness

    For those who could need it, i've just found (thanx to Excel) a basic mathematical solution by adding this simple calc :

    HPWMduty = (500/(1/HPWMfreq*10000))*254/10000 to recalculate each cycles...
  3. 12f683 variable HPWM and fixed pulse tick thickness

    Hello.

    I'm pretty sure someone already post something like I need.
    I did a very simple program to sweep a frequency from 900Hz to 12KHz (Code below)
    But, I need my pulse thickness to be fixed at...
  4. Thread: LCD_AnyPin.pbp

    by RCtech
    Replies
    108
    Views
    158,280

    Sticky: Re: LCD_AnyPin.pbp

    I'checked today and did a try vith an LCD 2 lines and same issue.
    Then I suppose the problem doesnt come from the screen.

    PIC : 16F685
    PBP : 2.60C
    Modded files : pbppic14.lib pbppi14e.lib...
  5. Thread: LCD_AnyPin.pbp

    by RCtech
    Replies
    108
    Views
    158,280

    Sticky: Re: LCD_AnyPin.pbp

    Hello.
    Old thread but so useful !
    Thanx to Darrel.

    Fyi this mod seems not working with SPLC780D / 4 lines / 20char.
    It compiles but the screen show various contrasts.

    I'll try with a...
  6. Replies
    3
    Views
    2,970

    Re: LCD RS bit wiring with 16F685

    Arrrg ! The only thing and the most simple I didn't checked !!
    Sometimes, we are looking for things so far and what we want is just font of our eyes...
    You're right, it was mistake. Now, everything...
  7. Replies
    3
    Views
    2,970

    LCD RS bit wiring with 16F685

    Hi everybody.
    After spending time since many days and looking everywhere on this forum and other, I don't find where is my mistake.
    Below, y'oull se my working program if I connect the LCD Register...
  8. Re: [REQ] Reading Dip-switches on 628A PortB - Issue on PortB.3 and PortB.4

    Hi Dick,
    I did what you said and now, it works like the 1st time, my switches aren't inverted and I have to connect to GND a pin to see its value. With the first mod you gave me, all was inverted...
  9. Re: [REQ] Reading Dip-switches on 628A PortB - Issue on PortB.3 and PortB.4

    Wow, you are right Dick, with this line, my code work better cause changes on dipswitches are immediately detected.

    Thanx for your eye of the tiger :O)

    But... PortB.3 and PortB.4 seems to be...
  10. [REQ] Reading Dip-switches on 628A PortB - Issue on PortB.3 and PortB.4

    Hi all.
    I want to finish this very simple PIC 16F628A code but I have a mistake I don't understand :
    What I need is to read the PortB value (0 - 255) but PortB.3 and PortB.4 return zero everytime....
  11. Replies
    8
    Views
    7,698

    Yes, it' s the same code as bruce just posted...

    Yes, it' s the same code as bruce just posted too.
    I just need to modify my serout on TXPIC too.

    Nice to saw all your replies.

    Lyd.
  12. Replies
    8
    Views
    7,698

    Well, it's fantastic, you just turned my simple...

    Well, it's fantastic, you just turned my simple remote to remote-control ;O)

    Yes, your solution works fine.

    Many thanx all for your fast replies.

    Lyd.
  13. Replies
    8
    Views
    7,698

    Well i've just done a test : This is what i...

    Well i've just done a test :

    This is what i send: 0110100101100101
    This is what i get on the RXPIC input pin named RECEPTION and connected to the RF 433Mhz circuit: 0110100101100101

    You can...
  14. Replies
    8
    Views
    7,698

    Thanx mackrackit i know what you say but my...

    Thanx mackrackit i know what you say but my problem is not here because, if i don't use the Manchester Encoding/Decoding, it work like a charm, event at 9.6Kbps (i'm glad to saw that).

    When i...
  15. Replies
    8
    Views
    7,698

    View Post

    Hello, i'm trying to send some datas over wireless network from a pic to another one.
    For the explanation, pic sender is PICTX and the other is PICRX.

    My pics are 12F683 both.

    The code sent by...
  16. Replies
    5
    Views
    6,343

    It's Okay !

    Back to confirm everything is okay, this stupid ''BYTEs'' are changed for ''WORDs'' now !

    Thanx for your help.
  17. Replies
    5
    Views
    6,343

    Okay, i'm not totally wrong ;O) Whow, i...

    Okay, i'm not totally wrong ;O)


    Whow, i didn't know that little difference !


    Thanx, i'm just a little bit more intelligent than yesterday, many many thanx.
    Now it's half past 3 AM : too...
  18. Replies
    5
    Views
    6,343

    Pulsin to pulsout with up than 4MHZ crystal ?

    Hello members.
    I'll try to explain my problem in a comprehensive english but don't blame me if my language is not perfect, English is not native for me.

    Well, i just wanna do that :

    Pulsin a...
Results 1 to 18 of 18