Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,362

    I dunno OSCTUNE, but modifying the .INC file...

    I dunno OSCTUNE, but modifying the .INC file usually work for me

    You have 2 choices for PPL, but I think if you use 4mhz it would be "normal" speed.

    here is my config for a 18F2550, using...
  2. Replies
    2
    Views
    2,348

    disabling all other interrupts was done assuming...

    disabling all other interrupts was done assuming that after exiting the current INT routine, no other interrupt would occur except RX_INT...

    the thing that bother me is that once wheel speed is...
  3. Replies
    4
    Views
    3,693

    with a 20Mhz xtal, I had a PIC with DEBUG @ 115K...

    with a 20Mhz xtal, I had a PIC with DEBUG @ 115K to send data from memory to PC serial com port, and it would have 1 or 2% error rate.
    that wasn't that bad, since it was after a few minutes of...
  4. Replies
    2
    Views
    2,348

    fast timer block other interrupts?

    Hello

    I have a pretty fast timer(1) running to draw graphics(POV), interrupt about every 1msec on a 48Mhz PIC (18F2550).
    I'd like to be able to change some parameters while this run, but so far I...
  5. Replies
    2
    Views
    2,644

    I've moved to a simple 12F683 to drive the chip...

    I've moved to a simple 12F683 to drive the chip and I could get readings, but nothing valid as for results

    now with your suggestion it seems to be getting better!

    well at least for the pressure...
  6. Replies
    6
    Views
    4,372

    could be many things... sometimes I have issue...

    could be many things...
    sometimes I have issue that my MPlab forgot that I want to use power from my ICD2 during programming.
    I have to go back in settings, power tab, and re-check the option.
    You...
  7. Replies
    2
    Views
    2,644

    i2c and barometer HP01D

    Hi all

    got that sensor for a while an I taught it would be nice to plug and play with it, but it's not behaving nice to me so far.

    After a long read of the spec sheet, I came up with the...
  8. Replies
    18
    Views
    19,523

    updated version with some more control is now...

    updated version with some more control is now available

    http://www.flipperdesign.com/BeepMaster2010grid.rar

    don't be afraid to Right Click over grids and buttons, they will often reveal magic...
  9. Replies
    771
    Views
    375,372

    on the power topic, I've read that most current...

    on the power topic, I've read that most current electric R/C plane systems uses a BEC to run all servos/receiver from the main battery pack(Mostly LiPo these days).
    BEC usually have a safety...
  10. Replies
    13
    Views
    25,983

    that is correct It's the first time I come...

    that is correct

    It's the first time I come accross this but the 16f876a drive those ANalog ports with ADCON and other registers

    thanks
  11. Replies
    13
    Views
    25,983

    this is great! I'm not too sure to understand...

    this is great!

    I'm not too sure to understand how you get the Decimal values when reading as STR and then displaying them as HEX2?

    also, a bit out of topic but I get a weird error:
    symbol not...
  12. Replies
    18
    Views
    19,523

    good! check back on my website(scroll way...

    good!

    check back on my website(scroll way down), as I updated some information about midi stuff.
    If you have other question on un-explained stuff just ask, I will try to update the info.


    DS
  13. Replies
    18
    Views
    19,523

    thanks for reporting this error Glenn I...

    thanks for reporting this error Glenn

    I believe you have pinpoint the bug. my programming didn't checked for coma or point separator.
    Now it will update the frequency list at startup, after...
  14. Replies
    18
    Views
    19,523

    updated program recently, some added functions...

    updated program recently, some added functions and checks.

    and created a new utility to process midi files for import(work ok with clean tracks, ie no multi-tones as the pic can't do that)

    ...
  15. Replies
    18
    Views
    19,523

    Hi Dennis I'm not too sure on how things would...

    Hi Dennis

    I'm not too sure on how things would get hooked between light sensor/program/ and another pic making sound?, but if you can describe the loop I might check into it.

    I would hope to...
  16. Replies
    18
    Views
    19,523

    agreed that possibilities are totally endless :)...

    agreed that possibilities are totally endless :)


    I already hooked a frequency bargraph on my board right aside, since I needed a frequency analyser to catch the sounds emitted by the pic in the...
  17. Replies
    18
    Views
    19,523

    new version

    You can now re-download from the same link, and a newer version is there. Look in the top right corner options if you can't see the interface.

    try barbie pink interface!! :D it's NIce


    also...
  18. Replies
    18
    Views
    19,523

    a quick note to let you know that there is a...

    a quick note to let you know that there is a visual bug under any OS that is set to use the fancy windows themes, like rounded buttons and fades...

    to get things right, you new to switch into...
  19. Replies
    67
    Views
    62,706

    ok, i'm tuned now. where to??? :D I must say...

    ok, i'm tuned now. where to??? :D

    I must say I did tried running at higher speed and from the experiments, I concluded that 19,2 kBaud was about the fastest I could run without troubles.
    57K...
  20. Replies
    18
    Views
    19,523

    any PIC will do it just we to wait for the...

    any PIC will do

    it just we to wait for the correct data to come in, which is set by the sending program.

    the only real important part is here:


    waitforkeydata:
    pause 1
    DEBUGIN [WAIT("DT")]
  21. Replies
    18
    Views
    19,523

    Salut Alain oh, no keys appearing? could you...

    Salut Alain

    oh, no keys appearing?
    could you send a snapshot of what it looks like on your PC?
    flipperdesign at gmail ... dot

    this is hard to imagine as i'm forcing colors...but will check...
  22. Replies
    18
    Views
    19,523

    comp music with pic Sounds - Aka BeepMaster

    Ok, here's one little thing I came to spend time on and turned out to be quite funny, so for the musician, here you go:

    I wanted an easy-er way to create tunes with the sound command, else than...
  23. Replies
    6
    Views
    6,073

    very interres-thing! thanks much for this Al ...

    very interres-thing!

    thanks much for this Al

    So it means goto's are safe inside a gosub, as long as there is a return in the end. I like that!
  24. Replies
    6
    Views
    6,073

    well, I believe as you suggest that it's ok to...

    well, I believe as you suggest that it's ok to break a While loop...

    but what's tickle me is the GOTO timeout of Hserin, he would break out of a GoSub.

    If it's really a GOTO, there must not be...
  25. Replies
    6
    Views
    6,073

    Oh, thanks for that! I wonder actually, how...

    Oh, thanks for that!

    I wonder actually, how that "WHILE" would react since HSerin is doing a GOTO somewhere else.
    Either that loop automatically get closed or it create a bug...

    I guess I...
Results 1 to 25 of 66
Page 1 of 3 1 2 3