Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Thread: Pic18f2320

    by suded
    Replies
    4
    Views
    3,520

    Re: Pic18f2320

    Hi Mike,
    Thanks for your help, I need to use directly from PBP, I have an older version.
    I'm thinking of using a single PWM PIC like PIC18F1320 to control two analogue values then use sample and...
  2. Thread: Pic18f2320

    by suded
    Replies
    4
    Views
    3,520

    Pic18f2320

    Hi,
    I have 18F2320 has anyone used HPWM on this PIC? I have EPIC programmer is ok to program this chip?
    I looks it has 16 bit PWM can I use it for 8 bit only? has anyone used both pwm's since it...
  3. Thread: Max7221

    by suded
    Replies
    3
    Views
    3,060

    Re: Max7221

    Hi Henrik,
    Thanks for your help, found it.
    Suded
  4. Thread: Max7221

    by suded
    Replies
    3
    Views
    3,060

    Re: Max7221

    I'm using PIC18F1320 micro.
    Suded
  5. Thread: Max7221

    by suded
    Replies
    3
    Views
    3,060

    Max7221

    Hi,
    I'm using MAX7221 display driver, I know how to set it up.
    I need to send serially a 16 bit number to the display, but I found that I need to decode the number into digits digit 1, digit 2......
  6. Replies
    0
    Views
    2,995

    Arrayread,arraywrite

    Hi,
    Has anyone used ARRAYREAD or ARRAYWRITE?as mentioned in ver. 2.60.
    Can you please give an example?
    Regards.
    Suded.
  7. Replies
    5
    Views
    4,328

    I2cread

    Hi Darrel,
    Thanks for your reply.
    I checked the thread you suggested it has only I2Cwrite.
    I aslo found some good software in Reynolds(Rentron) website for I2C comm. but that uses individual...
  8. Replies
    5
    Views
    4,328

    RTC is RX-8564 EPSON with built in XTAL 32.768...

    RTC is RX-8564 EPSON with built in XTAL 32.768 kHz.
  9. Replies
    5
    Views
    4,328

    I2C with 8564 RTC

    Hi,
    I'm using I2C command with 8564 RTC .
    I2Cwrite is working ok.
    I2CREAD is not giving me what I want.

    ADCON1=127
    sda var portb.4
    scl var portb.5
    dt var byte
    I2Cwrite sda,scl,$A2,$0D,[80] ...
  10. Improving DPP resolution

    Hello Baldwics,
    Find attached .pdf file on how to improve DPP resolution.
    suded.
  11. Replies
    0
    Views
    1,901

    EEPROM command with 18F1320

    Hi,
    I'm using EEPROM command with PBP,Microcode studio plus (IDE),pic18F1320
    I'm not getting the right values in the EEPROM.
    EEPROM 0,[0,0,0,8,0]

    Only three of the above locations are...
  12. Replies
    244
    Views
    309,953

    Sine inverter

    Dear Sougota,
    You are possibly trying to use the Micro (PIC XXXXX) as part of the control loop to regulate the amplitude of your sine wave.
    The alternbative approach is to build the control loop...
  13. Replies
    3
    Views
    4,439

    16F88 in sleep mode

    Hi anj.
    You can use any of the signals for RS 233 like Tx.
    You can connect trhat to your INT 0 line as well as the normal serial connection that you are using.
    The micro is normally at sleep...
  14. Thread: Sleep time

    by suded
    Replies
    0
    Views
    1,883

    Sleep time

    Thanks Steve.
    I tried it & it works.
    I commented the __CONFIG line in 18F1320.INC folder in PBP directory.
    Regards.
    Suded.
  15. Thread: Sleep time

    by suded
    Replies
    1
    Views
    2,026

    Sleep time

    Hi Bruce,
    I tested
    __CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
    The comma error is gone (with the tab) but I have another 2 errors memory related:
    Overwriting previous address...
  16. Thread: Sleep time

    by suded
    Replies
    2
    Views
    2,285

    Sleep time

    Thanks Bruce I will try that
  17. Thread: Sleep time

    by suded
    Replies
    2
    Views
    2,285

    Sleep time

    Hi all:
    I'm trying to adjust the post scaler on 18F1220:
    @__CONFIG _CONFIG2H, _WDT_ON_2H & _WDTPS_512_2H
    to get more realistic sleep interval.
    The assembler is giving me an error (,)the comma ...
  18. Replies
    1
    Views
    2,472

    Using Sleep command

    Hello again,
    Can I ask once more about Sleep command.
    I'm running it OK on 16F84.
    When using 18F1220 I get 1/4 of the delay value.
    On the 16F84 the delay depends on processor voltage but more or...
  19. Replies
    0
    Views
    2,456

    Sleep command with 18F1220

    Hi all,
    Can anyone suggest why I can't get accurate time when using Sleep command with18F1220.
    say:
    Sleep 60
    Micro goes to sleep for 1/4 of the above time.
    I'm running at 20MHz .
    Any...
Results 1 to 19 of 19