Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    11,478

    Please give your code... It will be easier to see...

    Please give your code... It will be easier to see your problem ...
  2. Replies
    11
    Views
    11,478

    You should use $A1 or $A0 as far as I know... ...

    You should use $A1 or $A0 as far as I know...

    Is you control register set to the right value??
    I2CWrite DPIN,CPIN, $A1,$00,[ $09 ] ( See datasheets for the value you need)
  3. Thread: RTC date problem

    by Peder
    Replies
    7
    Views
    5,347

    Thanks man, by checking your code and comparing...

    Thanks man, by checking your code and comparing it to mine, I realised that I made my "DAY" variable WORD instead of BYTE. It works perfectly now...

    Thank you for your help and time.

    Cheers
  4. Thread: RTC date problem

    by Peder
    Replies
    7
    Views
    5,347

    Yes, I have masked it ( I2CWrite DPIN,CPIN,...

    Yes, I have masked it ( I2CWrite DPIN,CPIN, RTC,$00,[ $09 ] ).

    Could it be because I'm reading the RTC every second, it is confuses the RTC when it wants to update the date the same time as I'm...
  5. Thread: RTC date problem

    by Peder
    Replies
    7
    Views
    5,347

    RTC date problem

    Hi, I am working with a PCF 8583 real time clock. I can read and write to the device correctly, but as soon as the time changes to 00:00:00, the day and month gets incremented by the RTC...
  6. Replies
    2
    Views
    2,750

    Has PortA been changed to digital outputs?

    Has PortA been changed to digital outputs?
  7. Thread: I2C Problem

    by Peder
    Replies
    1
    Views
    2,115

    I2C Problem

    Hi, I'm using a 24lc256 EEPROM and a PCF8583 Real time clock. I'm using I2C to communicate with them. My question is, how do I tell the pic to communicate to the clock and not the EEPROM? Both has...
  8. Replies
    6
    Views
    18,036

    I think I now know how to read and write to the...

    I think I now know how to read and write to the DS1996 tag, but I have a different problem now. I can't read the serial number. It read the DS1990 and DS1994 tag serial number fine, but doesn't read...
  9. Replies
    6
    Views
    18,036

    Yes, it uses 1-wire.

    Yes, it uses 1-wire.
  10. Replies
    6
    Views
    18,036

    Help reading/writing DS1996

    Hi, I would like to know which commands I should use to read and write the ds1996 memory. I know how to read the serial number, but don't know the rest. I'm new to this and will appretiate any help.
Results 1 to 10 of 10