Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: a.majid; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    8,895

    to ease maths

    Hi james,
    Scaling the A/D input voltage by (230ohm+10kohm) divider or adjust the Vdd at
    5.115 volt,and if ADVAL>=511 then Farenheit=9ADVAL-4594.(Last digit is decimal fraction)
    If ADVAL<=510 then...
  2. Replies
    2
    Views
    3,365

    24C512 control?

    Hi all,
    I would like to use seeprom 24C512.
    Please tell me how to assign control byte.

    Thanks
  3. Replies
    6
    Views
    20,066

    Check sine function & frequency out function

    Hi,
    One of PBP build in maths functions is sine.
    This mean PIC pin can generate time dependent voltage.
    So by means of software pwm(***pbp build in function) technique you can get any analog volt...
  4. Replies
    9
    Views
    8,895

    10 bits not 8 bits

    Hi,
    12F675 A/D converter output is 10 bits wide data.
    adval and adval2 should assign as word.
    Please take care about ansel and adcon settting.
  5. Replies
    0
    Views
    3,060

    .inc & .bas for 16f818 12fxx

    Hi All

    If it is legal,I would like to get the .inc and .bas files for
    12fxx,16f818,16f819.
    I am PBP2.4 owner,I would like to modify its to use those MCUs.
    Currently in Myanmar(50 milllions...
  6. Replies
    3
    Views
    4,387

    TRISA is not output port

    Hi JDM160

    'define ports
    green VAR TRISA.0
    red VAR TRISA.1
    blue VAR TRISA.2

    Above is your intial code.
    TRISA is data direction contrl register for PORTA.
    You should use PORTA.0,PORTA.1 and...
  7. Replies
    4
    Views
    3,713

    Hi Srigopal As value $01=01=%01,so what you...

    Hi Srigopal
    As value $01=01=%01,so what you write $01 or 01 is no difference.
    Compiler only know bit ,byte,word(data type). No more Hex or Dec.
    Mcus work only on binary.
    Your output...
  8. Replies
    1
    Views
    2,982

    Hi Peter No. You must set the bits of ADCON0....

    Hi Peter

    No.
    You must set the bits of ADCON0.
    If bit 6=0 ...Vdd is reference.
    If bit 6=1 ...AN1(GP1) is reference.(To do this you must set GP1 is analog)

    You can find details on page 43...
  9. Replies
    0
    Views
    2,640

    I need some help to modify PBP2.4

    Hi All

    I am PBP2.4 owner.
    (I had lost my chance to upgrade,because of according to current situation of
    our country,we have no credit cards and UPS service.)
    I would like to modify PBP2.4 to...
Results 1 to 9 of 9