I2C With 3,3 Volt


Results 1 to 10 of 10

Threaded View

  1. #8


    Did you find this post helpful? Yes | No

    Default

    curious, but doesn't PBP run the clock and data as open collector? (playing with tris).
    the 628a doesn't have i2c hardware so would have to be done by PBP.
    as I've seen the define to make the clock bipolar I've wondered about that.
    and reading the lib seen :
    Code:
    i2chigh
          ifndef I2C_INTERNAL
            bsf     FSR, 7          ; 1 Point to TRIS
          endif
            iorwf   INDF, F         ; 1 Set high (input)
    or similar all about the i2c routines.

    if so, then pullups to 3.3v appears to be all that's needed.?
    (assuming the pic recognises 3.3v as a high)

    maye that's why Acetronics said
    But just verify you use TTL inputs of the PIC and not Schmitt trigger ones ...
    Something I'm missing?
    Last edited by nomad; - 11th February 2009 at 06:01.

Similar Threads

  1. I2C Master/Slave 16F88/16F767 working code
    By DanPBP in forum Code Examples
    Replies: 2
    Last Post: - 23rd October 2012, 22:31
  2. HARDWARE I2C SAMPLE CODE question
    By Michael Wakileh in forum Code Examples
    Replies: 2
    Last Post: - 16th June 2009, 21:07
  3. PIC16F877 I2C programme
    By cooqo in forum mel PIC BASIC
    Replies: 3
    Last Post: - 21st April 2008, 10:02
  4. I2C Master Slave issues.
    By cpayne in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th March 2008, 19:33
  5. Please help with i2cslave i2c slave
    By cycle_girl in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 1st December 2005, 13:55

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts