Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    29,118

    Re: Slowing down a clothes dryer

    OK. I know this may sound stupid but how fast will the drum turn if you took the pulley off the motor shaft? There may be enough grab to turn the drum belt from the shaft alone but you should...
  2. Replies
    9
    Views
    29,118

    Re: Slowing down a clothes dryer

    Can you weld? If yes you can add an idler pulley to slow the rotation. You'd still have to do the math as to what size pulleys you'll need but it could be done. I don't know if you'd be able to do...
  3. Replies
    11
    Views
    38,702

    Re: Ability to pay per MCU License.

    I'm really just a dabbler but does that mean I should quit using PBP and learn a new language? If PBP isn't getting supported is it worth using it in projects?
  4. Replies
    5
    Views
    32,424

    Re: Strange issue with SSR

    Swap a few leads or lines of code to switch SSR and retest.

    Do you have the same heaters on all channels? It doesn't appear the SSR has internal protection but channel 1 may be cycling if...
  5. Replies
    49
    Views
    64,730

    Re: 18F2550 and Blink Led

    Try longer pauses.
  6. Re: Help, please. Can't get things to work at all!

    I can't find a data sheet for a 16F6218a.
  7. Replies
    8
    Views
    24,699

    Re: Microcode studio problem with include

    It would be nice if there were and option when you compiled a program MCS would compile a one up version and display it in the filename.

    That could create more confusion but for me it would...
  8. Replies
    16
    Views
    60,981

    Re: MCP3201 problems

    Just curious if the symptoms change when the RPM is varied?
  9. Replies
    19
    Views
    11,576

    Re: Wait for a string on a serial port

    Henrik, for my edification is this the correct answer? Please don't roll your eyes too far if this is too much of a NOOB question.


    IF SWITCH = 1 checks to see if SWITCH is set to ON
    IF SWITCH...
  10. Replies
    1
    Views
    2,635

    Re: help for the adc of the 16f1786

    ADCON0= %00000000 among other things doesn't turn on the ADC.

    More code and a schematic if that doesn't help.
  11. Replies
    6
    Views
    4,681

    Re: Negative numbers in a lookup table?

    Have you tried making it a long variable? Those are signed and I assume can be stored in an array.
  12. Replies
    4
    Views
    3,869

    Re: external clock

    If you insist on using an external oscillator/resonator/crystal there are some examples of how to hook it up in the datasheet on page 33.

    However, most people would be glad to use the internal...
  13. Replies
    1
    Views
    2,601

    Re: Please help configure 16F676

    Just guessing here but the spacing after noclockout might not recognize the ampersand and therefore the mclre_off config. Could it be that easy?
  14. Replies
    5
    Views
    4,355

    Re: I need help

    Probably a stupid question but in the following lines temperature is broken into a lowbyte and highbyte. Assuming you've got temperature defined as a WORD, does PBP automatically meld these two...
  15. Replies
    6
    Views
    10,378

    Re: medir duty y frecuencia

    So Google translate is failing me but if you're still using the code from post #1 and using a 16f883 you need to set the OSCCON and maybe the CONFIG1 register. Telling PBP3 to interpret the code at...
  16. Replies
    6
    Views
    10,378

    Re: medir duty y frecuencia

    Well I don't have Proteus so I can't look at your simulation. However define lcd_lines 2 needs to be define LCD_LINES 2. Define can be anything but just like all your other lcd stuff the define...
  17. Replies
    6
    Views
    10,378

    Re: medir duty y frecuencia

    Well, I don't see a chip number in there anywhere and a schematic would be nice. Would be good also if you gave the part number of the display.

    I've yet to see the oscillator set using define...
  18. Replies
    59
    Views
    79,894

    Re: Charlie-plexing

    Yes I made a mistake. There is a difference between bitwise operations and logical operations. I vehemently apologize for the second part of my post.
  19. Replies
    59
    Views
    79,894

    Re: Charlie-plexing

    Depending on the keyboard the | character doesn't look like it on your keyboard. Never could figure out why they do this but it's above the ENTER key and is accessed by using SHIFT and the \ key. ...
  20. Replies
    59
    Views
    79,894

    Re: Charlie-plexing

    Couple of things. In your schematic I don't see any current limiting resistors at each pin. They are necessary. When defining the oscillator speed osc needs to be OSC. I think the spaces in your...
  21. Replies
    9
    Views
    26,519

    Re: RMS vs Average voltage

    Maybe this will answer your question. I got it from http://www.electronics-tutorials.ws/accircuits/rms-voltage.html

    The term “RMS” stands for “Root-Mean-Squared”. Most books define this as the...
  22. Replies
    12
    Views
    10,966

    Re: Decoding Pulse Telephone

    Though I doubt it, European phones may be different than in the USA but here in the USA only two wires, a pair, are needed for a phone to work.

    The other pair at one time was used for...
  23. Re: Optocoupler question based on Fairchild H11G1

    For what it's worth, and I'm probably wrong but, I don't think your worry about the opto is properly directed. I think the concern should be placed on the PIC. If you don't have the flyback diode...
  24. Replies
    3
    Views
    3,423

    Re: Vfd vaf1613-12lsr2

    Just spit balling,
    Did you make portc.0 digital? I'm thinking you might need that logic level.
    You might try swapping resetvfd=x values and/or adding a longer delay. Seems it's only out of reset...
  25. Re: "select language" box at the top causes problems

    I never have this problem. Box stays compact until down arrow is clicked.

    They/them/those must not like you. Aren't you being moderated? What did you do to deserve these aggravations?
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4