Search Results - MEL PICBASIC Forum


Search:

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

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

  1. Replies
    8
    Views
    24,531

    Re: A/D converter PIC16F1827

    Thank you all for the help. Excuse me .I am a novice to PICBASIC
  2. Replies
    8
    Views
    24,531

    Re: A/D converter PIC16F1827

    mpgmike Thank you very much
    Can you tell me how I will get a 10-bit price in the baty variable

    my programm

    baty var word

    arxh:

    ADCON0 = %00000011
  3. Replies
    8
    Views
    24,531

    A/D converter PIC16F1827

    i use this code but is not working




    DEFINE ADC_BITS 10
    DEFINE ADC_SAMPLEUS 50
    'DEFINE ADC_CLOCK 3

    ADCON0 = %00000001
  4. Replies
    4
    Views
    27,894

    Re: PBP Activation Manager error

    @Heckler To call, I have to pay a very large amount to the Egyptian telecommunications company


    @mpgmike Thank you for the useful information
  5. Replies
    4
    Views
    27,894

    Re: PBP Activation Manager error

    I did not see any answer and I wonder if there is support for the PB3
    I made the wrong choice to buy the PBP3 compiler

    I thank you for the direct support
  6. Replies
    4
    Views
    27,894

    PBP Activation Manager error

    Hello friends
    I decided to buy Picbasic 3.1
    But I have a problem with PBP Activation Manager while executing it, makes an error message
    Run-time error '50003' Unexpected error

    I use windows...
  7. Replies
    18
    Views
    11,574

    Re: 16F877 and 4094 please help

    Anatoli good the knowledge guru my friend, but when doesn't exist appetite in order to you help ?
    I am cheerful that I even helped little So that you will complete your work

    привет товарищ...
  8. Replies
    18
    Views
    11,574

    Re: 16F877 and 4094 please help

    Very rightly Aнатолий
    8bit for the first 4094 and 8bit for the second 4094
    I do not know to answer you how it will become this, I suppose that thus

    ShiftOut data_pin,clock,1,[alarm_1,alarm_2]
  9. Replies
    18
    Views
    11,574

    Re: 16F877 and 4094 please help

    Hi Anatoli

    I am not guru in picbasic I will try to help you, with those who I know
    It tryed these changes


    DEFINE OSC 10
    DEFINE SHIFT_PAUSEUS 100
  10. Replies
    90
    Views
    81,125

    Re: New approach to Rotary Encoder

    Sorry for the late reply
    See here and we will resolve the questions

    https://sites.google.com/site/proyectosroboticos/encoder/encoder-por-software/encoder-simple-con-16f628a
  11. Replies
    90
    Views
    81,125

    Re: New approach to Rotary Encoder

    My own code for reading Rotary Encoder





    '****************************************************************
    '* Name : UNTITLED.BAS *
    '* Author :...
  12. Replies
    8
    Views
    5,519

    Re: 16f84A to 16f628A

    Friend aratti yes you have absolute right
    Now works also the PortA.4 yessssssssssssssssssss

    Thank you very much

    http://i1261.photobucket.com/albums/ii581/Ivan-cym/WORK.png
  13. Replies
    8
    Views
    5,519

    Re: 16f84A to 16f628A

    grahamg Yes I added cmcon = 7

    *******************************
    @ device PIC16F628A, HS_OSC, WDT_OFF, PWRT_ON, PROTECT_OFF
    TrisA = %00000000
    PortA = %00000000
    TrisB = %00000001
    PortB =...
  14. Replies
    8
    Views
    5,519

    Re: 16f84A to 16f628A

    I made an addition to the code
    The PortA.3 working properly, the PortA.4 but did not work always remains at a low level
    What I make error, please help




    @ device PIC16F84A, HS_OSC, WDT_OFF,...
  15. Replies
    8
    Views
    5,519

    Re: 16f84A to 16f628A

    I made the changes and work henceforth in 16F628
    I thank you for the precious help
  16. Replies
    8
    Views
    5,519

    16f84A to 16f628A

    Hi friends
    I am new user in picbasic
    And need help, for the transformation of this code to work on 16F628A instead of the 16F84A



    @ device PIC16F84A, HS_OSC, WDT_OFF, PWRT_ON, PROTECT_OFF...
  17. Replies
    18
    Views
    11,574

    Yes it works irreproachably Thank you very much...

    Yes it works irreproachably
    Thank you very much friend aratti
    Thank you very much all friends for the answers
  18. Replies
    18
    Views
    11,574

    Thank you very much for the answers But does not...

    Thank you very much for the answers
    But does not function the circuit,When I have in 3 inputs 0, (ΡΒ0=0,ΡΒ1=0,ΡΒ2=0)
    Do not turn on 3 led but always only 1
  19. Replies
    18
    Views
    11,574

    Sorry for my English is not good I want he...

    Sorry for my English is not good
    I want he permanently remains turned on corresponding led (TOGGLE led)
    For each button that is activated
  20. Replies
    18
    Views
    11,574

    16F877 and 4094 please help

    Hello friends
    I have manufactured this circuit with 16F877
    3 switches of entry that them portray the situation of entry in the 4094
    This code work good .my problem is always sees the last entry...
  21. Replies
    6
    Views
    4,554

    Hi Ioannis You're right it works perfectly...

    Hi Ioannis

    You're right it works perfectly
    View circuit and program to Picbasic

    Thank you very much my friend Ioannis


    INCLUDE "modedefs.bas"
    DEFINE SHIFT_PAUSEUS 100
  22. Replies
    6
    Views
    4,554

    Hi mackrackit Thank's for your thoughts I tried...

    Hi mackrackit
    Thank's for your thoughts
    I tried ShiftOut data_pin2,clock,1,[%11000011] but not working properly U2
  23. Replies
    6
    Views
    4,554

    4094 Please Help

    hello
    I wrote this for the 16F877 for 2 4094
    The first 4094 works correctly the second not
    What I do wrong please help
    thanks



    INCLUDE "modedefs.bas"
Results 1 to 23 of 23